// // Copyright 2006 Jim Bublitz // Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson // may also apply // Generated by preSip // module tdecore version KDE 3.5.3 // This software is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as // published by the Free Software Foundation; either version 2 of // the License, or (at your option) any later version. // // This software is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public // License along with this library; see the file COPYING. // If not, write to the Free Software Foundation, Inc., // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. %ModuleHeaderCode #include %End namespace KKeyServer { %If ( KDE_3_1_0 - ) enum ExtraModFlag { MODE_SWITCH }; %End class Sym { %TypeHeaderCode #include %End public: uint m_sym; Sym (); Sym (uint); Sym (const TQString&); bool initTQt (int); bool init (const TQString&); int qt () const; TQString toStringInternal () const; TQString toString () const; uint getModsRetquired () const; uint getSymVariation () const; %If ( KDE_3_1_4 - ) //ig operator uint () const; %End }; // class Sym class Key { %TypeHeaderCode #include %End public: enum { CODE_FOR_QT }; uint m_code; uint m_mod; uint m_sym; bool init (const KKey&, bool); bool isNative () const; uint code () const; uint mod () const; uint sym () const; int keyCodeQt () const; void setKeycodeTQt (int); int compare (const KKeyServer::Key&) const; %If ( KDE_3_1_4 - ) bool operator == (const KKeyServer::Key&) const; bool operator < (const KKeyServer::Key&) const; %End KKey key () const; }; // class Key class Variations { %TypeHeaderCode #include %End public: enum { MAX_VARIATIONS }; //ig KKeyServer::Key m_rgkey[MAX_VARIATIONS]; uint m_nVariations; Variations (); void init (const KKey&, bool); uint count () const; const KKeyServer::Key& key (uint) const; }; // class Variations bool initializeMods (); uint modX (KKey::ModFlag); bool keyboardHasWinKey (); uint modXShift (); uint modXLock (); uint modXCtrl (); uint modXAlt (); uint modXNumLock (); uint modXWin (); uint modXScrollLock (); %If ( KDE_3_4_2 - ) uint modXModeSwitch (); %End uint accelModMaskX (); //ig bool keyTQtToSym (int, uint&); //ig bool keyTQtToMod (int, uint&); //ig bool symToKeyTQt (uint, int&); //ig bool modToModTQt (uint, int&); //ig bool modToModX (uint, uint&); //ig bool modXToModTQt (uint, int&); %If ( KDE_3_4_2 - ) //ig int qtButtonStateToMod (TQt::ButtonState); %End //ig bool modXToMod (uint, uint&); //ig bool codeXToSym (uchar, uint, uint&); //ig TQString modToStringInternal (uint); //ig TQString modToStringUser (uint); %If ( KDE_3_5_0 - ) uint stringUserToMod (const TQString&); %End //ig bool stringToSymMod (const TQString&, uint&, uint&); //ig void keyTQtToKeyX (uint, uchar*, uint*, uint*); %If ( - KDE_3_2_0 ) class CodeMod { %TypeHeaderCode #include %End public: int code; int mod; }; // class CodeMod %End }; // namespace KKeyServer