|
bool | begin (KviKvsObjectFunctionCall *c) |
|
bool | beginPdf (KviKvsObjectFunctionCall *c) |
|
bool | clearGradient (KviKvsObjectFunctionCall *c) |
|
bool | colorNames (KviKvsObjectFunctionCall *c) |
|
bool | drawArc (KviKvsObjectFunctionCall *c) |
|
bool | drawChord (KviKvsObjectFunctionCall *c) |
|
bool | drawEllipse (KviKvsObjectFunctionCall *c) |
|
bool | drawHtmlText (KviKvsObjectFunctionCall *c) |
|
bool | drawIcon (KviKvsObjectFunctionCall *c) |
|
bool | drawLine (KviKvsObjectFunctionCall *c) |
|
bool | drawPath (KviKvsObjectFunctionCall *c) |
|
bool | drawPie (KviKvsObjectFunctionCall *c) |
|
bool | drawPixmap (KviKvsObjectFunctionCall *c) |
|
bool | drawPixmapMirrored (KviKvsObjectFunctionCall *c) |
|
bool | drawPixmapWithColorEffect (KviKvsObjectFunctionCall *c) |
|
bool | drawPoint (KviKvsObjectFunctionCall *c) |
|
bool | drawRect (KviKvsObjectFunctionCall *c) |
|
bool | drawRoundRect (KviKvsObjectFunctionCall *c) |
|
bool | drawText (KviKvsObjectFunctionCall *c) |
|
bool | drawWinFocusRect (KviKvsObjectFunctionCall *c) |
|
bool | end (KviKvsObjectFunctionCall *c) |
|
bool | fillRect (KviKvsObjectFunctionCall *c) |
|
bool | fontAscent (KviKvsObjectFunctionCall *c) |
|
bool | fontDescent (KviKvsObjectFunctionCall *c) |
|
bool | fontMetricsHeight (KviKvsObjectFunctionCall *c) |
|
bool | fontMetricsWidth (KviKvsObjectFunctionCall *c) |
|
bool | htmlTextSize (KviKvsObjectFunctionCall *c) |
|
bool | painterDeviceHeight (KviKvsObjectFunctionCall *c) |
|
bool | painterDeviceWidth (KviKvsObjectFunctionCall *c) |
|
bool | pathAddText (KviKvsObjectFunctionCall *c) |
|
bool | pathLineTo (KviKvsObjectFunctionCall *c) |
|
bool | pathMoveTo (KviKvsObjectFunctionCall *c) |
|
bool | pen (KviKvsObjectFunctionCall *c) |
|
bool | reset (KviKvsObjectFunctionCall *c) |
|
bool | resetPath (KviKvsObjectFunctionCall *c) |
|
bool | restore (KviKvsObjectFunctionCall *c) |
|
bool | rotate (KviKvsObjectFunctionCall *c) |
|
bool | save (KviKvsObjectFunctionCall *c) |
|
bool | scale (KviKvsObjectFunctionCall *c) |
|
bool | setAntialiasing (KviKvsObjectFunctionCall *c) |
|
bool | setBackGroundMode (KviKvsObjectFunctionCall *c) |
|
bool | setBrush (KviKvsObjectFunctionCall *c) |
|
bool | setBrushStyle (KviKvsObjectFunctionCall *c) |
|
bool | setCompositionMode (KviKvsObjectFunctionCall *c) |
|
bool | setFont (KviKvsObjectFunctionCall *c) |
|
bool | setFontSize (KviKvsObjectFunctionCall *c) |
|
bool | setGradientAsBrush (KviKvsObjectFunctionCall *c) |
|
bool | setGradientColor (KviKvsObjectFunctionCall *c) |
|
bool | setGradientStart (KviKvsObjectFunctionCall *c) |
|
bool | setGradientStop (KviKvsObjectFunctionCall *c) |
|
void | setInternalPainter (QPainter *p) |
|
bool | setOpacity (KviKvsObjectFunctionCall *c) |
|
bool | setPen (KviKvsObjectFunctionCall *c) |
|
bool | setPenCapStyle (KviKvsObjectFunctionCall *c) |
|
bool | setPenJoinStyle (KviKvsObjectFunctionCall *c) |
|
bool | setPenStyle (KviKvsObjectFunctionCall *c) |
|
bool | setPenWidth (KviKvsObjectFunctionCall *c) |
|
bool | setSmoothPixmapTransform (KviKvsObjectFunctionCall *c) |
|
bool | setTextAntialiasing (KviKvsObjectFunctionCall *c) |
|
bool | shear (KviKvsObjectFunctionCall *c) |
|
bool | translate (KviKvsObjectFunctionCall *c) |
|
bool | callFunction (KviKvsObject *pCaller, const QString &fncName, const QString &classOverride, KviKvsRunTimeContext *pContext, KviKvsVariant *pRetVal, KviKvsVariantList *pParams) |
|
bool | callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariantList *pParams=0) |
|
bool | callFunction (KviKvsObject *pCaller, const QString &fncName, KviKvsVariant *pRetVal, KviKvsVariantList *pParams=0) |
|
bool | connectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName) |
|
KviKvsHash * | dataContainer () |
|
bool | die () |
|
bool | dieNow () |
|
bool | disconnectSignal (const QString &sigName, KviKvsObjectConnection *con) |
|
bool | disconnectSignal (const QString &sigName, KviKvsObject *target, const QString &slotName) |
|
int | emitSignal (const QString &sigName, KviKvsObjectFunctionCall *pOuterCall, KviKvsVariantList *pParams=0) |
|
KviKvsObject * | findChild (const QString &szClass, const QString &szName) |
|
KviPointerHashTable< QString,
KviKvsObjectFunctionHandler > * | functionHandlers () |
|
KviKvsObjectClass * | getClass (const QString &classOverride=QString()) |
|
KviKvsObjectClass * | getExactClass () |
|
const QString & | getName () |
|
kvs_hobject_t | handle () |
|
bool | inheritsClass (KviKvsObjectClass *pClass) |
|
bool | inheritsClass (const QString &szClass) |
|
void | killAllChildrenWithClass (KviKvsObjectClass *cl) |
|
| KviKvsObject (KviKvsObjectClass *pClass, KviKvsObject *pParent, const QString &szName) |
|
KviKvsObjectFunctionHandler * | lookupFunctionHandler (const QString &funcName, const QString &classOverride=QString()) |
|
QObject * | object () const |
|
KviKvsObject * | parentObject () |
|
QWidget * | parentScriptWidget () |
|
void | registerPrivateImplementation (const QString &szFunctionName, const QString &szCode) |
|
void | setObject (QObject *o, bool bIsOwned=true) |
|
void | setSignalName (const QString &szSigName) |
|
void | setSignalSender (kvs_hobject_t hObject) |
|
kvs_hobject_t | signalSender () |
|
virtual | ~KviKvsObject () |
|