MagicSmoke  $VERSION$
MTSetPrintAtHomeSettings Class Reference

Overrides settings for Print, use isnull=true to delete entries. More...

#include <srcMTSetPrintAtHomeSettings.h>

Inheritance diagram for MTSetPrintAtHomeSettings:
MTransaction

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...
 
MTSetPrintAtHomeSettingsoperator= (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
 

Detailed Description

Overrides settings for Print, use isnull=true to delete entries.

Constructor & Destructor Documentation

MTSetPrintAtHomeSettings::MTSetPrintAtHomeSettings ( const QList< MOKeyValuePair > &  asettings,
QString  iface 
)
explicitprotected

generates an instance from its properties

Parameters
asettings
ifaceID 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().

MTSetPrintAtHomeSettings::~MTSetPrintAtHomeSettings ( )
virtual

deletes this instance

References MTSetPrintAtHomeSettings_Private::detach().

Member Function Documentation

MTSetPrintAtHomeSettings MTSetPrintAtHomeSettings::asyncQuery ( const QList< MOKeyValuePair > &  asettings,
QString  iface = "MagicSmoke" 
)
static

emits the query over the network and returns the transaction object, use isFinished() to check for the transaction's state

Parameters
asettings
ifaceID of the interface that the transaction will be sent on
void MTSetPrintAtHomeSettings::endQuery ( )
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().

MTSetPrintAtHomeSettings MTSetPrintAtHomeSettings::query ( const QList< MOKeyValuePair > &  asettings,
QString  iface = "MagicSmoke" 
)
static

emits the query over the network and returns the finished transaction object

Parameters
asettings
ifaceID of the interface that the transaction will be sent on

Referenced by MInterface::querySetPrintAtHomeSettings().

Friends And Related Function Documentation


The documentation for this class was generated from the following files: