Public Member Functions | |
ComponentData (component_type type, const std::string &name) | |
virtual | ~ComponentData () |
Public Attributes | |
std::string | m_name |
The name of the component. | |
const component_type | m_type |
The type of component. |
ifm::layout::Component::ComponentData::ComponentData | ( | component_type | type, | |
const std::string & | name | |||
) |
ifm::layout::Component::ComponentData::~ComponentData | ( | ) | [virtual] |
std::string ifm::layout::Component::ComponentData::m_name |
The name of the component.
The type of component.