Rapicorn - Experimental UI Toolkit - Source Code 10.08.1
Classes | Namespaces | Typedefs | Functions
factory.hh File Reference
#include <ui/item.hh>
#include <list>
This graph shows which files directly or indirectly include this file:

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)
ItemImplRapicorn::Factory::create_item (const String &item_identifier, const ArgumentList &arguments=ArgumentList(), const ArgumentList &env_variables=ArgumentList())
ContainerImplRapicorn::Factory::create_container (const String &container_identifier, const ArgumentList &arguments=ArgumentList(), const ArgumentList &env_variables=ArgumentList())
Wind0wIfaceRapicorn::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)

Detailed Description

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines