#include <ctypes.h>
Inheritance diagram for cInspectorFactory::
Public Methods | |
Constructors, destructor, assignment. | |
cInspectorFactory (const cInspectorFactory &ifc) | |
cInspectorFactory (const char *name, TInspector *(*f)(cObject *,int, void *)) | |
virtual | ~cInspectorFactory () |
cInspectorFactory& | operator= (const cInspectorFactory &) |
Redefined cObject member functions. | |
virtual const char* | className () const |
virtual cObject* | dup () const |
Inspector creation. | |
TInspector* | createInspectorFor (cObject *object, int type, void *data) |
|
Copy constructor. |
|
Constructor. |
|
Destructor. |
|
Returns pointer to a string containing the class name, "cInspectorFactory". Reimplemented from cObject. |
|
Creates an inspector for the object passed. The type and data arguments influence the type of inspector created. These parameters as well as the created inspector object only make sense in the context of the user interface library (e.g.Tkenv) |
|
Creates and returns an exact copy of this object. See cObject for more details. Reimplemented from cObject. |
|
Assignment is not supported for this class. This function raises an error when called. |