Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Inherits Rapicorn::Deletable.
Inherited by Rapicorn::WidgetFactory< Type > [private]
.
Public Member Functions | |
RAPICORN_CLASS_NON_COPYABLE (WidgetTypeFactory) | |
WidgetTypeFactory (const char *namespaced_ident, bool _isevh, bool _iscontainer, bool) | |
virtual WidgetImpl * | create_widget (FactoryContext *fc) const =0 |
String | type_name () const |
Public Attributes | |
const String | qualified_type |
const bool | iseventhandler |
const bool | iscontainer |
Static Protected Member Functions | |
static void | register_widget_factory (const WidgetTypeFactory &itfactory) |
static void | sanity_check_identifier (const char *namespaced_ident) |