#include <assert.h>
#include "TGQt.h"
#include "TQUserEvent.h"
#include "TQtClientFilter.h"
#include "TQtWidget.h"
#include "TQtClientWidget.h"
#include "TQtEventQueue.h"
#include "TGWindow.h"
#include "TROOT.h"
#include "TEnv.h"
#include <qapplication.h>
#include <qcursor.h>
#include <qpixmap.h>
#include <qbitmap.h>
#include <qregion.h>
#include <qclipboard.h>
#include <qpaintdevicemetrics.h>
#include <qobjectlist.h>
#include <qcstring.h>
#include <qfontmetrics.h>
#include <qpoint.h>
#include <qpainter.h>
#include <qlayout.h>
#include <qdatetime.h>
#include <qtextcodec.h>
#include "TMath.h"
#include "TQtBrush.h"
#include "TSystem.h"
#include "KeySymbols.h"
#include "TError.h"
#include "TGFrame.h"
Go to the source code of this file.
Classes | |
class | QtGContext |
class | TQtPainter |
class | TQtGrabPointerFilter |
class | TXlfd |
struct | KeyQSymbolMap_t |
Defines | |
#define | CopyQTContext(member) |
#define | DumpGCMask(member) |
Functions | |
static TQtClientWidget * | cwid (Window_t id) |
static QtGContext & | qtcontext (GContext_t context) |
void | DumpROp (Qt::RasterOp op) |
static void | FillPixmapAttribute (QPixmap &pixmap, Pixmap_t &pict_mask, PictureAttributes_t &attr, TQtPixmapGuard &guard) |
static Int_t | MapKeySym (int key, bool toQt=true) |
Variables | |
static Window_t | fgDefaultRootWindows = Window_t(-1) |
static KeyQSymbolMap_t | gKeyQMap [] |
#define CopyQTContext | ( | member | ) |
#define DumpGCMask | ( | member | ) |
static TQtClientWidget* cwid | ( | Window_t | id | ) | [static] |
Definition at line 91 of file GQtGUI.cxx.
References TGQt::wid().
Referenced by TGQt::GrabPointer(), and TGQt::SetCursor().
void DumpROp | ( | Qt::RasterOp | op | ) |
static void FillPixmapAttribute | ( | QPixmap & | pixmap, | |
Pixmap_t & | pict_mask, | |||
PictureAttributes_t & | attr, | |||
TQtPixmapGuard & | guard | |||
) | [inline, static] |
Definition at line 1590 of file GQtGUI.cxx.
References TQtPixmapGuard::Create(), PictureAttributes_t::fHeight, PictureAttributes_t::fWidth, kNone, kTRUE, TQtPixmapGuard::Pixmap(), and TGQt::rootwid().
Referenced by TGQt::CreatePictureFromData(), and TGQt::CreatePictureFromFile().
static Int_t MapKeySym | ( | int | key, | |
bool | toQt = true | |||
) | [inline, static] |
Definition at line 2354 of file GQtGUI.cxx.
References fKeySym, KeyQSymbolMap_t::fKeySym, TGQt::GetTextDecoder(), gKeyQMap, gQt, i, and text().
Referenced by TGQt::KeysymToKeycode(), and MapEvent().
static QtGContext& qtcontext | ( | GContext_t | context | ) | [static] |
Definition at line 143 of file GQtGUI.cxx.
Referenced by TGQt::ChangeGC(), TGQt::CopyArea(), TGQt::CopyGC(), TGQt::DeleteGC(), TGQt::DrawLine(), TGQt::DrawRectangle(), TGQt::DrawSegments(), TGQt::DrawString(), TGQt::FillPolygon(), TGQt::FillRectangle(), TGQt::GetGCValues(), TGQt::PutImage(), TGQt::SetBackground(), TGQt::SetClipRectangles(), and TGQt::SetForeground().
Window_t fgDefaultRootWindows = Window_t(-1) [static] |
KeyQSymbolMap_t gKeyQMap[] [static] |