i6engine  1.0
GUIFactory.h File Reference
#include <map>
#include <string>
#include "boost/function.hpp"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  i6e::modules::GUIFactory
 This class provides methods for creating different kinds of GUI elements. More...
 

Namespaces

 i6e
 
 i6e::api
 
 i6e::modules
 

Typedefs

typedef boost::function< api::GUIWidget *(const std::string &name, const std::string &style)> i6e::modules::GUIWidget_factory