MagicSmoke  $VERSION$
MTGetPrintAtHomeSettings Class Reference

Gets all settings pertaining to Print. More...

#include <srcMTGetPrintAtHomeSettings.h>

Inheritance diagram for MTGetPrintAtHomeSettings:
MTransaction

Public Member Functions

 MTGetPrintAtHomeSettings ()
 default constructor: generates an invalid transaction More...
 
 MTGetPrintAtHomeSettings (const MTGetPrintAtHomeSettings &)
 copy constructor: the two copies share their state More...
 
virtual ~MTGetPrintAtHomeSettings ()
 deletes this instance More...
 
Q_SLOT QList< MOKeyValuePairgetsettings () const
 
MTGetPrintAtHomeSettingsoperator= (const MTGetPrintAtHomeSettings &)
 copy assignment: the copy shares the state of the original object More...
 

Static Public Member Functions

static MTGetPrintAtHomeSettings asyncQuery (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 MTGetPrintAtHomeSettings query (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

 MTGetPrintAtHomeSettings (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 MTGetPrintAtHomeSettings_Private
 

Detailed Description

Gets all settings pertaining to Print.

Constructor & Destructor Documentation

MTGetPrintAtHomeSettings::MTGetPrintAtHomeSettings ( QString  iface)
explicitprotected

generates an instance from its properties

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

References MTGetPrintAtHomeSettings_Private.

MTGetPrintAtHomeSettings::MTGetPrintAtHomeSettings ( )

default constructor: generates an invalid transaction

References MTGetPrintAtHomeSettings_Private.

MTGetPrintAtHomeSettings::MTGetPrintAtHomeSettings ( const MTGetPrintAtHomeSettings t)

copy constructor: the two copies share their state

References MTGetPrintAtHomeSettings_Private::attach().

MTGetPrintAtHomeSettings::~MTGetPrintAtHomeSettings ( )
virtual

deletes this instance

References MTGetPrintAtHomeSettings_Private::detach().

Member Function Documentation

MTGetPrintAtHomeSettings MTGetPrintAtHomeSettings::asyncQuery ( 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
ifaceID of the interface that the transaction will be sent on
void MTGetPrintAtHomeSettings::endQuery ( )
protectedvirtual
QList< MOKeyValuePair > MTGetPrintAtHomeSettings::getsettings ( ) const
MTGetPrintAtHomeSettings & MTGetPrintAtHomeSettings::operator= ( const MTGetPrintAtHomeSettings t)

copy assignment: the copy shares the state of the original object

References MTGetPrintAtHomeSettings_Private::attach(), and MTGetPrintAtHomeSettings_Private::detach().

MTGetPrintAtHomeSettings MTGetPrintAtHomeSettings::query ( QString  iface = "MagicSmoke")
static

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

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

Referenced by MInterface::queryGetPrintAtHomeSettings().

Friends And Related Function Documentation


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