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

#include <qwscommand_qws_p.h>

Inheritance diagram for QWSSetOpacityCommand:
QWSCommand QWSProtocolItem

Classes

struct  SimpleData
 

Public Functions

 QWSSetOpacityCommand ()
 
- Public Functions inherited from QWSCommand
 QWSCommand (int t, int len, char *ptr)
 
- Public Functions inherited from QWSProtocolItem
void copyFrom (const QWSProtocolItem *item)
 
 QWSProtocolItem (int t, int len, char *ptr)
 
bool read (QIODevice *s)
 
virtual void setData (const char *data, int len, bool allocateMem=true)
 
void write (QIODevice *s)
 
virtual ~QWSProtocolItem ()
 

Public Variables

struct QWSSetOpacityCommand::SimpleData simpleData
 
- Public Variables inherited from QWSProtocolItem
int bytesRead
 
bool deleteRaw
 
char * rawDataPtr
 
int rawLen
 
char * simpleDataPtr
 
int simpleLen
 
int type
 

Additional Inherited Members

- Public Types inherited from QWSCommand
enum  Type {
  Unknown = 0, Create, Shutdown, Region,
  RegionMove, RegionDestroy, SetProperty, AddProperty,
  RemoveProperty, GetProperty, SetSelectionOwner, ConvertSelection,
  RequestFocus, ChangeAltitude, SetOpacity, DefineCursor,
  SelectCursor, PositionCursor, GrabMouse, PlaySound,
  QCopRegisterChannel, QCopSend, RegionName, Identify,
  GrabKeyboard, RepaintRegion, IMMouse, IMUpdate,
  IMResponse, Embed, Font, ScreenTransform
}
 
- Static Public Functions inherited from QWSCommand
static QWSCommandfactory (int type)
 

Detailed Description

Definition at line 318 of file qwscommand_qws_p.h.

Constructors and Destructors

◆ QWSSetOpacityCommand()

QWSSetOpacityCommand::QWSSetOpacityCommand ( )
inline

Definition at line 320 of file qwscommand_qws_p.h.

320  :
322  reinterpret_cast<char*>(&simpleData)) {}
struct QWSSetOpacityCommand::SimpleData simpleData
QWSCommand(int t, int len, char *ptr)

Properties

◆ simpleData

struct QWSSetOpacityCommand::SimpleData QWSSetOpacityCommand::simpleData

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