|
bool | beginTransaction (KviKvsObjectFunctionCall *c) |
|
bool | closeConnection (KviKvsObjectFunctionCall *c) |
|
bool | commit (KviKvsObjectFunctionCall *c) |
|
bool | connectionNames (KviKvsObjectFunctionCall *c) |
|
bool | features (KviKvsObjectFunctionCall *c) |
|
bool | lastError (KviKvsObjectFunctionCall *c) |
|
bool | queryBindValue (KviKvsObjectFunctionCall *c) |
|
bool | queryExec (KviKvsObjectFunctionCall *c) |
|
bool | queryFinish (KviKvsObjectFunctionCall *c) |
|
bool | queryFirst (KviKvsObjectFunctionCall *c) |
|
bool | queryLast (KviKvsObjectFunctionCall *c) |
|
bool | queryLastInsertId (KviKvsObjectFunctionCall *c) |
|
bool | queryNext (KviKvsObjectFunctionCall *c) |
|
bool | queryPrepare (KviKvsObjectFunctionCall *c) |
|
bool | queryPrevious (KviKvsObjectFunctionCall *c) |
|
bool | queryRecord (KviKvsObjectFunctionCall *c) |
|
bool | queryResultsSize (KviKvsObjectFunctionCall *c) |
|
bool | setConnection (KviKvsObjectFunctionCall *c) |
|
bool | tablesList (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 () |
|