![]() |
Qt 4.8
|
#include <qwscommand_qws_p.h>
Classes | |
| struct | SimpleData |
Public Functions | |
| QWSPlaySoundCommand () | |
| void | setData (const char *d, int len, bool allocateMem) |
| void | setFileName (const QString &n) |
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) |
| void | write (QIODevice *s) |
| virtual | ~QWSProtocolItem () |
Public Variables | |
| QString | filename |
| struct QWSPlaySoundCommand::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 QWSCommand * | factory (int type) |
Definition at line 571 of file qwscommand_qws_p.h.
|
inline |
Definition at line 573 of file qwscommand_qws_p.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 577 of file qwscommand_qws_p.h.
|
inline |
Definition at line 581 of file qwscommand_qws_p.h.
Referenced by QWSDisplay::playSoundFile().
| QString QWSPlaySoundCommand::filename |
Definition at line 589 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokePlaySound().
| struct QWSPlaySoundCommand::SimpleData QWSPlaySoundCommand::simpleData |