kig
#include "special_imptypes.h"
#include "line_imp.h"
#include "other_imp.h"
#include "bogus_imp.h"
#include "text_imp.h"
#include "circle_imp.h"
Include dependency graph for special_imptypes.cc:
Go to the source code of this file.
Functions | |
AngleImpType | angleimptypeinstance (ObjectImp::stype(),"angle-object") |
double | getDoubleFromImp (const ObjectImp *obj, bool &valid) |
InvertibleImpType | invertibleimptypeinstance (ObjectImp::stype(),"invertible-object") |
LengthImpType | lengthimptypeinstance (ObjectImp::stype(),"length-object") |
WeightImpType | weightimptypeinstance (ObjectImp::stype(),"weight-object") |
Variables | |
static char | snbs [] = "SHOULD NOT BE SEEN" |
Function Documentation
AngleImpType angleimptypeinstance | ( | ObjectImp:: | stype(), |
"angle-object" | |||
) |
double getDoubleFromImp | ( | const ObjectImp * | obj, |
bool & | valid | ||
) |
Definition at line 27 of file special_imptypes.cc.
InvertibleImpType invertibleimptypeinstance | ( | ObjectImp:: | stype(), |
"invertible-object" | |||
) |
LengthImpType lengthimptypeinstance | ( | ObjectImp:: | stype(), |
"length-object" | |||
) |
WeightImpType weightimptypeinstance | ( | ObjectImp:: | stype(), |
"weight-object" | |||
) |
Variable Documentation
|
static |
Definition at line 25 of file special_imptypes.cc.
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.