Public Slots | |
Scripting access | |
| QVariant | call (const QString &function) |
| QVariant | call (const QString &function, const QVariantList &args) |
| QVariant | property (const QString &property) |
| bool | setControl (const QString &classId) |
| bool | setProperty (const QString &property, const QVariant &value) |
| QVariant MLABActiveXControl::call | ( | const QString & | function | ) | [slot] |
call the activex function with no arguments
| QVariant MLABActiveXControl::call | ( | const QString & | function, | |
| const QVariantList & | args | |||
| ) | [slot] |
call the activex function with a list of arguments
| QVariant MLABActiveXControl::property | ( | const QString & | property | ) | [slot] |
get the activex property
| bool MLABActiveXControl::setControl | ( | const QString & | classId | ) | [slot] |
set a new activex controls, returns true if the control could be created, the previous control is destroyed
| bool MLABActiveXControl::setProperty | ( | const QString & | property, | |
| const QVariant & | value | |||
| ) | [slot] |
set the activex property, returns false if property does not exist or is not writeable
1.5.8