28Axis::Axis(
int a_index, std::string
const &a_label, std::string
const &a_unit,
FormType a_type ) :
43 Form( a_node, a_setupInfo, a_type ),
58 m_index( a_axis.
index( ) ),
59 m_unit( a_axis.
unit( ) ),
60 m_href( a_axis.
href( ) ) {
std::string const & href() const
std::string const & unit() const
Axis(HAPI::Node const &a_node, SetupInfo &a_setupInfo, FormType a_type=FormType::axis)
void toXMLList(GUPI::WriteInfo &a_writeInfo, std::string const &a_indent="") const
std::string const & moniker() const
void addNodeStarterEnder(std::string const &indent, std::string const &a_moniker, std::string const &a_attributes="")
std::string incrementalIndent(std::string const &indent)
std::string addAttribute(std::string const &a_name, std::string const &a_value) const
std::string intToString(int a_value)