![]() | ![]() | ![]() | ![]() |
#define GAL_VIEW_FACTORY_TYPE typedef GalViewFactory; constchar * gal_view_factory_get_title (GalViewFactory *factory); constchar * gal_view_factory_get_type_code (GalViewFactory *factory); GalView* gal_view_factory_new_view (GalViewFactory *factory, constchar *name);
constchar * gal_view_factory_get_title (GalViewFactory *factory);
factory : | The factory to query. |
Returns : | The title of the factory. |
constchar * gal_view_factory_get_type_code (GalViewFactory *factory);
factory : | The factory to use |
Returns : | The type code |
GalView* gal_view_factory_new_view (GalViewFactory *factory, constchar *name);
factory : | The factory to use |
name : | the name for the view. |
Returns : | The new view |
<<< GalDefineViewsModel | GalViewEtable >>> |