kig
#include <text_imp.h>
Public Types | |
typedef TextImp | Parent |
Public Types inherited from TextImp | |
typedef ObjectImp | Parent |
Public Member Functions | |
BoolTextImp (const QString &text, const Coordinate &loc, bool frame, bool value) | |
BoolTextImp * | copy () const |
bool | getValue () const |
const char * | iconForProperty (int which) const |
const ObjectImpType * | impRequirementForProperty (int which) const |
bool | isPropertyDefinedOnOrThroughThisImp (int which) const |
int | numberOfProperties () const |
const QByteArrayList | properties () const |
const QByteArrayList | propertiesInternalNames () const |
ObjectImp * | property (int which, const KigDocument &w) const |
const ObjectImpType * | type () const |
Public Member Functions inherited from TextImp | |
TextImp (const QString &text, const Coordinate &loc, bool frame=false) | |
~TextImp () | |
Coordinate | attachPoint () const |
bool | contains (const Coordinate &p, int width, const KigWidget &) const |
const Coordinate | coordinate () const |
void | draw (KigPainter &p) const |
bool | equals (const ObjectImp &rhs) const |
bool | hasFrame () const |
bool | inRect (const Rect &r, int width, const KigWidget &) const |
Rect | surroundingRect () const |
QString | text () const |
ObjectImp * | transform (const Transformation &) const |
bool | valid () const |
void | visit (ObjectImpVisitor *vtor) const |
Public Member Functions inherited from ObjectImp | |
virtual | ~ObjectImp () |
virtual bool | canFillInNextEscape () const |
virtual void | fillInNextEscape (QString &s, const KigDocument &) const |
int | getPropGid (const char *pname) const |
int | getPropLid (int propgid) const |
const char * | getPropName (int propgid) const |
bool | inherits (const ObjectImpType *t) const |
virtual bool | isCache () const |
bool | valid () const |
Static Public Member Functions | |
static const ObjectImpType * | stype () |
Static Public Member Functions inherited from TextImp | |
static const ObjectImpType * | stype () |
Static Public Member Functions inherited from ObjectImp | |
static const ObjectImpType * | stype () |
Additional Inherited Members | |
Protected Member Functions inherited from ObjectImp | |
ObjectImp () | |
Detailed Description
Definition at line 91 of file text_imp.h.
Member Typedef Documentation
typedef TextImp BoolTextImp::Parent |
Definition at line 96 of file text_imp.h.
Constructor & Destructor Documentation
BoolTextImp::BoolTextImp | ( | const QString & | text, |
const Coordinate & | loc, | ||
bool | frame, | ||
bool | value | ||
) |
Definition at line 271 of file text_imp.cc.
Member Function Documentation
|
virtual |
Returns a copy of this ObjectImp.
The copy is an exact copy. Changes to the copy don't affect the original.
Reimplemented from TextImp.
Definition at line 276 of file text_imp.cc.
bool BoolTextImp::getValue | ( | void | ) | const |
Definition at line 303 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 334 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 327 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 354 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 308 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 320 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 313 of file text_imp.cc.
|
virtual |
Reimplemented from TextImp.
Definition at line 344 of file text_imp.cc.
|
static |
Definition at line 281 of file text_imp.cc.
|
virtual |
Returns the lowermost ObjectImpType that this object is an instantiation of.
E.g. if you want to get a string containing the internal name of the type of an object, you can do:
Reimplemented from TextImp.
Definition at line 298 of file text_imp.cc.
The documentation for this class was generated from the following files:
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.