Home | All Classes | Grouped Classes | Index | Search

CL_ComponentManager::CL_ComponentManager

Constructs a component manager, loading the gui definition file from a resource ID. Constructs a component manager, loading the gui definition file from a resource ID. Inherits style manager and resources from parent component. Constructs a component manager, loading the gui definition file from a text file. Copy constructor.

	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);

See also:

CL_ComponentManager



Questions or comments, write to the ClanLib mailing list.