|
Rapicorn - Experimental UI Toolkit - Source Code 10.08.1
|

Go to the source code of this file.
Classes | |
| struct | Rapicorn::Factory::ItemTypeFactory |
| class | Rapicorn::ItemFactory< Type > |
Namespaces | |
| namespace | Rapicorn |
Typedefs | |
| typedef map< String, String > | Rapicorn::Factory::VariableMap |
| typedef std::vector< String > | Rapicorn::Factory::ArgumentList |
Functions | |
| int | Rapicorn::Factory::parse_file (const String &i18n_domain, const String &file_name, const String &domain="", vector< String > *definitions=NULL) |
| int | Rapicorn::Factory::parse_string (const String &xml_string, const String &i18n_domain, const String &domain="", vector< String > *definitions=NULL) |
| ItemImpl & | Rapicorn::Factory::create_item (const String &item_identifier, const ArgumentList &arguments=ArgumentList(), const ArgumentList &env_variables=ArgumentList()) |
| ContainerImpl & | Rapicorn::Factory::create_container (const String &container_identifier, const ArgumentList &arguments=ArgumentList(), const ArgumentList &env_variables=ArgumentList()) |
| Wind0wIface & | Rapicorn::Factory::create_wind0w (const String &wind0w_identifier, const ArgumentList &arguments=ArgumentList(), const ArgumentList &env_variables=ArgumentList()) |
| String | Rapicorn::Factory::factory_context_name (FactoryContext *fc) |
| StringList | Rapicorn::Factory::factory_context_tags (FactoryContext *fc) |
| bool | Rapicorn::Factory::item_definition_is_window (const String &item_identifier) |
1.7.4