MagicSmoke
$VERSION$
|
Overrides settings for Print, use isnull=true to delete entries. More...
#include <srcMTSetPrintAtHomeSettings.h>
Public Member Functions | |
MTSetPrintAtHomeSettings () | |
default constructor: generates an invalid transaction More... | |
MTSetPrintAtHomeSettings (const MTSetPrintAtHomeSettings &) | |
copy constructor: the two copies share their state More... | |
virtual | ~MTSetPrintAtHomeSettings () |
deletes this instance More... | |
MTSetPrintAtHomeSettings & | operator= (const MTSetPrintAtHomeSettings &) |
copy assignment: the copy shares the state of the original object More... | |
Static Public Member Functions | |
static MTSetPrintAtHomeSettings | asyncQuery (const QList< MOKeyValuePair > &asettings, QString iface="MagicSmoke") |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state More... | |
static MTSetPrintAtHomeSettings | query (const QList< MOKeyValuePair > &asettings, QString iface="MagicSmoke") |
emits the query over the network and returns the finished transaction object More... | |
Static Public Member Functions inherited from MTransaction | |
static void | setStartStopActions (const MTStartStop &start, const MTStartStop &stop) |
set actions to be executed at start/stop More... | |
Protected Member Functions | |
MTSetPrintAtHomeSettings (const QList< MOKeyValuePair > &asettings, QString iface) | |
generates an instance from its properties More... | |
virtual void | endQuery () |
Protected Member Functions inherited from MTransaction | |
MTransaction (QString iface=QString()) | |
internal: construct the transaction More... | |
MTransaction (const WTransaction &) | |
internal: copy the transaction More... | |
MTransaction (const MTransaction &) | |
internal: copy the transaction More... | |
QByteArray | executeQuery (QString, QByteArray) |
internal: extend executeQuery to show a wait cursor More... | |
Friends | |
class | MTSetPrintAtHomeSettings_Private |
Overrides settings for Print, use isnull=true to delete entries.
|
explicitprotected |
generates an instance from its properties
asettings | |
iface | ID of the interface that the transaction will be sent on |
References MTSetPrintAtHomeSettings_Private::in_settings, and MTSetPrintAtHomeSettings_Private.
MTSetPrintAtHomeSettings::MTSetPrintAtHomeSettings | ( | ) |
default constructor: generates an invalid transaction
References MTSetPrintAtHomeSettings_Private.
MTSetPrintAtHomeSettings::MTSetPrintAtHomeSettings | ( | const MTSetPrintAtHomeSettings & | t | ) |
copy constructor: the two copies share their state
References MTSetPrintAtHomeSettings_Private::attach().
|
virtual |
deletes this instance
References MTSetPrintAtHomeSettings_Private::detach().
|
static |
emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state
asettings | |
iface | ID of the interface that the transaction will be sent on |
|
protectedvirtual |
MTSetPrintAtHomeSettings & MTSetPrintAtHomeSettings::operator= | ( | const MTSetPrintAtHomeSettings & | t | ) |
copy assignment: the copy shares the state of the original object
References MTSetPrintAtHomeSettings_Private::attach(), and MTSetPrintAtHomeSettings_Private::detach().
|
static |
emits the query over the network and returns the finished transaction object
asettings | |
iface | ID of the interface that the transaction will be sent on |
Referenced by MInterface::querySetPrintAtHomeSettings().
|
friend |
Referenced by MTSetPrintAtHomeSettings().