![]() |
Qt 4.8
|
#include <qwscommand_qws_p.h>
Classes | |
| struct | SimpleData |
Public Types | |
| enum | CommandType { StartedUsingFont, StoppedUsingFont } |
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 } |
Public Functions | |
| QWSFontCommand () | |
| void | setData (const char *d, int len, bool allocateMem) |
| void | setFontName (const QByteArray &name) |
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 | |
| QByteArray | fontName |
| struct QWSFontCommand::SimpleData | simpleData |
Public Variables inherited from QWSProtocolItem | |
| int | bytesRead |
| bool | deleteRaw |
| char * | rawDataPtr |
| int | rawLen |
| char * | simpleDataPtr |
| int | simpleLen |
| int | type |
Additional Inherited Members | |
Static Public Functions inherited from QWSCommand | |
| static QWSCommand * | factory (int type) |
Definition at line 802 of file qwscommand_qws_p.h.
|
inline |
Definition at line 809 of file qwscommand_qws_p.h.
|
inlinevirtual |
Reimplemented from QWSProtocolItem.
Definition at line 813 of file qwscommand_qws_p.h.
|
inline |
Definition at line 819 of file qwscommand_qws_p.h.
Referenced by QWSDisplay::sendFontCommand().
| QByteArray QWSFontCommand::fontName |
Definition at line 828 of file qwscommand_qws_p.h.
Referenced by QWSServerPrivate::invokeFont().
| struct QWSFontCommand::SimpleData QWSFontCommand::simpleData |
Referenced by QWSServerPrivate::invokeFont(), and QWSDisplay::sendFontCommand().