Public Member Functions | |
ContainerData (const ContainerData &other) | |
ContainerData (component_type type, int id=ID_NONE, const std::string &name="") | |
~ContainerData () | |
Public Attributes | |
Container::ComponentList | m_children |
const int | m_id |
An ID for the Container. | |
std::string | m_name |
The name of the component. | |
ALIGNMENT | m_orientation |
const component_type | m_type |
The type of component. |
ifm::layout::Container::ContainerData::ContainerData | ( | component_type | type, | |
int | id = ID_NONE , |
|||
const std::string & | name = "" | |||
) |
ifm::layout::Container::ContainerData::ContainerData | ( | const ContainerData & | other | ) |
ifm::layout::Container::ContainerData::~ContainerData | ( | ) |
An ID for the Container.
std::string ifm::layout::Component::ComponentData::m_name [inherited] |
The name of the component.
const component_type ifm::layout::Component::ComponentData::m_type [inherited] |
The type of component.