Description of a X11 window.
Definition at line 129 of file TGWin32.cxx.
Public Attributes | |
| FT_Vector | alignVector |
| alignment vector | |
| GdkDrawable * | buffer = nullptr |
| pixmap used for double buffer | |
| Int_t | clip = 0 |
| 1 if the clipping is on | |
| Int_t | dashLength = 0 |
| total length of dashes | |
| std::vector< gint8 > | dashList |
| Gtk array for dashes. | |
| std::vector< char > | dashList |
| X11 array for dashes. | |
| Int_t | dashOffset = 0 |
| current dash offset | |
| Int_t | double_buffer = 0 |
| 1 if the double buffer is on, 0 if not | |
| GdkDrawable * | drawing = nullptr |
| drawing area, equal to window or buffer | |
| TVirtualX::EDrawMode | drawMode = TVirtualX::kCopy |
| current draw mode | |
| TAttFill | fAttFill = {-1, -1} |
| current fill attributes | |
| TAttLine | fAttLine = {-1, -1, -1} |
| current line attributes | |
| TAttMarker | fAttMarker = { -1, -1, -1 } |
| current marker attribute | |
| TAttText | fAttText |
| current text attributes | |
| Drawable | fBuffer = 0 |
| pixmap used for double buffer | |
| Int_t | fClip = 0 |
| 1 if the clipping is on | |
| Int_t | fDoubleBuffer = 0 |
| 1 if the double buffer is on, 0 if not | |
| Drawable | fDrawing = 0 |
| drawing area, equal to window or buffer | |
| GdkGC * | fGClist [kMAXGC] |
| array of GC objects for concrete window | |
| GC | fGClist [kMAXGC] |
| list of GC object, individual for each window | |
| UInt_t | fHclip = 0 |
| height of the clipping rectangle | |
| UInt_t | fHeight = 0 |
| height of the window | |
| Int_t | fillFasi = -1 |
| fasi parameter for fill pattern | |
| Int_t | fillHollow = 0 |
| Flag if fill style is hollow. | |
| GdkPixmap * | fillPattern = nullptr |
| current fill pattern | |
| Pixmap | fillPattern = 0 |
| current initialized fill pattern | |
| Int_t | fIsPixmap = 0 |
| 1 if pixmap, 0 if not | |
| Int_t | fNcolors = 0 |
| number of different colors | |
| ULong_t * | fNewColors = 0 |
| new image colors (after processing) | |
| Int_t | fOpen = 0 |
| 1 if the window is open, 0 if not | |
| Bool_t | fShared = 0 |
| notify when window is shared | |
| UInt_t | fWclip = 0 |
| width of the clipping rectangle | |
| UInt_t | fWidth = 0 |
| width of the window | |
| Drawable | fWindow = 0 |
| X11 window. | |
| Int_t | fXclip = 0 |
| x coordinate of the clipping rectangle | |
| Int_t | fYclip = 0 |
| y coordinate of the clipping rectangle | |
| UInt_t | hclip = 0 |
| height of the clipping rectangle | |
| UInt_t | height = 0 |
| height of the window | |
| Int_t | ispixmap = 0 |
| 1 if pixmap, 0 if not | |
| GdkLineStyle | lineStyle = GDK_LINE_SOLID |
| current line style | |
| Int_t | lineStyle = LineSolid |
| X11 line style. | |
| Int_t | lineWidth = 0 |
| current line width | |
| Int_t | markerLineWidth = 0 |
| line width used for marker | |
| std::vector< GdkPoint > | markerShape |
| marker shape points | |
| std::vector< XPoint > | markerShape |
| marker shape points | |
| Int_t | markerSize = 0 |
| size of simple markers | |
| Int_t | markerType = 0 |
| 4 differen kinds of marker | |
| Int_t | ncolors = 0 |
| number of different colors | |
| ULong_t * | new_colors = nullptr |
| new image colors (after processing) | |
| Int_t | open = 0 |
| 1 if the window is open, 0 if not | |
| Int_t | shared = 0 |
| 1 if Qt window | |
| EAlign | textAlign = kAlignNone |
| selected text align | |
| TGX11::EAlign | textAlign = TGX11::kAlignNone |
| selected text align | |
| XFontStruct * | textFont = nullptr |
| selected text font | |
| UInt_t | wclip = 0 |
| width of the clipping rectangle | |
| UInt_t | width = 0 |
| width of the window | |
| GdkDrawable * | window = nullptr |
| win32 window | |
| Int_t | xclip = 0 |
| x coordinate of the clipping rectangle | |
| Int_t | yclip = 0 |
| y coordinate of the clipping rectangle | |
| FT_Vector XWindow_t::alignVector |
alignment vector
Definition at line 165 of file TGWin32.cxx.
| GdkDrawable* XWindow_t::buffer = nullptr |
pixmap used for double buffer
Definition at line 136 of file TGWin32.cxx.
| Int_t XWindow_t::clip = 0 |
1 if the clipping is on
Definition at line 139 of file TGWin32.cxx.
| Int_t XWindow_t::dashLength = 0 |
total length of dashes
Definition at line 152 of file TGWin32.cxx.
| std::vector<gint8> XWindow_t::dashList |
Gtk array for dashes.
Definition at line 151 of file TGWin32.cxx.
| std::vector<char> XWindow_t::dashList |
| Int_t XWindow_t::dashOffset = 0 |
current dash offset
Definition at line 153 of file TGWin32.cxx.
| Int_t XWindow_t::double_buffer = 0 |
1 if the double buffer is on, 0 if not
Definition at line 132 of file TGWin32.cxx.
| GdkDrawable* XWindow_t::drawing = nullptr |
drawing area, equal to window or buffer
Definition at line 134 of file TGWin32.cxx.
| TVirtualX::EDrawMode XWindow_t::drawMode = TVirtualX::kCopy |
current draw mode
Definition at line 147 of file TGWin32.cxx.
| TAttFill XWindow_t::fAttFill = {-1, -1} |
current fill attributes
Definition at line 154 of file TGWin32.cxx.
| TAttLine XWindow_t::fAttLine = {-1, -1, -1} |
current line attributes
Definition at line 148 of file TGWin32.cxx.
| TAttMarker XWindow_t::fAttMarker = { -1, -1, -1 } |
current marker attribute
Definition at line 158 of file TGWin32.cxx.
| TAttText XWindow_t::fAttText |
| Drawable XWindow_t::fBuffer = 0 |
| Int_t XWindow_t::fDoubleBuffer = 0 |
| Drawable XWindow_t::fDrawing = 0 |
array of GC objects for concrete window
Definition at line 146 of file TGWin32.cxx.
| GC XWindow_t::fGClist[kMAXGC] |
| UInt_t XWindow_t::fHclip = 0 |
| Int_t XWindow_t::fillFasi = -1 |
| Int_t XWindow_t::fillHollow = 0 |
| GdkPixmap* XWindow_t::fillPattern = nullptr |
current fill pattern
Definition at line 157 of file TGWin32.cxx.
| Pixmap XWindow_t::fillPattern = 0 |
| ULong_t* XWindow_t::fNewColors = 0 |
| Int_t XWindow_t::fOpen = 0 |
| Bool_t XWindow_t::fShared = 0 |
| UInt_t XWindow_t::fWclip = 0 |
| Int_t XWindow_t::fXclip = 0 |
| Int_t XWindow_t::fYclip = 0 |
| UInt_t XWindow_t::hclip = 0 |
height of the clipping rectangle
Definition at line 143 of file TGWin32.cxx.
| UInt_t XWindow_t::height = 0 |
height of the window
Definition at line 138 of file TGWin32.cxx.
| Int_t XWindow_t::ispixmap = 0 |
1 if pixmap, 0 if not
Definition at line 133 of file TGWin32.cxx.
| GdkLineStyle XWindow_t::lineStyle = GDK_LINE_SOLID |
current line style
Definition at line 149 of file TGWin32.cxx.
| Int_t XWindow_t::lineWidth = 0 |
| Int_t XWindow_t::markerLineWidth = 0 |
line width used for marker
Definition at line 162 of file TGWin32.cxx.
| std::vector<GdkPoint> XWindow_t::markerShape |
marker shape points
Definition at line 161 of file TGWin32.cxx.
| std::vector<XPoint> XWindow_t::markerShape |
| Int_t XWindow_t::markerSize = 0 |
size of simple markers
Definition at line 160 of file TGWin32.cxx.
| Int_t XWindow_t::markerType = 0 |
4 differen kinds of marker
Definition at line 159 of file TGWin32.cxx.
| Int_t XWindow_t::ncolors = 0 |
number of different colors
Definition at line 145 of file TGWin32.cxx.
| ULong_t* XWindow_t::new_colors = nullptr |
new image colors (after processing)
Definition at line 144 of file TGWin32.cxx.
| Int_t XWindow_t::open = 0 |
1 if the window is open, 0 if not
Definition at line 130 of file TGWin32.cxx.
| Int_t XWindow_t::shared = 0 |
1 if Qt window
Definition at line 131 of file TGWin32.cxx.
| EAlign XWindow_t::textAlign = kAlignNone |
selected text align
Definition at line 164 of file TGWin32.cxx.
| TGX11::EAlign XWindow_t::textAlign = TGX11::kAlignNone |
| XFontStruct* XWindow_t::textFont = nullptr |
| UInt_t XWindow_t::wclip = 0 |
width of the clipping rectangle
Definition at line 142 of file TGWin32.cxx.
| UInt_t XWindow_t::width = 0 |
width of the window
Definition at line 137 of file TGWin32.cxx.
| GdkDrawable* XWindow_t::window = nullptr |
win32 window
Definition at line 135 of file TGWin32.cxx.
| Int_t XWindow_t::xclip = 0 |
x coordinate of the clipping rectangle
Definition at line 140 of file TGWin32.cxx.
| Int_t XWindow_t::yclip = 0 |
y coordinate of the clipping rectangle
Definition at line 141 of file TGWin32.cxx.