![]() | |
![]() | ![]() |
Entire Class Index | Main Class Index | Cross Index | Global Index |
Manages components loaded from a gui definition file.
Contained in: global
Derived from:
none
Derived by:
none
Group: GUI (Framework)
#include <ClanLib/gui.h>
public function member index: |
||
Construction: |
||
static CL_ComponentManager* | create | (const std::string& resource_id, CL_ResourceManager* res_manager, CL_StyleManager* style, CL_Component* parent); |
static CL_ComponentManager* | create | (const std::string& filename, bool is_datafile, CL_StyleManager* style, CL_Component* parent); |
CL_ComponentManager | (const std::string& resource_id, CL_ResourceManager* res_manager, CL_StyleManager* style, CL_Component* parent); | |
CL_ComponentManager | (const std::string& resource_id, CL_Component* parent); | |
CL_ComponentManager | (const std::string& filename, bool is_datafile, CL_StyleManager* style, CL_Component* parent); | |
CL_ComponentManager | (const CL_ComponentManager& copy); | |
virtual | ~CL_ComponentManager | (); |
Attributes: |
||
static CL_Component* | create_component | (const std::string& type, CL_Component* parent, CL_StyleManager* style); |
CL_Component* | get_component | (const std::string& name) const; |
CL_StyleManager* | get_style_manager | () const; |
Operations: |
||
CL_ComponentManager& | operator = | (const CL_ComponentManager& copy); |