kig
InvertibleImpType Class Reference
  #include <special_imptypes.h>
Inheritance diagram for InvertibleImpType:

Public Member Functions | |
| InvertibleImpType (const ObjectImpType *parent, const char *internalname) | |
| ~InvertibleImpType () | |
| virtual bool | match (const ObjectImpType *t) const | 
  Public Member Functions inherited from ObjectImpType | |
| ObjectImpType (const ObjectImpType *parent, const char *internalname, const char *translatedname, const char *selectstatement, const char *selectnamestatement, const char *removeastatement, const char *addastatement, const char *moveastatement, const char *attachtothisstatement, const char *showastatement, const char *hideastatement) | |
| virtual | ~ObjectImpType () | 
| QString | addAStatement () const | 
| QString | attachToThisStatement () const | 
| QString | hideAStatement () const | 
| bool | inherits (const ObjectImpType *t) const | 
| const char * | internalName () const | 
| QString | moveAStatement () const | 
| QString | removeAStatement () const | 
| const char * | selectNameStatement () const | 
| const char * | selectStatement () const | 
| QString | showAStatement () const | 
| QString | translatedName () const | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ObjectImpType | |
| static const ObjectImpType * | typeFromInternalName (const char *n) | 
Detailed Description
Definition at line 90 of file special_imptypes.h.
Constructor & Destructor Documentation
| InvertibleImpType::InvertibleImpType | ( | const ObjectImpType * | parent, | 
| const char * | internalname | ||
| ) | 
Definition at line 112 of file special_imptypes.cc.
| InvertibleImpType::~InvertibleImpType | ( | ) | 
Definition at line 119 of file special_imptypes.cc.
Member Function Documentation
      
  | 
  virtual | 
Reimplemented from ObjectImpType.
Definition at line 123 of file special_imptypes.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from