factory.h
TQStringList typeNames() const
Returns a list of all available resource types.
Definition factory.cpp:75
Resource * resource(const TQString &type, const TDEConfig *config)
Returns a pointer to a resource object or a null pointer if resource type doesn't exist.
Definition factory.cpp:128
static Factory * self(const TQString &resourceFamily)
Returns the global resource factory.
Definition factory.cpp:40
TQString typeDescription(const TQString &type) const
Returns the description for a special type.
Definition factory.cpp:119
TQString typeName(const TQString &type) const
Returns the name for a special type.
Definition factory.cpp:110
ConfigWidget * configWidget(const TQString &type, TQWidget *parent=0)
Returns the config widget for the given resource type, or a null pointer if resource type doesn't exi...
Definition factory.cpp:80
This class provides a resource which is managed in a general way.
Definition resource.h:256
Trinity API Reference