Qt 4.8
Public Functions | Public Variables | List of all members
QWSCommandStruct Struct Reference

Public Functions

 QWSCommandStruct (QWSCommand *c, QWSClient *cl)
 
 ~QWSCommandStruct ()
 

Public Variables

QWSClientclient
 
QWSCommandcommand
 

Detailed Description

Definition at line 1389 of file qwindowsystem_qws.cpp.

Constructors and Destructors

◆ QWSCommandStruct()

QWSCommandStruct::QWSCommandStruct ( QWSCommand c,
QWSClient cl 
)
inline

Definition at line 1391 of file qwindowsystem_qws.cpp.

1391 :command(c),client(cl){}

◆ ~QWSCommandStruct()

QWSCommandStruct::~QWSCommandStruct ( )
inline

Definition at line 1392 of file qwindowsystem_qws.cpp.

1392 { delete command; }

Properties

◆ client

QWSClient* QWSCommandStruct::client

◆ command

QWSCommand* QWSCommandStruct::command

Definition at line 1394 of file qwindowsystem_qws.cpp.

Referenced by QWSServerPrivate::doClient().


The documentation for this struct was generated from the following file: