kig
WeightImpType Class Reference
#include <special_imptypes.h>
Inheritance diagram for WeightImpType:
Public Member Functions | |
WeightImpType (const ObjectImpType *parent, const char *internalname) | |
~WeightImpType () | |
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 67 of file special_imptypes.h.
Constructor & Destructor Documentation
WeightImpType::WeightImpType | ( | const ObjectImpType * | parent, |
const char * | internalname | ||
) |
Definition at line 92 of file special_imptypes.cc.
WeightImpType::~WeightImpType | ( | ) |
Definition at line 99 of file special_imptypes.cc.
Member Function Documentation
|
virtual |
Reimplemented from ObjectImpType.
Definition at line 103 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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:12:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.