lib
Kross::Api::QtObject Class Reference
#include <qtobject.h>
Inheritance diagram for Kross::Api::QtObject:

Detailed Description
Class to wrap QObject or inherited instances.This class publishs all SIGNAL's, SLOT's and Q_PROPERTY's the QObject has.
Definition at line 45 of file qtobject.h.
Public Types | |
| typedef KSharedPtr< QtObject > | Ptr |
Public Member Functions | |
| QtObject (Object::Ptr parent, QObject *object, const QString &name=QString::null) | |
| virtual | ~QtObject () |
| virtual const QString | getClassName () const |
| QObject * | getObject () |
Static Public Member Functions | |
| static QUObject * | toQUObject (const QString &signature, List::Ptr arguments) |
Member Typedef Documentation
|
|
Shared pointer to implement reference-counting.
Reimplemented from Kross::Api::Callable. Definition at line 52 of file qtobject.h. |
Constructor & Destructor Documentation
|
||||||||||||||||
|
Constructor.
Definition at line 38 of file qtobject.cpp. |
|
|
Destructor.
Definition at line 91 of file qtobject.cpp. |
Member Function Documentation
|
|
Reimplemented from Kross::Api::Callable. Definition at line 95 of file qtobject.cpp. |
|
|
Return the QObject instance this class wraps.
Definition at line 100 of file qtobject.cpp. |
|
||||||||||||
|
Build a Qt QUObject struct out of the Qt signal or slot signature and the passed List arguments.
Definition at line 105 of file qtobject.cpp. |
The documentation for this class was generated from the following files:

