kexi
Kross::KexiDB::KexiDBModule Class Reference
#include <kexidbmodule.h>
Detailed Description
The KexiDBModule wrapper around KexiDB.This class implementates a Kross::Api::Module to wrap those parts of KexiDB that should be accessible for the different scripting languages. All work will be done and presented in the common Kross::Api and therefore is independend of any used scripting-backend.
Definition at line 53 of file kexidbmodule.h.
Public Member Functions | |
KexiDBModule (Kross::Api::Manager *manager) | |
virtual | ~KexiDBModule () |
virtual const QString | getClassName () const |
virtual Kross::Api::Object::Ptr | get (const QString &name, void *p=0) |
Constructor & Destructor Documentation
KexiDBModule::KexiDBModule | ( | Kross::Api::Manager * | manager | ) |
KexiDBModule::~KexiDBModule | ( | ) | [virtual] |
Member Function Documentation
Kross::Api::Object::Ptr KexiDBModule::get | ( | const QString & | name, | |
void * | p = 0 | |||
) | [virtual] |
Variable module-method use to call transparent some functionality the module provides.
- Parameters:
-
name A name passed to the method. This name is used internaly to determinate what the caller likes to do. Each implemented module have to implement what should be done. p A variable pointer passed to the method. It depends on the module and the name what this pointer is.
- Returns:
- a Kross::Api::Object or NULL.
Definition at line 66 of file kexidbmodule.cpp.
const QString KexiDBModule::getClassName | ( | ) | const [virtual] |
The documentation for this class was generated from the following files: