propertymachinefactory.h File Reference
Contains PropertyMachineFactory class and Machine structure. More...
#include <qmap.h>
#include "propertywidget.h"
Include dependency graph for propertymachinefactory.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | PropertyLib |
Classes | |
struct | PropertyLib::Machine |
Machine for a property type. More... | |
class | PropertyLib::PropertyMachineFactory |
Factory to create property editors and property viewers. More... | |
Typedefs | |
typedef Machine *(* | createMachine )() |
A pointer to factory function which creates and returns machine for a property. |
Detailed Description
Contains PropertyMachineFactory class and Machine structure.
Definition in file propertymachinefactory.h.
Typedef Documentation
|
A pointer to factory function which creates and returns machine for a property.
Definition at line 64 of file propertymachinefactory.h. |