
Public Member Functions | |
| ComponentFactory () | |
| virtual Pointer< Component > | create_component (InterfaceManager &manager, const layout::Component &component) const =0 |
| virtual | ~ComponentFactory () |
| ifm::ComponentFactory::ComponentFactory | ( | ) |
| ifm::ComponentFactory::~ComponentFactory | ( | ) | [virtual] |
| virtual Pointer<Component> ifm::ComponentFactory::create_component | ( | InterfaceManager & | manager, | |
| const layout::Component & | component | |||
| ) | const [pure virtual] |
Implemented in ifm::ContainerFactory, ifm::TabbedContainerFactory, and ifm::PanelFactory.