diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-17 19:46:30 +0900 |
commit | 69d87202cb139ffe9e4b3ce92e434523b7b09b64 (patch) | |
tree | 7b133311a4d5e5394f2612dced305f815c04847b /doc/html/qwindowsystem_qws-h.html | |
parent | e07baa10b7b8e7105e02a621efadac67216c61ed (diff) | |
download | tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.tar.gz tqt3-69d87202cb139ffe9e4b3ce92e434523b7b09b64.zip |
QT_NO_* -> TQT_NO_* renaming.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qwindowsystem_qws-h.html')
-rw-r--r-- | doc/html/qwindowsystem_qws-h.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/html/qwindowsystem_qws-h.html b/doc/html/qwindowsystem_qws-h.html index 3476c9846..b88d5282c 100644 --- a/doc/html/qwindowsystem_qws-h.html +++ b/doc/html/qwindowsystem_qws-h.html @@ -177,7 +177,7 @@ private: TQWSWindowData *d; }; -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND class TQWSSoundServer; #ifdef QT_USE_OLD_QWS_SOUND class TQWSSoundServerData; @@ -211,7 +211,7 @@ private: class TQWSMouseHandler; struct TQWSCommandStruct; -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS class TQWSServer : public TQWSServerSocket #else class TQWSServer : public TQObject @@ -238,13 +238,13 @@ public: static void processKeyEvent(int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat); -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM enum IMState { IMStart, IMCompose, IMEnd }; void sendIMEvent( IMState state, const TQString& txt, int cpos, int selLen ); #endif -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD typedef struct KeyMap { int key_code; ushort unicode; @@ -270,7 +270,7 @@ public: static void setKeyboardFilter( KeyboardFilter *f ); #endif -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM static void setCurrentInputMethod( TQWSInputMethod *im ); static void resetInputMethod(); static void setMicroFocus( int x, int y ); @@ -285,7 +285,7 @@ public: static void setDesktopBackground( const TQColor & ); static TQWSMouseHandler *mouseHandler(); static void setMouseHandler(TQWSMouseHandler*); -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD static TQWSKeyboardHandler* keyboardHandler(); static void setKeyboardHandler(TQWSKeyboardHandler* kh); #endif @@ -296,7 +296,7 @@ public: void openMouse(); void closeMouse(); -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD void openKeyboard(); void closeKeyboard(); #endif @@ -316,7 +316,7 @@ public: static TQPtrList<TQWSInternalWindowInfo> * windowList(); void sendPropertyNotifyEvent( int property, int state ); -#ifndef QT_NO_QWS_PROPERTIES +#ifndef TQT_NO_QWS_PROPERTIES TQWSPropertyManager *manager() { return &propertyManager; } @@ -330,7 +330,7 @@ public: static void beginDisplayReconfigure(); static void endDisplayReconfigure(); -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR static void setCursorVisible( bool ); static bool isCursorVisible(); #endif @@ -342,13 +342,13 @@ public: signals: void windowEvent( TQWSWindow *w, TQWSServer::WindowEvent e ); -#ifndef QT_NO_COP +#ifndef TQT_NO_COP void newChannel( const TQString& channel); void removedChannel(const TQString& channel); #endif private: -#ifndef QT_NO_COP +#ifndef TQT_NO_COP static void sendTQCopEvent( TQWSClient *c, const TQCString &ch, const TQCString &msg, const TQByteArray &data, bool response = FALSE ); @@ -360,7 +360,7 @@ private: void destroy_region( const TQWSRegionDestroyCommand * ); void name_region( const TQWSRegionNameCommand * ); void set_identity( const TQWSIdentifyCommand * ); -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM void set_micro_focus( const TQWSSetMicroFocusCommand * ); void reset_im( const TQWSResetIMCommand * ); static void sendKeyEventUnfiltered(int unicode, int keycode, @@ -374,7 +374,7 @@ private: static TQImage *bgImage; void sendMaxWindowRectEvents(); -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS void newConnection( int socket ); #endif void invokeIdentify( const TQWSIdentifyCommand *cmd, TQWSClient *client ); @@ -384,35 +384,35 @@ private: void invokeRegionMove( const TQWSRegionMoveCommand *cmd, TQWSClient *client ); void invokeRegionDestroy( const TQWSRegionDestroyCommand *cmd, TQWSClient *client ); void invokeSetAltitude( const TQWSChangeAltitudeCommand *cmd, TQWSClient *client ); -#ifndef QT_NO_QWS_PROPERTIES +#ifndef TQT_NO_QWS_PROPERTIES void invokeAddProperty( TQWSAddPropertyCommand *cmd ); void invokeSetProperty( TQWSSetPropertyCommand *cmd ); void invokeRemoveProperty( TQWSRemovePropertyCommand *cmd ); void invokeGetProperty( TQWSGetPropertyCommand *cmd, TQWSClient *client ); -#endif //QT_NO_QWS_PROPERTIES +#endif //TQT_NO_QWS_PROPERTIES void invokeSetSelectionOwner( TQWSSetSelectionOwnerCommand *cmd ); void invokeConvertSelection( TQWSConvertSelectionCommand *cmd ); void invokeSetFocus( const TQWSRequestFocusCommand *cmd, TQWSClient *client ); void initIO(); void setFocus( TQWSWindow*, bool gain ); -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR void invokeDefineCursor( TQWSDefineCursorCommand *cmd, TQWSClient *client ); void invokeSelectCursor( TQWSSelectCursorCommand *cmd, TQWSClient *client ); #endif void invokeGrabMouse( TQWSGrabMouseCommand *cmd, TQWSClient *client ); void invokeGrabKeyboard( TQWSGrabKeyboardCommand *cmd, TQWSClient *client ); -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND void invokePlaySound( TQWSPlaySoundCommand *cmd, TQWSClient *client ); #endif -#ifndef QT_NO_COP +#ifndef TQT_NO_COP void invokeRegisterChannel( TQWSQCopRegisterChannelCommand *cmd, TQWSClient *client ); void invokeTQCopSend( TQWSQCopSendCommand *cmd, TQWSClient *client ); #endif void invokeRepaintRegion( TQWSRepaintRegionCommand *cmd, TQWSClient *client ); -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM void invokeSetMicroFocus( const TQWSSetMicroFocusCommand *cmd, TQWSClient *client ); void invokeResetIM( const TQWSResetIMCommand *cmd, @@ -433,7 +433,7 @@ private: void resetGfx(); private slots: -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS void clientClosed(); void doClient(); void deleteWindowsLater(); @@ -459,7 +459,7 @@ private: TQGfx *gfx; ClientMap client; -#ifndef QT_NO_QWS_PROPERTIES +#ifndef TQT_NO_QWS_PROPERTIES TQWSPropertyManager propertyManager; #endif struct SelectionOwner { @@ -479,7 +479,7 @@ private: TQWSWindow *mouseGrabber; bool mouseGrabbing; int swidth, sheight, sdepth; -#ifndef QT_NO_QWS_CURSOR +#ifndef TQT_NO_QWS_CURSOR bool haveviscurs; TQWSCursor *cursor; // cursor currently shown TQWSCursor *nextCursor; // cursor to show once grabbing is off @@ -489,7 +489,7 @@ private: TQRegion dirtyBackground; bool disablePainting; TQPtrList<TQWSMouseHandler> mousehandlers; -#ifndef QT_NO_QWS_KEYBOARD +#ifndef TQT_NO_QWS_KEYBOARD TQPtrList<TQWSKeyboardHandler> keyboardhandlers; #endif @@ -511,13 +511,13 @@ private: void setCursor(TQWSCursor *curs); // multimedia -#ifndef QT_NO_SOUND +#ifndef TQT_NO_SOUND TQWSSoundServer *soundserver; #endif -#ifndef QT_NO_COP +#ifndef TQT_NO_COP TQMap<TQString, TQPtrList<TQWSClient> > channels; #endif -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM bool microF; int microX; int microY; @@ -527,7 +527,7 @@ private: extern TQWSServer *qwsServer; //there can be only one -#ifndef QT_NO_QWS_IM +#ifndef TQT_NO_QWS_IM class TQWSInputMethod { public: @@ -600,7 +600,7 @@ private slots: void errorHandler( int ); private: int s; // XXX csocket->d->socket->socket() is this value -#ifndef QT_NO_QWS_MULTIPROCESS +#ifndef TQT_NO_QWS_MULTIPROCESS TQWSSocket *csocket; #endif TQWSCommand* command; |