ROOT 6.07/09 Reference Guide |
This class implements TVirtualX interface for MacOS X, using Cocoa and Quartz 2D.
TVirtualX is a typical fat interface, it's a "C++ wrapper" for X11 library. It's a union of several orthogonal interfaces like: color management, window management, pixmap management, cursors, events, images, drag and drop, font management, gui-rendering, non-gui graphics, etc. etc.
Public Member Functions | |
TGCocoa () | |
TGCocoa (const char *name, const char *title) | |
~TGCocoa () | |
virtual Int_t | AddPixmap (ULong_t pixid, UInt_t w, UInt_t h) |
Registers a pixmap created by TGLManager as a ROOT pixmap. More... | |
virtual Int_t | AddWindow (ULong_t qwid, UInt_t w, UInt_t h) |
Registers a window created by Qt as a ROOT window. More... | |
virtual Bool_t | AllocColor (Colormap_t cmap, ColorStruct_t &color) |
Allocates a read-only colormap entry corresponding to the closest RGB value supported by the hardware. More... | |
virtual void | Bell (Int_t percent) |
Sets the sound bell. Percent is loudness from -100% to 100%. More... | |
virtual void | ChangeActivePointerGrab (Window_t, UInt_t, Cursor_t) |
Changes the specified dynamic parameters if the pointer is actively grabbed by the client and if the specified time is no earlier than the last-pointer-grab time and no later than the current X server time. More... | |
virtual void | ChangeGC (GContext_t gc, GCValues_t *gval) |
Changes the components specified by the mask in gval for the specified GC. More... | |
virtual void | ChangeProperties (Window_t wid, Atom_t property, Atom_t type, Int_t format, UChar_t *data, Int_t len) |
Alters the property for the specified window and causes the X server to generate a PropertyNotify event on that window. More... | |
virtual void | ChangeProperty (Window_t wid, Atom_t property, Atom_t type, UChar_t *data, Int_t len) |
Alters the property for the specified window and causes the X server to generate a PropertyNotify event on that window. More... | |
virtual void | ChangeWindowAttributes (Window_t wid, SetWindowAttributes_t *attr) |
Changes the attributes of the specified window "id" according the values provided in "attr". More... | |
virtual Bool_t | CheckEvent (Window_t wid, EGEventType type, Event_t &ev) |
Check if there is for window "id" an event of type "type". More... | |
virtual void | ClearArea (Window_t wid, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Paints a rectangular area in the specified window "id" according to the specified dimensions with the window's background pixel or pixmap. More... | |
void | ClearAreaAux (Window_t wid, Int_t x, Int_t y, UInt_t w, UInt_t h) |
virtual void | ClearWindow () |
Clears the entire area of the current window. More... | |
virtual void | ClearWindow (Window_t wid) |
Clears the entire area in the specified window and it is equivalent to ClearArea(id, 0, 0, 0, 0) More... | |
virtual void | CloseDisplay () |
Closes connection to display server and destroys all windows. More... | |
virtual void | ClosePixmap () |
Deletes current pixmap. More... | |
virtual void | CloseWindow () |
Deletes current window. More... | |
void | CocoaDrawOFF () |
void | CocoaDrawON () |
virtual void | ConvertPrimarySelection (Window_t wid, Atom_t clipboard, Time_t when) |
Causes a SelectionRequest event to be sent to the current primary selection owner. More... | |
virtual void | ConvertSelection (Window_t, Atom_t &, Atom_t &, Atom_t &, Time_t &) |
Requests that the specified selection be converted to the specified target type. More... | |
virtual void | CopyArea (Drawable_t src, Drawable_t dst, GContext_t gc, Int_t srcX, Int_t srcY, UInt_t width, UInt_t height, Int_t dstX, Int_t dstY) |
Combines the specified rectangle of "src" with the specified rectangle of "dest" according to the "gc". More... | |
void | CopyAreaAux (Drawable_t src, Drawable_t dst, const GCValues_t &gc, Int_t srcX, Int_t srcY, UInt_t width, UInt_t height, Int_t dstX, Int_t dstY) |
virtual void | CopyGC (GContext_t org, GContext_t dest, Mask_t mask) |
Copies the specified components from the source GC "org" to the destination GC "dest". More... | |
virtual void | CopyPixmap (Int_t wid, Int_t xpos, Int_t ypos) |
Copies the pixmap "wid" at the position [xpos,ypos] in the current window. More... | |
virtual Pixmap_t | CreateBitmap (Drawable_t wid, const char *bitmap, UInt_t width, UInt_t height) |
Creates a bitmap (i.e. More... | |
virtual Cursor_t | CreateCursor (ECursor cursor) |
Creates the specified cursor. More... | |
virtual GContext_t | CreateGC (Drawable_t wid, GCValues_t *gval) |
Creates a graphics context using the provided GCValues_t *gval structure. More... | |
virtual Drawable_t | CreateImage (UInt_t width, UInt_t height) |
Allocates the memory needed for an drawable. More... | |
virtual Handle_t | CreateOpenGLContext (Window_t windowID, Handle_t sharedContext) |
Creates OpenGL context for window "windowID". More... | |
virtual void | CreateOpenGLContext (Int_t wid) |
Creates OpenGL context for window "wid". More... | |
virtual Window_t | CreateOpenGLWindow (Window_t parentID, UInt_t width, UInt_t height, const std::vector< std::pair< UInt_t, Int_t > > &format) |
Create window with special pixel format. Noop everywhere except Cocoa. More... | |
virtual Bool_t | CreatePictureFromData (Drawable_t wid, char **data, Pixmap_t &pict, Pixmap_t &pict_mask, PictureAttributes_t &attr) |
Creates a picture pict from data in bitmap format. More... | |
virtual Bool_t | CreatePictureFromFile (Drawable_t wid, const char *filename, Pixmap_t &pict, Pixmap_t &pict_mask, PictureAttributes_t &attr) |
Creates a picture pict from data in file "filename". More... | |
virtual Pixmap_t | CreatePixmap (Drawable_t wid, UInt_t w, UInt_t h) |
Creates a pixmap of the specified width and height and returns a pixmap ID that identifies it. More... | |
virtual Pixmap_t | CreatePixmap (Drawable_t wid, const char *bitmap, UInt_t width, UInt_t height, ULong_t foregroundColor, ULong_t backgroundColor, Int_t depth) |
Creates a pixmap from bitmap data of the width, height, and depth you specified and returns a pixmap that identifies it. More... | |
virtual Pixmap_t | CreatePixmapFromData (unsigned char *bits, UInt_t width, UInt_t height) |
create pixmap from RGB data. More... | |
virtual Region_t | CreateRegion () |
Creates a new empty region. More... | |
virtual Window_t | CreateWindow (Window_t parent, Int_t x, Int_t y, UInt_t w, UInt_t h, UInt_t border, Int_t depth, UInt_t clss, void *visual, SetWindowAttributes_t *attr, UInt_t wtype) |
Creates an unmapped subwindow for a specified parent window and returns the created window. More... | |
virtual void | DeleteFont (FontStruct_t fs) |
Explicitly deletes the font structure "fs" obtained via LoadQueryFont(). More... | |
virtual void | DeleteGC (GContext_t gc) |
Deletes the specified GC "gc". More... | |
virtual void | DeleteImage (Drawable_t img) |
Deallocates the memory associated with the image img. More... | |
virtual void | DeleteOpenGLContext (Int_t ctxID) |
Deletes OpenGL context for window "wid". More... | |
virtual void | DeletePictureData (void *data) |
Delete picture data created by the function ReadPictureDataFromFile. More... | |
virtual void | DeletePixmap (Pixmap_t pixmapID) |
Explicitly deletes the pixmap resource "pmap". More... | |
void | DeletePixmapAux (Pixmap_t pixmapID) |
virtual void | DeleteProperty (Window_t, Atom_t &) |
Deletes the specified property only if the property was defined on the specified window and causes the X server to generate a PropertyNotify event on the window unless the property does not exist. More... | |
virtual void | DestroyRegion (Region_t reg) |
Destroys the region "reg". More... | |
virtual void | DestroySubwindows (Window_t wid) |
The DestroySubwindows function destroys all inferior windows of the specified window, in bottom-to-top stacking order. More... | |
virtual void | DestroyWindow (Window_t wid) |
Destroys the window "id" as well as all of its subwindows. More... | |
virtual const char * | DisplayName (const char *) |
Returns hostname on which the display is opened. More... | |
virtual void | DrawLine (Drawable_t wid, GContext_t gc, Int_t x1, Int_t y1, Int_t x2, Int_t y2) |
Uses the components of the specified GC to draw a line between the specified set of points (x1, y1) and (x2, y2). More... | |
void | DrawLineAux (Drawable_t wid, const GCValues_t &gcVals, Int_t x1, Int_t y1, Int_t x2, Int_t y2) |
virtual void | DrawRectangle (Drawable_t wid, GContext_t gc, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Draws rectangle outlines of [x,y] [x+w,y] [x+w,y+h] [x,y+h]. More... | |
void | DrawRectangleAux (Drawable_t wid, const GCValues_t &gcVals, Int_t x, Int_t y, UInt_t w, UInt_t h) |
virtual void | DrawSegments (Drawable_t wid, GContext_t gc, Segment_t *segments, Int_t nSegments) |
Draws multiple line segments. More... | |
void | DrawSegmentsAux (Drawable_t wid, const GCValues_t &gcVals, const Segment_t *segments, Int_t nSegments) |
virtual void | DrawString (Drawable_t wid, GContext_t gc, Int_t x, Int_t y, const char *s, Int_t len) |
Each character image, as defined by the font in the GC, is treated as an additional mask for a fill operation on the drawable. More... | |
void | DrawStringAux (Drawable_t wid, const GCValues_t &gc, Int_t x, Int_t y, const char *s, Int_t len) |
virtual Bool_t | EmptyRegion (Region_t reg) |
Returns kTRUE if the region reg is empty. More... | |
virtual Bool_t | EqualRegion (Region_t rega, Region_t regb) |
Returns kTRUE if the two regions have the same offset, size, and shape. More... | |
virtual Int_t | EventsPending () |
Returns the number of events that have been received from the X server but have not been removed from the event queue. More... | |
virtual UInt_t | ExecCommand (TGWin32Command *code) |
Executes the command "code" coming from the other threads (Win32) More... | |
virtual void | FillPolygon (Window_t wid, GContext_t gc, Point_t *polygon, Int_t nPoints) |
Fills the region closed by the specified path. More... | |
void | FillPolygonAux (Window_t wid, const GCValues_t &gcVals, const Point_t *polygon, Int_t nPoints) |
virtual void | FillRectangle (Drawable_t wid, GContext_t gc, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Fills the specified rectangle defined by [x,y] [x+w,y] [x+w,y+h] [x,y+h]. More... | |
void | FillRectangleAux (Drawable_t wid, const GCValues_t &gcVals, Int_t x, Int_t y, UInt_t w, UInt_t h) |
virtual Window_t | FindRWindow (Window_t win, Window_t dragwin, Window_t input, int x, int y, int maxd) |
Recursively search in the children of Window for a Window which is at location x, y and is DND aware, with a maximum depth of maxd. More... | |
virtual void | FlushOpenGLBuffer (Handle_t ctxID) |
Flushes OpenGL buffer. More... | |
virtual void | FreeColor (Colormap_t cmap, ULong_t pixel) |
Frees color cell with specified pixel value. More... | |
virtual void | FreeFontNames (char **fontlist) |
Frees the specified the array of strings "fontlist". More... | |
virtual void | FreeFontStruct (FontStruct_t fs) |
Frees the font structure "fs". More... | |
virtual void | GetCharacterUp (Float_t &chupx, Float_t &chupy) |
Returns character up vector. More... | |
virtual unsigned char * | GetColorBits (Drawable_t wid, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Returns an array of pixels created from a part of drawable (defined by x, y, w, h) in format: More... | |
virtual Colormap_t | GetColormap () const |
Returns handle to colormap. More... | |
ROOT::MacOSX::X11::CommandBuffer * | GetCommandBuffer () const |
virtual Handle_t | GetCurrentOpenGLContext () |
Asks OpenGL subsystem about the current OpenGL context. More... | |
virtual Window_t | GetCurrentWindow () const |
pointer to the current internal window used in canvas graphics More... | |
virtual Window_t | GetDefaultRootWindow () const |
Returns handle to the default root window created when calling XOpenDisplay(). More... | |
virtual Int_t | GetDepth () const |
Returns depth of screen (number of bit planes). More... | |
virtual Display_t | GetDisplay () const |
Returns handle to display (might be useful in some cases where direct X11 manipulation outside of TVirtualX is needed, e.g. More... | |
ROOT::MacOSX::X11::Rectangle | GetDisplayGeometry () const |
virtual Int_t | GetDoubleBuffer (Int_t wid) |
Queries the double buffer value for the window "wid". More... | |
ROOT::MacOSX::X11::EventTranslator * | GetEventTranslator () const |
virtual FontH_t | GetFontHandle (FontStruct_t fs) |
Returns the font handle of the specified font structure "fs". More... | |
virtual void | GetFontProperties (FontStruct_t font, Int_t &max_ascent, Int_t &max_descent) |
Returns the font properties. More... | |
virtual FontStruct_t | GetFontStruct (FontH_t fh) |
Retrieves the associated font structure of the font specified font handle "fh". More... | |
virtual void | GetGCValues (GContext_t gc, GCValues_t &gval) |
Returns the components specified by the mask in "gval" for the specified GC "gc" (see also the GCValues_t structure) More... | |
virtual void | GetGeometry (Int_t wid, Int_t &x, Int_t &y, UInt_t &w, UInt_t &h) |
Returns position and size of window "wid". More... | |
virtual void | GetImageSize (Drawable_t wid, UInt_t &width, UInt_t &height) |
Returns the width and height of the image id. More... | |
virtual Window_t | GetInputFocus () |
Returns the window id of the window having the input focus. More... | |
virtual Handle_t | GetNativeEvent () const |
Returns the current native event handle. More... | |
virtual Double_t | GetOpenGLScalingFactor () |
On a HiDPI resolution it can be > 1., this means glViewport should use scaled width and height. More... | |
virtual Window_t | GetParent (Window_t wid) const |
Returns the parent of the window "id". More... | |
virtual void | GetPasteBuffer (Window_t wid, Atom_t atom, TString &text, Int_t &nchar, Bool_t del) |
Gets contents of the paste buffer "atom" into the string "text". More... | |
virtual ULong_t | GetPixel (Color_t cindex) |
Returns pixel value associated to specified ROOT color number "cindex". More... | |
virtual void | GetPlanes (Int_t &nplanes) |
Returns the maximum number of planes. More... | |
virtual Window_t | GetPrimarySelectionOwner () |
Returns the window id of the current owner of the primary selection. More... | |
virtual Int_t | GetProperty (Window_t, Atom_t, Long_t, Long_t, Bool_t, Atom_t, Atom_t *, Int_t *, ULong_t *, ULong_t *, unsigned char **) |
Returns the actual type of the property; the actual format of the property; the number of 8-bit, 16-bit, or 32-bit items transferred; the number of bytes remaining to be read in the property; and a pointer to the data actually returned. More... | |
virtual void | GetRegionBox (Region_t reg, Rectangle_t *rect) |
Returns smallest enclosing rectangle. More... | |
virtual void | GetRGB (Int_t index, Float_t &r, Float_t &g, Float_t &b) |
Returns RGB values for color "index". More... | |
virtual Int_t | GetScreen () const |
Returns screen number. More... | |
virtual Visual_t | GetVisual () const |
Returns handle to visual. More... | |
virtual void | GetWindowAttributes (Window_t wid, WindowAttributes_t &attr) |
The WindowAttributes_t structure is set to default. More... | |
virtual Window_t | GetWindowID (Int_t wid) |
Returns the X11 window identifier. More... | |
virtual void | GetWindowSize (Drawable_t wid, Int_t &x, Int_t &y, UInt_t &w, UInt_t &h) |
Returns the location and the size of window "id". More... | |
virtual void | GrabButton (Window_t wid, EMouseButton button, UInt_t modifier, UInt_t evmask, Window_t confine, Cursor_t cursor, Bool_t grab=kTRUE) |
Establishes a passive grab on a certain mouse button. More... | |
virtual void | GrabKey (Window_t wid, Int_t keycode, UInt_t modifier, Bool_t grab=kTRUE) |
Establishes a passive grab on the keyboard. More... | |
virtual void | GrabPointer (Window_t wid, UInt_t evmask, Window_t confine, Cursor_t cursor, Bool_t grab=kTRUE, Bool_t owner_events=kTRUE) |
Establishes an active pointer grab. More... | |
virtual Bool_t | HasTTFonts () const |
Returns True when TrueType fonts are used. More... | |
virtual void | IconifyWindow (Window_t wid) |
Iconifies the window "id". More... | |
virtual Bool_t | Init (void *display) |
Initializes the X system. More... | |
virtual Int_t | InitWindow (ULong_t window) |
Creates a new window and return window number. More... | |
virtual Atom_t | InternAtom (const char *atom_name, Bool_t only_if_exist) |
Returns the atom identifier associated with the specified "atom_name" string. More... | |
virtual void | IntersectRegion (Region_t rega, Region_t regb, Region_t result) |
Computes the intersection of two regions. More... | |
virtual Bool_t | IsCmdThread () const |
Bool_t | IsCocoaDraw () const |
virtual Bool_t | IsDNDAware (Window_t win, Atom_t *typelist) |
Checks if the Window is DND aware, and knows any of the DND formats passed in argument. More... | |
virtual Int_t | KeysymToKeycode (UInt_t keysym) |
Converts the "keysym" to the appropriate keycode. More... | |
virtual char ** | ListFonts (const char *fontname, Int_t max, Int_t &count) |
Returns list of font names matching fontname regexp, like "-*-times-*". More... | |
virtual FontStruct_t | LoadQueryFont (const char *font_name) |
Provides the most common way for accessing a font: opens (loads) the specified font and returns a pointer to the appropriate FontStruct_t structure. More... | |
virtual void | LookupString (Event_t *event, char *buf, Int_t buflen, UInt_t &keysym) |
Converts the keycode from the event structure to a key symbol (according to the modifiers specified in the event structure and the current keyboard mapping). More... | |
virtual void | LowerWindow (Window_t wid) |
Lowers the specified window "id" to the bottom of the stack so that it does not obscure any sibling windows. More... | |
virtual Bool_t | MakeOpenGLContextCurrent (Handle_t ctx, Window_t windowID) |
Makes context ctx current OpenGL context. More... | |
virtual void | MapRaised (Window_t wid) |
Maps the window "id" and all of its subwindows that have had map requests on the screen and put this window on the top of of the stack of all windows. More... | |
virtual void | MapSubwindows (Window_t wid) |
Maps all subwindows for the specified window "id" in top-to-bottom stacking order. More... | |
virtual void | MapWindow (Window_t wid) |
Maps the window "id" and all of its subwindows that have had map requests. More... | |
virtual void | MoveResizeWindow (Window_t wid, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Changes the size and location of the specified window "id" without raising it. More... | |
virtual void | MoveWindow (Int_t wid, Int_t x, Int_t y) |
Moves the window "wid" to the specified x and y coordinates. More... | |
virtual void | MoveWindow (Window_t wid, Int_t x, Int_t y) |
Moves the specified window to the specified x and y coordinates. More... | |
virtual Bool_t | NeedRedraw (ULong_t tgwindow, Bool_t force) |
Notify the low level GUI layer ROOT requires "tgwindow" to be updated. More... | |
virtual void | NextEvent (Event_t &event) |
The "event" is set to default event. More... | |
virtual Int_t | OpenDisplay (const char *displayName) |
Opens connection to display server (if such a thing exist on the current platform). More... | |
virtual Int_t | OpenPixmap (UInt_t w, UInt_t h) |
Creates a pixmap of the width "w" and height "h" you specified. More... | |
virtual Bool_t | ParseColor (Colormap_t cmap, const char *cname, ColorStruct_t &color) |
Looks up the string name of a color "cname" with respect to the screen associated with the specified colormap. More... | |
virtual Bool_t | PointInRegion (Int_t x, Int_t y, Region_t reg) |
Returns kTRUE if the point [x, y] is contained in the region reg. More... | |
virtual Region_t | PolygonRegion (Point_t *points, Int_t np, Bool_t winding) |
Returns a region for the polygon defined by the points array. More... | |
virtual void | PutImage (Drawable_t wid, GContext_t gc, Drawable_t img, Int_t dx, Int_t dy, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Combines an image with a rectangle of the specified drawable. More... | |
virtual void | PutPixel (Drawable_t wid, Int_t x, Int_t y, ULong_t pixel) |
Overwrites the pixel in the image with the specified pixel value. More... | |
virtual void | QueryColor (Colormap_t cmap, ColorStruct_t &color) |
Returns the current RGB value for the pixel in the "color" structure. More... | |
virtual void | QueryPointer (Int_t &x, Int_t &y) |
Returns the pointer position. More... | |
virtual void | QueryPointer (Window_t wid, Window_t &rootw, Window_t &childw, Int_t &root_x, Int_t &root_y, Int_t &win_x, Int_t &win_y, UInt_t &mask) |
Returns the root window the pointer is logically on and the pointer coordinates relative to the root window's origin. More... | |
virtual void | RaiseWindow (Window_t wid) |
Raises the specified window to the top of the stack so that no sibling window obscures it. More... | |
virtual Pixmap_t | ReadGIF (Int_t x0, Int_t y0, const char *file, Window_t wid) |
If id is NULL - loads the specified gif file at position [x0,y0] in the current window. More... | |
virtual Bool_t | ReadPictureDataFromFile (const char *filename, char ***ret_data) |
Reads picture data from file "filename" and store it in "ret_data". More... | |
void | ReconfigureDisplay () |
virtual void | RemoveWindow (ULong_t qwid) |
Removes the created by Qt window "qwid". More... | |
void | ReparentChild (Window_t wid, Window_t pid, Int_t x, Int_t y) |
void | ReparentTopLevel (Window_t wid, Window_t pid, Int_t x, Int_t y) |
virtual void | ReparentWindow (Window_t wid, Window_t pid, Int_t x, Int_t y) |
If the specified window is mapped, ReparentWindow automatically performs an UnmapWindow request on it, removes it from its current position in the hierarchy, and inserts it as the child of the specified parent. More... | |
virtual Int_t | RequestLocator (Int_t mode, Int_t ctyp, Int_t &x, Int_t &y) |
Requests Locator position. More... | |
virtual Int_t | RequestString (Int_t x, Int_t y, char *text) |
Requests string: text is displayed and can be edited with Emacs-like keybinding. More... | |
virtual void | RescaleWindow (Int_t wid, UInt_t w, UInt_t h) |
Rescales the window "wid". More... | |
virtual Int_t | ResizePixmap (Int_t wid, UInt_t w, UInt_t h) |
Resizes the specified pixmap "wid". More... | |
virtual void | ResizeWindow (Int_t wid) |
Resizes the window "wid" if necessary. More... | |
virtual void | ResizeWindow (Window_t wid, UInt_t w, UInt_t h) |
Changes the width and height of the specified window "id", not including its borders. More... | |
virtual UInt_t | ScreenWidthMM () const |
Returns the width of the screen in millimeters. More... | |
virtual void | SelectInput (Window_t wid, UInt_t evmask) |
Defines which input events the window is interested in. More... | |
virtual void | SelectPixmap (Int_t qpixid) |
Selects the pixmap "qpixid". More... | |
virtual void | SelectWindow (Int_t wid) |
Selects the window "wid" to which subsequent output is directed. More... | |
virtual void | SendEvent (Window_t wid, Event_t *ev) |
Specifies the event "ev" is to be sent to the window "id". More... | |
virtual void | SetCharacterUp (Float_t chupx, Float_t chupy) |
Sets character up vector. More... | |
virtual void | SetClassHints (Window_t wid, char *className, char *resourceName) |
Sets the windows class and resource name. More... | |
virtual void | SetClipOFF (Int_t wid) |
Turns off the clipping for the window "wid". More... | |
virtual void | SetClipRectangles (GContext_t gc, Int_t x, Int_t y, Rectangle_t *recs, Int_t n) |
Sets clipping rectangles in graphics context. More... | |
virtual void | SetClipRegion (Int_t wid, Int_t x, Int_t y, UInt_t w, UInt_t h) |
Sets clipping region for the window "wid". More... | |
virtual void | SetCursor (Window_t wid, Cursor_t curid) |
Sets the cursor "curid" to be used when the pointer is in the window "id". More... | |
virtual void | SetCursor (Int_t win, ECursor cursor) |
The cursor "cursor" will be used when the pointer is in the window "wid". More... | |
virtual void | SetDashes (GContext_t gc, Int_t offset, const char *dash_list, Int_t n) |
Sets the dash-offset and dash-list attributes for dashed line styles in the specified GC. More... | |
virtual void | SetDNDAware (Window_t, Atom_t *) |
Add XdndAware property and the list of drag and drop types to the Window win. More... | |
virtual void | SetDoubleBuffer (Int_t wid, Int_t mode) |
Sets the double buffer on/off on the window "wid". More... | |
virtual void | SetDoubleBufferOFF () |
Turns double buffer mode off. More... | |
virtual void | SetDoubleBufferON () |
Turns double buffer mode on. More... | |
virtual void | SetDrawMode (EDrawMode mode) |
Sets the drawing mode. More... | |
virtual void | SetForeground (GContext_t gc, ULong_t foreground) |
Sets the foreground color for the specified GC (shortcut for ChangeGC with only foreground mask set). More... | |
virtual void | SetIconName (Window_t wid, char *name) |
Sets the window icon name. More... | |
virtual void | SetIconPixmap (Window_t wid, Pixmap_t pix) |
Sets the icon name pixmap. More... | |
virtual void | SetInputFocus (Window_t wid) |
Changes the input focus to specified window "id". More... | |
virtual void | SetKeyAutoRepeat (Bool_t on=kTRUE) |
Turns key auto repeat on (kTRUE) or off (kFALSE). More... | |
virtual void | SetMWMHints (Window_t winID, UInt_t value, UInt_t decorators, UInt_t inputMode) |
Sets decoration style. More... | |
virtual void | SetPrimarySelectionOwner (Window_t wid) |
Makes the window "id" the current owner of the primary selection. More... | |
virtual void | SetRGB (Int_t cindex, Float_t r, Float_t g, Float_t b) |
Sets color intensities the specified color index "cindex". More... | |
virtual Bool_t | SetSelectionOwner (Window_t windowID, Atom_t &selectionID) |
Changes the owner and last-change time for the specified selection. More... | |
virtual void | SetTextMagnitude (Float_t mgn) |
Sets the current text magnification factor to "mgn". More... | |
virtual void | SetTypeList (Window_t win, Atom_t prop, Atom_t *typelist) |
Add the list of drag and drop types to the Window win. More... | |
virtual void | SetWindowBackground (Window_t wid, ULong_t color) |
Sets the background of the window "id" to the specified color value "color". More... | |
virtual void | SetWindowBackgroundPixmap (Window_t wid, Pixmap_t pxm) |
Sets the background pixmap of the window "id" to the specified pixmap "pxm". More... | |
virtual void | SetWindowName (Window_t wid, char *name) |
Sets the window name. More... | |
virtual void | SetWMPosition (Window_t winID, Int_t x, Int_t y) |
Tells the window manager the desired position [x,y] of window "id". More... | |
virtual void | SetWMSize (Window_t winID, UInt_t w, UInt_t h) |
Tells window manager the desired size of window "id". More... | |
virtual void | SetWMSizeHints (Window_t winID, UInt_t wMin, UInt_t hMin, UInt_t wMax, UInt_t hMax, UInt_t wInc, UInt_t hInc) |
Gives the window manager minimum and maximum size hints of the window "id". More... | |
virtual void | SetWMState (Window_t winID, EInitialState state) |
Sets the initial state of the window "id": either kNormalState or kIconicState. More... | |
virtual void | SetWMTransientHint (Window_t winID, Window_t mainWinID) |
Tells window manager that the window "id" is a transient window of the window "main_id". More... | |
virtual void | ShapeCombineMask (Window_t wid, Int_t x, Int_t y, Pixmap_t mask) |
The Non-rectangular Window Shape Extension adds non-rectangular windows to the System. More... | |
virtual void | SubtractRegion (Region_t rega, Region_t regb, Region_t result) |
Subtracts regb from rega and stores the results in result. More... | |
virtual Int_t | SupportsExtension (const char *extensionName) const |
Returns 1 if window system server supports extension given by the argument, returns 0 in case extension is not supported and returns -1 in case of error (like server not initialized). More... | |
virtual void | Sync (Int_t mode) |
Set synchronisation on or off. More... | |
virtual Int_t | TextWidth (FontStruct_t font, const char *s, Int_t len) |
Return length of the string "s" in pixels. Size depends on font. More... | |
virtual void | TranslateCoordinates (Window_t src, Window_t dest, Int_t src_x, Int_t src_y, Int_t &dest_x, Int_t &dest_y, Window_t &child) |
Translates coordinates in one window to the coordinate space of another window. More... | |
virtual void | UnionRectWithRegion (Rectangle_t *rect, Region_t src, Region_t dest) |
Updates the destination region from a union of the specified rectangle and the specified source region. More... | |
virtual void | UnionRegion (Region_t rega, Region_t regb, Region_t result) |
Computes the union of two regions. More... | |
virtual void | UnmapWindow (Window_t wid) |
Unmaps the specified window "id". More... | |
virtual void | Update (Int_t mode) |
Flushes (mode = 0, default) or synchronizes (mode = 1) X output buffer. More... | |
virtual void | UpdateWindow (Int_t mode) |
Updates or synchronises client and server once (not permanent). More... | |
virtual void | Warp (Int_t ix, Int_t iy, Window_t wid) |
Sets the pointer position. More... | |
virtual void | WMDeleteNotify (Window_t wid) |
Tells WM to send message when window is closed via WM. More... | |
virtual Int_t | WriteGIF (char *name) |
Writes the current window into GIF file. More... | |
virtual void | WritePixmap (Int_t wid, UInt_t w, UInt_t h, char *pxname) |
Writes the pixmap "wid" in the bitmap file "pxname". More... | |
virtual void | XorRegion (Region_t rega, Region_t regb, Region_t result) |
Calculates the difference between the union and intersection of two regions. More... | |
Public Member Functions inherited from TVirtualX | |
TVirtualX () | |
TVirtualX (const char *name, const char *title) | |
Ctor of ABC. More... | |
virtual | ~TVirtualX () |
virtual void | BeginModalSessionFor (Window_t window) |
Start a modal session for a dialog window. More... | |
virtual void | DispatchClientMessage (UInt_t messageID) |
Force processing of event, sent by SendEvent before. More... | |
virtual void | DrawBox (Int_t x1, Int_t y1, Int_t x2, Int_t y2, EBoxMode mode) |
Draws a box between [x1,y1] and [x2,y2] according to the "mode". More... | |
virtual void | DrawCellArray (Int_t x1, Int_t y1, Int_t x2, Int_t y2, Int_t nx, Int_t ny, Int_t *ic) |
Draws a cell array. More... | |
virtual void | DrawFillArea (Int_t n, TPoint *xy) |
Fills area described by the polygon. More... | |
virtual void | DrawLine (Int_t x1, Int_t y1, Int_t x2, Int_t y2) |
Draws a line. More... | |
virtual void | DrawPolyLine (Int_t n, TPoint *xy) |
Draws a line through all points in the list. More... | |
virtual void | DrawPolyMarker (Int_t n, TPoint *xy) |
Draws "n" markers with the current attributes at position [x,y]. More... | |
virtual void | DrawText (Int_t x, Int_t y, Float_t angle, Float_t mgn, const char *text, ETextMode mode) |
Draws a text string using current font. More... | |
virtual void | DrawText (Int_t x, Int_t y, Float_t angle, Float_t mgn, const wchar_t *text, ETextMode mode) |
Draws a text string using current font. More... | |
EDrawMode | GetDrawMode () |
virtual Int_t | GetFontAscent () const |
Returns the ascent of the current font (in pixels). More... | |
virtual Int_t | GetFontAscent (const char *mess) const |
Default version is noop, but in principle what ROOT understands as ascent is text related. More... | |
virtual Int_t | GetFontDescent () const |
Returns the descent of the current font (in pixels. More... | |
virtual Int_t | GetFontDescent (const char *mess) const |
Default version is noop, but in principle what ROOT understands as descent requires a certain text. More... | |
virtual FontStruct_t | GetGCFont (GContext_t gc) |
Return the font associated with the graphics context gc. More... | |
virtual void | GetTextExtent (UInt_t &w, UInt_t &h, char *mess) |
Returns the size of the specified character string "mess". More... | |
virtual void | GetTextExtent (UInt_t &w, UInt_t &h, wchar_t *mess) |
Returns the size of the specified character string "mess". More... | |
virtual Float_t | GetTextMagnitude () |
Returns the current font magnification factor. More... | |
virtual void | MapGCFont (GContext_t, FontStruct_t) |
Map the XftFont with the Graphics Context using it. More... | |
virtual void | SetFillColor (Color_t cindex) |
Sets color index "cindex" for fill areas. More... | |
virtual void | SetFillStyle (Style_t style) |
Sets fill area style. More... | |
virtual void | SetLineColor (Color_t cindex) |
Sets color index "cindex" for drawing lines. More... | |
virtual void | SetLineStyle (Style_t linestyle) |
Sets the line style. More... | |
virtual void | SetLineType (Int_t n, Int_t *dash) |
Sets the line type. More... | |
virtual void | SetLineWidth (Width_t width) |
Sets the line width. More... | |
virtual void | SetMarkerColor (Color_t cindex) |
Sets color index "cindex" for markers. More... | |
virtual void | SetMarkerSize (Float_t markersize) |
Sets marker size index. More... | |
virtual void | SetMarkerStyle (Style_t markerstyle) |
Sets marker style. More... | |
virtual void | SetOpacity (Int_t percent) |
Sets opacity of the current window. More... | |
virtual void | SetTextAlign (Short_t talign=11) |
Sets the text alignment. More... | |
virtual void | SetTextColor (Color_t cindex) |
Sets the color index "cindex" for text. More... | |
virtual Int_t | SetTextFont (char *fontname, ETextSetMode mode) |
Sets text font to specified name "fontname".This function returns 0 if the specified font is found, 1 if it is not. More... | |
virtual void | SetTextFont (Font_t fontnumber) |
Sets the current text font number. More... | |
virtual void | SetTextSize (Float_t textsize) |
Sets the current text size to "textsize". More... | |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed copy ctor. More... | |
virtual | ~TNamed () |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
virtual void | ls (Option_t *option="") const |
List TNamed name and title. More... | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual void | Print (Option_t *option="") const |
Print TNamed name and title. More... | |
virtual void | SetName (const char *name) |
Set the name of the TNamed. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Set all the TNamed parameters (name and title). More... | |
virtual void | SetTitle (const char *title="") |
Set the title of the TNamed. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. More... | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Option_t * | GetOption () const |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
Public Member Functions inherited from TAttLine | |
TAttLine () | |
AttLine default constructor. More... | |
TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) | |
AttLine normal constructor. More... | |
virtual | ~TAttLine () |
AttLine destructor. More... | |
void | Copy (TAttLine &attline) const |
Copy this line attributes to a new TAttLine. More... | |
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
Compute distance from point px,py to a line. More... | |
virtual Color_t | GetLineColor () const |
Return the line color. More... | |
virtual Style_t | GetLineStyle () const |
Return the line style. More... | |
virtual Width_t | GetLineWidth () const |
Return the line width. More... | |
virtual void | Modify () |
Change current line attributes if necessary. More... | |
virtual void | ResetAttLine (Option_t *option="") |
Reset this line attributes to default values. More... | |
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
Save line attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetLineAttributes () |
Invoke the DialogCanvas Line attributes. More... | |
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
Set a transparent line color. More... | |
Public Member Functions inherited from TAttFill | |
TAttFill () | |
AttFill default constructor. More... | |
TAttFill (Color_t fcolor, Style_t fstyle) | |
AttFill normal constructor. More... | |
virtual | ~TAttFill () |
AttFill destructor. More... | |
void | Copy (TAttFill &attfill) const |
Copy this fill attributes to a new TAttFill. More... | |
virtual Color_t | GetFillColor () const |
Return the fill area color. More... | |
virtual Style_t | GetFillStyle () const |
Return the fill area style. More... | |
virtual Bool_t | IsTransparent () const |
virtual void | Modify () |
Change current fill area attributes if necessary. More... | |
virtual void | ResetAttFill (Option_t *option="") |
Reset this fill attributes to default values. More... | |
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
Save fill attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetFillAttributes () |
Invoke the DialogCanvas Fill attributes. More... | |
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
Set a transparent fill color. More... | |
Public Member Functions inherited from TAttText | |
TAttText () | |
AttText default constructor. More... | |
TAttText (Int_t align, Float_t angle, Color_t color, Style_t font, Float_t tsize) | |
AttText normal constructor. More... | |
virtual | ~TAttText () |
AttText destructor. More... | |
void | Copy (TAttText &atttext) const |
Copy this text attributes to a new TAttText. More... | |
virtual Short_t | GetTextAlign () const |
Return the text alignment. More... | |
virtual Float_t | GetTextAngle () const |
Return the text angle. More... | |
virtual Color_t | GetTextColor () const |
Return the text color. More... | |
virtual Font_t | GetTextFont () const |
Return the text font. More... | |
virtual Float_t | GetTextSize () const |
Return the text size. More... | |
virtual void | Modify () |
Change current text attributes if necessary. More... | |
virtual void | ResetAttText (Option_t *toption="") |
Reset this text attributes to default values. More... | |
virtual void | SaveTextAttributes (std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1) |
Save text attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetTextAngle (Float_t tangle=0) |
Set the text angle. More... | |
virtual void | SetTextAttributes () |
Invoke the DialogCanvas Text attributes. More... | |
virtual void | SetTextColorAlpha (Color_t tcolor, Float_t talpha) |
Set a transparent marker color. More... | |
virtual void | SetTextSizePixels (Int_t npixels) |
Set the text size in pixels. More... | |
Public Member Functions inherited from TAttMarker | |
TAttMarker () | |
TAttMarker default constructor. More... | |
TAttMarker (Color_t color, Style_t style, Size_t msize) | |
TAttMarker normal constructor. More... | |
virtual | ~TAttMarker () |
TAttMarker destructor. More... | |
void | Copy (TAttMarker &attmarker) const |
Copy this marker attributes to a new TAttMarker. More... | |
virtual Color_t | GetMarkerColor () const |
Return the marker color. More... | |
virtual Size_t | GetMarkerSize () const |
Return the marker size. More... | |
virtual Style_t | GetMarkerStyle () const |
Return the marker style. More... | |
virtual void | Modify () |
Change current marker attributes if necessary. More... | |
virtual void | ResetAttMarker (Option_t *toption="") |
Reset this marker attributes to the default values. More... | |
virtual void | SaveMarkerAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t sizdef=1) |
Save line attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetMarkerAttributes () |
Invoke the DialogCanvas Marker attributes. More... | |
virtual void | SetMarkerColorAlpha (Color_t mcolor, Float_t malpha) |
Set a transparent marker color. More... | |
Static Public Attributes | |
static Atom_t | fgDeleteWindowAtom = 0 |
Protected Member Functions | |
void * | GetCurrentContext () |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
void | MakeZombie () |
Private Types | |
typedef std::map< Atom_t, Window_t >::iterator | selection_iterator |
Private Member Functions | |
TGCocoa (const TGCocoa &rhs) | |
Atom_t | FindAtom (const std::string &atomName, bool addIfNotFound) |
bool | MakeProcessForeground () |
TGCocoa & | operator= (const TGCocoa &rhs) |
void | SetApplicationIcon () |
Private Attributes | |
std::vector< std::string > | fAtomToName |
ROOT::MacOSX::X11::Rectangle | fDisplayRect |
bool | fDisplayShapeChanged |
bool | fForegroundProcess |
ROOT::MacOSX::X11::name_to_atom_map | fNameToAtom |
std::map< Atom_t, Window_t > | fSelectionOwners |
bool | fSetApp |
std::vector< GCValues_t > | fX11Contexts |
Additional Inherited Members | |
Public Types inherited from TVirtualX | |
enum | EBoxMode { kHollow, kFilled } |
enum | EDrawMode { kCopy = 1, kXor, kInvert } |
enum | ETextMode { kClear, kOpaque } |
enum | ETextSetMode { kCheck, kLoad } |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
Static Public Member Functions inherited from TVirtualX | |
static TVirtualX *& | Instance () |
Returns gVirtualX global. More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
#include <TGCocoa.h>
|
private |
TGCocoa::TGCocoa | ( | ) |
Definition at line 375 of file TGCocoa.mm.
TGCocoa::TGCocoa | ( | const char * | name, |
const char * | title | ||
) |
Definition at line 400 of file TGCocoa.mm.
TGCocoa::~TGCocoa | ( | ) |
Definition at line 426 of file TGCocoa.mm.
|
private |
Registers a pixmap created by TGLManager as a ROOT pixmap.
[in] | pixid | pixmap identifier |
[in] | w,h | the width and height, which define the pixmap size |
Reimplemented from TVirtualX.
Definition at line 2556 of file TGCocoa.mm.
Registers a window created by Qt as a ROOT window.
[in] | qwid | window identifier |
[in] | w,h | the width and height, which define the window size |
Reimplemented from TVirtualX.
Definition at line 787 of file TGCocoa.mm.
|
virtual |
Allocates a read-only colormap entry corresponding to the closest RGB value supported by the hardware.
If no cell could be allocated it returns kFALSE, otherwise kTRUE.
The pixel value is set to default. Let system think we could allocate color.
[in] | cmap | the colormap |
[in] | color | specifies and returns the values actually used in the cmap |
Reimplemented from TVirtualX.
Definition at line 2924 of file TGCocoa.mm.
Sets the sound bell. Percent is loudness from -100% to 100%.
Reimplemented from TVirtualX.
Definition at line 4270 of file TGCocoa.mm.
Changes the specified dynamic parameters if the pointer is actively grabbed by the client and if the specified time is no earlier than the last-pointer-grab time and no later than the current X server time.
Reimplemented from TVirtualX.
Definition at line 2706 of file TGCocoa.mm.
|
virtual |
Changes the components specified by the mask in gval for the specified GC.
[in] | gc | specifies the GC to be changed |
[in] | gval | specifies the mask and the values to be set |
(see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 3019 of file TGCocoa.mm.
|
virtual |
Alters the property for the specified window and causes the X server to generate a PropertyNotify event on that window.
Reimplemented from TVirtualX.
Definition at line 3863 of file TGCocoa.mm.
|
virtual |
Alters the property for the specified window and causes the X server to generate a PropertyNotify event on that window.
[in] | id | the window whose property you want to change |
[in] | property | specifies the property name |
[in] | type | the type of the property; the X server does not interpret the type but simply passes it back to an application that might ask about the window properties |
[in] | data | the property data |
[in] | len | the length of the specified data format |
Reimplemented from TVirtualX.
Definition at line 3820 of file TGCocoa.mm.
|
virtual |
Changes the attributes of the specified window "id" according the values provided in "attr".
The mask data member of "attr" specifies which window attributes are defined in the attributes argument. This mask is the bitwise inclusive OR of the valid attribute mask bits; if it is zero, the attributes are ignored.
Reimplemented from TVirtualX.
Definition at line 947 of file TGCocoa.mm.
|
virtual |
Check if there is for window "id" an event of type "type".
If there is it fills in the event structure and return true. If no such event return false.
Reimplemented from TVirtualX.
Definition at line 3546 of file TGCocoa.mm.
Paints a rectangular area in the specified window "id" according to the specified dimensions with the window's background pixel or pixmap.
[in] | id | specifies the window |
[in] | x,y | coordinates, which are relative to the origin |
[in] | w,h | the width and height which define the rectangle dimensions |
Reimplemented from TVirtualX.
Definition at line 2296 of file TGCocoa.mm.
Definition at line 2257 of file TGCocoa.mm.
|
virtual |
Clears the entire area of the current window.
Reimplemented from TVirtualX.
Definition at line 622 of file TGCocoa.mm.
Clears the entire area in the specified window and it is equivalent to ClearArea(id, 0, 0, 0, 0)
Reimplemented from TVirtualX.
Definition at line 2327 of file TGCocoa.mm.
|
virtual |
Closes connection to display server and destroys all windows.
Reimplemented from TVirtualX.
Definition at line 465 of file TGCocoa.mm.
|
virtual |
|
virtual |
void TGCocoa::CocoaDrawOFF | ( | ) |
Definition at line 4418 of file TGCocoa.mm.
void TGCocoa::CocoaDrawON | ( | ) |
Definition at line 4412 of file TGCocoa.mm.
Causes a SelectionRequest event to be sent to the current primary selection owner.
This event specifies the selection property (primary selection), the format into which to convert that data before storing it (target = XA_STRING), the property in which the owner will place the information (sel_property), the window that wants the information (id), and the time of the conversion request (when). The selection owner responds by sending a SelectionNotify event, which confirms the selected atom and type.
Reimplemented from TVirtualX.
Definition at line 3651 of file TGCocoa.mm.
Requests that the specified selection be converted to the specified target type.
Reimplemented from TVirtualX.
Definition at line 3685 of file TGCocoa.mm.
|
virtual |
Combines the specified rectangle of "src" with the specified rectangle of "dest" according to the "gc".
[in] | src | source rectangle |
[in] | dest | destination rectangle |
[in] | gc | graphics context |
[in] | src_x,src_y | specify the x and y coordinates, which are relative to the origin of the source rectangle and specify upper-left corner. |
[in] | width,height | the width and height, which are the dimensions of both the source and destination rectangles |
[in] | dest_x,dest_y | specify the upper-left corner of the destination rectangle |
GC components in use: function, plane-mask, subwindow-mode, graphics-exposure, clip-x-origin, clip-y-origin, and clip-mask. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 2122 of file TGCocoa.mm.
void TGCocoa::CopyAreaAux | ( | Drawable_t | src, |
Drawable_t | dst, | ||
const GCValues_t & | gc, | ||
Int_t | srcX, | ||
Int_t | srcY, | ||
UInt_t | width, | ||
UInt_t | height, | ||
Int_t | dstX, | ||
Int_t | dstY | ||
) |
Definition at line 2085 of file TGCocoa.mm.
|
virtual |
Copies the specified components from the source GC "org" to the destination GC "dest".
The "mask" defines which component to copy and it is a data member of GCValues_t.
Reimplemented from TVirtualX.
Definition at line 3085 of file TGCocoa.mm.
Copies the pixmap "wid" at the position [xpos,ypos] in the current window.
Reimplemented from TVirtualX.
Definition at line 2390 of file TGCocoa.mm.
|
virtual |
Creates a bitmap (i.e.
pixmap with depth 1) from the bitmap data.
[in] | id | specifies which screen the pixmap is created on |
[in] | bitmap | the data in bitmap format |
[in] | width,height | define the dimensions of the pixmap |
Reimplemented from TVirtualX.
Definition at line 2505 of file TGCocoa.mm.
Creates the specified cursor.
(just return cursor from cursor pool). The cursor can be:
Reimplemented from TVirtualX.
Definition at line 3114 of file TGCocoa.mm.
|
virtual |
Creates a graphics context using the provided GCValues_t *gval structure.
The mask data member of gval specifies which components in the GC are to be set using the information in the specified values structure. It returns a graphics context handle GContext_t that can be used with any destination drawable or O if the creation falls.
Reimplemented from TVirtualX.
Definition at line 2994 of file TGCocoa.mm.
|
virtual |
Allocates the memory needed for an drawable.
[in] | width | the width of the image, in pixels |
[in] | height | the height of the image, in pixels |
Reimplemented from TVirtualX.
Definition at line 2586 of file TGCocoa.mm.
Creates OpenGL context for window "windowID".
Reimplemented from TVirtualX.
Definition at line 3293 of file TGCocoa.mm.
Creates OpenGL context for window "wid".
Reimplemented from TVirtualX.
Definition at line 3312 of file TGCocoa.mm.
|
virtual |
Create window with special pixel format. Noop everywhere except Cocoa.
Reimplemented from TVirtualX.
Definition at line 3214 of file TGCocoa.mm.
|
virtual |
Creates a picture pict from data in bitmap format.
The picture attributes "attr" are used for input and output. Returns kTRUE in case of success, kFALSE otherwise. If the mask "pict_mask" does not exist it is set to kNone.
Reimplemented from TVirtualX.
Definition at line 4223 of file TGCocoa.mm.
|
virtual |
Creates a picture pict from data in file "filename".
The picture attributes "attr" are used for input and output. Returns kTRUE in case of success, kFALSE otherwise. If the mask "pict_mask" does not exist it is set to kNone.
Reimplemented from TVirtualX.
Definition at line 4208 of file TGCocoa.mm.
|
virtual |
Creates a pixmap of the specified width and height and returns a pixmap ID that identifies it.
Reimplemented from TVirtualX.
Definition at line 2434 of file TGCocoa.mm.
|
virtual |
Creates a pixmap from bitmap data of the width, height, and depth you specified and returns a pixmap that identifies it.
The width and height arguments must be nonzero. The depth argument must be one of the depths supported by the screen of the specified drawable.
[in] | id | specifies which screen the pixmap is created on |
[in] | bitmap | the data in bitmap format |
[in] | width,height | define the dimensions of the pixmap |
[in] | forecolor | the foreground pixel values to use |
[in] | backcolor | the background pixel values to use |
[in] | depth | the depth of the pixmap |
Reimplemented from TVirtualX.
Definition at line 2441 of file TGCocoa.mm.
|
virtual |
create pixmap from RGB data.
RGB data is in format:
Pixels are numbered from left to right and from top to bottom. Note that data must be 32-bit aligned
Reimplemented from TVirtualX.
Definition at line 2474 of file TGCocoa.mm.
|
virtual |
Creates a new empty region.
Reimplemented from TVirtualX.
Definition at line 4292 of file TGCocoa.mm.
|
virtual |
Creates an unmapped subwindow for a specified parent window and returns the created window.
The created window is placed on top in the stacking order with respect to siblings. The coordinate system has the X axis horizontal and the Y axis vertical with the origin [0,0] at the upper-left corner. Each window and pixmap has its own coordinate system.
[in] | parent | the parent window |
[in] | x,y | coordinates, the top-left outside corner of the window's borders; relative to the inside of the parent window's borders |
[in] | w,h | width and height of the created window; do not include the created window's borders |
[in] | border | the border pixel value of the window |
[in] | depth | the window's depth |
[in] | clss | the created window's class; can be InputOutput, InputOnly, or CopyFromParent |
[in] | visual | the visual type |
[in] | attr | the structure from which the values are to be taken. |
[in] | wtype | the window type |
Reimplemented from TVirtualX.
Definition at line 803 of file TGCocoa.mm.
|
virtual |
Explicitly deletes the font structure "fs" obtained via LoadQueryFont().
Reimplemented from TVirtualX.
Definition at line 2842 of file TGCocoa.mm.
|
virtual |
Deletes the specified GC "gc".
Reimplemented from TVirtualX.
Definition at line 3106 of file TGCocoa.mm.
|
virtual |
Deallocates the memory associated with the image img.
Reimplemented from TVirtualX.
Definition at line 2640 of file TGCocoa.mm.
Deletes OpenGL context for window "wid".
Reimplemented from TVirtualX.
Definition at line 3429 of file TGCocoa.mm.
Delete picture data created by the function ReadPictureDataFromFile.
Reimplemented from TVirtualX.
Definition at line 4245 of file TGCocoa.mm.
Explicitly deletes the pixmap resource "pmap".
Reimplemented from TVirtualX.
Definition at line 2548 of file TGCocoa.mm.
Definition at line 2542 of file TGCocoa.mm.
Deletes the specified property only if the property was defined on the specified window and causes the X server to generate a PropertyNotify event on the window unless the property does not exist.
Reimplemented from TVirtualX.
Definition at line 3898 of file TGCocoa.mm.
Destroys the region "reg".
Reimplemented from TVirtualX.
Definition at line 4300 of file TGCocoa.mm.
The DestroySubwindows function destroys all inferior windows of the specified window, in bottom-to-top stacking order.
Reimplemented from TVirtualX.
Definition at line 902 of file TGCocoa.mm.
Destroys the window "id" as well as all of its subwindows.
The window should never be referenced again. If the window specified by the "id" argument is mapped, it is unmapped automatically.
Reimplemented from TVirtualX.
Definition at line 844 of file TGCocoa.mm.
|
virtual |
Returns hostname on which the display is opened.
Reimplemented from TVirtualX.
Definition at line 451 of file TGCocoa.mm.
|
virtual |
Uses the components of the specified GC to draw a line between the specified set of points (x1, y1) and (x2, y2).
GC components in use: function, plane-mask, line-width, line-style, cap-style, fill-style, subwindow-mode, clip-x-origin, clip-y-origin, and clip-mask.
GC mode-dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, dash-list. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 1684 of file TGCocoa.mm.
void TGCocoa::DrawLineAux | ( | Drawable_t | wid, |
const GCValues_t & | gcVals, | ||
Int_t | x1, | ||
Int_t | y1, | ||
Int_t | x2, | ||
Int_t | y2 | ||
) |
Definition at line 1643 of file TGCocoa.mm.
|
virtual |
Draws rectangle outlines of [x,y] [x+w,y] [x+w,y+h] [x,y+h].
GC components in use: function, plane-mask, line-width, line-style, cap-style, join-style, fill-style, subwindow-mode, clip-x-origin, clip-y-origin, clip-mask. GC mode-dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, dash-list. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 1817 of file TGCocoa.mm.
void TGCocoa::DrawRectangleAux | ( | Drawable_t | wid, |
const GCValues_t & | gcVals, | ||
Int_t | x, | ||
Int_t | y, | ||
UInt_t | w, | ||
UInt_t | h | ||
) |
Definition at line 1782 of file TGCocoa.mm.
|
virtual |
Draws multiple line segments.
Each line is specified by a pair of points.
[in] | id | Drawable identifier |
[in] | gc | graphics context |
[in] | *seg | specifies an array of segments |
[in] | nseg | specifies the number of segments in the array |
GC components in use: function, plane-mask, line-width, line-style, cap-style, join-style, fill-style, subwindow-mode, clip-x-origin, clip-y-origin, clip-mask.
GC mode-dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, tile-stipple-y-origin, dash-offset, and dash-list. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 1740 of file TGCocoa.mm.
void TGCocoa::DrawSegmentsAux | ( | Drawable_t | wid, |
const GCValues_t & | gcVals, | ||
const Segment_t * | segments, | ||
Int_t | nSegments | ||
) |
Definition at line 1729 of file TGCocoa.mm.
|
virtual |
Each character image, as defined by the font in the GC, is treated as an additional mask for a fill operation on the drawable.
[in] | id | the drawable |
[in] | gc | the GC |
[in] | x,y | coordinates, which are relative to the origin of the specified drawable and define the origin of the first character |
[in] | s | the character string |
[in] | len | the number of characters in the string argument |
GC components in use: function, plane-mask, fill-style, font, subwindow-mode, clip-x-origin, clip-y-origin, and clip-mask. GC mode-dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, and tile-stipple-y-origin. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 2210 of file TGCocoa.mm.
void TGCocoa::DrawStringAux | ( | Drawable_t | wid, |
const GCValues_t & | gc, | ||
Int_t | x, | ||
Int_t | y, | ||
const char * | s, | ||
Int_t | len | ||
) |
Definition at line 2166 of file TGCocoa.mm.
Returns kTRUE if the region reg is empty.
Reimplemented from TVirtualX.
Definition at line 4368 of file TGCocoa.mm.
Returns kTRUE if the two regions have the same offset, size, and shape.
Reimplemented from TVirtualX.
Definition at line 4384 of file TGCocoa.mm.
|
virtual |
Returns the number of events that have been received from the X server but have not been removed from the event queue.
Reimplemented from TVirtualX.
Definition at line 3539 of file TGCocoa.mm.
|
virtual |
Executes the command "code" coming from the other threads (Win32)
Reimplemented from TVirtualX.
Definition at line 4029 of file TGCocoa.mm.
|
virtual |
Fills the region closed by the specified path.
The path is closed automatically if the last point in the list does not coincide with the first point.
[in] | id | window identifier |
[in] | gc | graphics context |
[in] | *points | specifies an array of points |
[in] | npnt | specifies the number of points in the array |
GC components in use: function, plane-mask, fill-style, fill-rule, subwindow-mode, clip-x-origin, clip-y-origin, and clip-mask. GC mode-dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, and tile-stipple-y-origin. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 2033 of file TGCocoa.mm.
void TGCocoa::FillPolygonAux | ( | Window_t | wid, |
const GCValues_t & | gcVals, | ||
const Point_t * | polygon, | ||
Int_t | nPoints | ||
) |
Definition at line 1962 of file TGCocoa.mm.
|
virtual |
Fills the specified rectangle defined by [x,y] [x+w,y] [x+w,y+h] [x,y+h].
using the GC you specify.
GC components in use are: function, plane-mask, fill-style, subwindow-mode, clip-x-origin, clip-y-origin, clip-mask. GC mode-dependent components: foreground, background, tile, stipple, tile-stipple-x-origin, and tile-stipple-y-origin. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 1924 of file TGCocoa.mm.
void TGCocoa::FillRectangleAux | ( | Drawable_t | wid, |
const GCValues_t & | gcVals, | ||
Int_t | x, | ||
Int_t | y, | ||
UInt_t | w, | ||
UInt_t | h | ||
) |
Definition at line 1859 of file TGCocoa.mm.
|
private |
Definition at line 4501 of file TGCocoa.mm.
|
virtual |
Recursively search in the children of Window for a Window which is at location x, y and is DND aware, with a maximum depth of maxd.
Reimplemented from TVirtualX.
Definition at line 3998 of file TGCocoa.mm.
|
virtual |
Frees color cell with specified pixel value.
Reimplemented from TVirtualX.
Definition at line 2943 of file TGCocoa.mm.
|
virtual |
Frees the specified the array of strings "fontlist".
Reimplemented from TVirtualX.
Definition at line 2903 of file TGCocoa.mm.
|
virtual |
Frees the font structure "fs".
The font itself will be freed when no other resource references it.
Reimplemented from TVirtualX.
Definition at line 2881 of file TGCocoa.mm.
Returns character up vector.
Reimplemented from TVirtualX.
Definition at line 4043 of file TGCocoa.mm.
|
virtual |
Returns an array of pixels created from a part of drawable (defined by x, y, w, h) in format:
Pixels are numbered from left to right and from top to bottom. By default all pixels from the whole drawable are returned.
Note that return array is 32-bit aligned
Reimplemented from TVirtualX.
Definition at line 2565 of file TGCocoa.mm.
|
virtual |
Returns handle to colormap.
Might be useful in some cases where direct X11 manipulation outside of TVirtualX is needed, e.g. GL interface.
Reimplemented from TVirtualX.
Definition at line 2986 of file TGCocoa.mm.
ROOT::MacOSX::X11::CommandBuffer * TGCocoa::GetCommandBuffer | ( | ) | const |
Definition at line 4406 of file TGCocoa.mm.
|
protected |
Definition at line 4431 of file TGCocoa.mm.
|
virtual |
Asks OpenGL subsystem about the current OpenGL context.
Reimplemented from TVirtualX.
Definition at line 3397 of file TGCocoa.mm.
|
virtual |
pointer to the current internal window used in canvas graphics
Reimplemented from TVirtualX.
Definition at line 774 of file TGCocoa.mm.
|
virtual |
Returns handle to the default root window created when calling XOpenDisplay().
Reimplemented from TVirtualX.
Definition at line 574 of file TGCocoa.mm.
|
virtual |
Returns depth of screen (number of bit planes).
Equivalent to GetPlanes().
Reimplemented from TVirtualX.
Definition at line 502 of file TGCocoa.mm.
|
virtual |
Returns handle to display (might be useful in some cases where direct X11 manipulation outside of TVirtualX is needed, e.g.
GL interface).
Reimplemented from TVirtualX.
Definition at line 471 of file TGCocoa.mm.
X11::Rectangle TGCocoa::GetDisplayGeometry | ( | ) | const |
Definition at line 542 of file TGCocoa.mm.
Queries the double buffer value for the window "wid".
Reimplemented from TVirtualX.
Definition at line 4036 of file TGCocoa.mm.
ROOT::MacOSX::X11::EventTranslator * TGCocoa::GetEventTranslator | ( | ) | const |
Definition at line 4400 of file TGCocoa.mm.
|
virtual |
Returns the font handle of the specified font structure "fs".
Reimplemented from TVirtualX.
Definition at line 2836 of file TGCocoa.mm.
|
virtual |
Returns the font properties.
Reimplemented from TVirtualX.
Definition at line 2863 of file TGCocoa.mm.
|
virtual |
Retrieves the associated font structure of the font specified font handle "fh".
Free returned FontStruct_t using FreeFontStruct().
Reimplemented from TVirtualX.
Definition at line 2870 of file TGCocoa.mm.
|
virtual |
Returns the components specified by the mask in "gval" for the specified GC "gc" (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 3097 of file TGCocoa.mm.
Returns position and size of window "wid".
[in] | wid | window identifier if wid < 0 the size of the display is returned |
[in] | x,y | returned window position |
[in] | w,h | returned window size |
Reimplemented from TVirtualX.
Definition at line 648 of file TGCocoa.mm.
|
virtual |
Returns the width and height of the image id.
Reimplemented from TVirtualX.
Definition at line 2596 of file TGCocoa.mm.
|
virtual |
Returns the window id of the window having the input focus.
Reimplemented from TVirtualX.
Definition at line 2775 of file TGCocoa.mm.
|
virtual |
Returns the current native event handle.
Reimplemented from TVirtualX.
Definition at line 3566 of file TGCocoa.mm.
|
virtual |
On a HiDPI resolution it can be > 1., this means glViewport should use scaled width and height.
Reimplemented from TVirtualX.
Definition at line 3204 of file TGCocoa.mm.
Returns the parent of the window "id".
Reimplemented from TVirtualX.
Definition at line 1445 of file TGCocoa.mm.
|
virtual |
Gets contents of the paste buffer "atom" into the string "text".
(nchar = number of characters) If "del" is true deletes the paste buffer afterwards.
Reimplemented from TVirtualX.
Definition at line 3769 of file TGCocoa.mm.
Returns pixel value associated to specified ROOT color number "cindex".
Reimplemented from TVirtualX.
Definition at line 2949 of file TGCocoa.mm.
Returns the maximum number of planes.
Reimplemented from TVirtualX.
Definition at line 2964 of file TGCocoa.mm.
|
virtual |
Returns the window id of the current owner of the primary selection.
That is the window in which, for example some text is selected.
Reimplemented from TVirtualX.
Definition at line 3637 of file TGCocoa.mm.
|
virtual |
Returns the actual type of the property; the actual format of the property; the number of 8-bit, 16-bit, or 32-bit items transferred; the number of bytes remaining to be read in the property; and a pointer to the data actually returned.
Reimplemented from TVirtualX.
Definition at line 3720 of file TGCocoa.mm.
|
virtual |
Returns smallest enclosing rectangle.
Reimplemented from TVirtualX.
Definition at line 4392 of file TGCocoa.mm.
Returns RGB values for color "index".
Reimplemented from TVirtualX.
Definition at line 2971 of file TGCocoa.mm.
|
virtual |
Returns screen number.
Might be useful in some cases where direct X11 manipulation outside of TVirtualX is needed, e.g. GL interface.
Reimplemented from TVirtualX.
Definition at line 485 of file TGCocoa.mm.
|
virtual |
Returns handle to visual.
Might be useful in some cases where direct X11 manipulation outside of TVirtualX is needed, e.g. GL interface.
Reimplemented from TVirtualX.
Definition at line 478 of file TGCocoa.mm.
|
virtual |
The WindowAttributes_t structure is set to default.
Reimplemented from TVirtualX.
Definition at line 933 of file TGCocoa.mm.
Returns the X11 window identifier.
[in] | wid | workstation identifier (input) |
Reimplemented from TVirtualX.
Definition at line 606 of file TGCocoa.mm.
Returns the location and the size of window "id".
[in] | id | drawable identifier |
[in] | x,y | coordinates of the upper-left outer corner relative to the parent window's origin |
[in] | w,h | the inside size of the window, not including the border |
Reimplemented from TVirtualX.
Definition at line 1351 of file TGCocoa.mm.
|
virtual |
Establishes a passive grab on a certain mouse button.
That is, when a certain mouse button is hit while certain modifier's (Shift, Control, Meta, Alt) are active then the mouse will be grabbed for window id. When grab is false, ungrab the mouse button for this button and modifier.
Reimplemented from TVirtualX.
Definition at line 2651 of file TGCocoa.mm.
Establishes a passive grab on the keyboard.
In the future, the keyboard is actively grabbed, the last-keyboard-grab time is set to the time at which the key was pressed (as transmitted in the KeyPress event), and the KeyPress event is reported if all of the following conditions are true:
[in] | id | window id |
[in] | keycode | specifies the KeyCode or AnyKey |
[in] | modifier | specifies the set of keymasks or AnyModifier; the mask is the bitwise inclusive OR of the valid keymask bits |
[in] | grab | a switch between grab/ungrab key grab = kTRUE grab the key and modifier grab = kFALSE ungrab the key and modifier |
Reimplemented from TVirtualX.
Definition at line 2722 of file TGCocoa.mm.
|
virtual |
Establishes an active pointer grab.
While an active pointer grab is in effect, further pointer events are only reported to the grabbing client window.
Reimplemented from TVirtualX.
Definition at line 2685 of file TGCocoa.mm.
|
virtual |
Returns True when TrueType fonts are used.
Reimplemented from TVirtualX.
Definition at line 2848 of file TGCocoa.mm.
Iconifies the window "id".
Reimplemented from TVirtualX.
Definition at line 1249 of file TGCocoa.mm.
Initializes the X system.
Returns kFALSE in case of failure. It is implementation dependent.
Reimplemented from TVirtualX.
Definition at line 435 of file TGCocoa.mm.
Creates a new window and return window number.
Returns -1 if window initialization fails.
Reimplemented from TVirtualX.
Definition at line 581 of file TGCocoa.mm.
Returns the atom identifier associated with the specified "atom_name" string.
If "only_if_exists" is False, the atom is created if it does not exist. If the atom name is not in the Host Portable Character Encoding, the result is implementation dependent. Uppercase and lowercase matter; the strings "thing", "Thing", and "thinG" all designate different atoms.
Reimplemented from TVirtualX.
Definition at line 3576 of file TGCocoa.mm.
Computes the intersection of two regions.
[in] | rega,regb | specify the two regions with which you want to perform the computation |
[in] | result | returns the result of the computation |
Reimplemented from TVirtualX.
Definition at line 4340 of file TGCocoa.mm.
|
inlinevirtual |
bool TGCocoa::IsCocoaDraw | ( | ) | const |
Definition at line 4425 of file TGCocoa.mm.
Checks if the Window is DND aware, and knows any of the DND formats passed in argument.
Reimplemented from TVirtualX.
Definition at line 3975 of file TGCocoa.mm.
Converts the "keysym" to the appropriate keycode.
For example, keysym is a letter and keycode is the matching keyboard key (which is dependent on the current keyboard mapping). If the specified "keysym" is not defined for any keycode, returns zero.
Reimplemented from TVirtualX.
Definition at line 2764 of file TGCocoa.mm.
Returns list of font names matching fontname regexp, like "-*-times-*".
The pattern string can contain any characters, but each asterisk (*) is a wildcard for any number of characters, and each question mark (?) is a wildcard for a single character. If the pattern string is not in the Host Portable Character Encoding, the result is implementation dependent. Use of uppercase or lowercase does not matter. Each returned string is null-terminated.
[in] | fontname | specifies the null-terminated pattern string that can contain wildcard characters |
[in] | max | specifies the maximum number of names to be returned |
[in] | count | returns the actual number of font names |
Reimplemented from TVirtualX.
Definition at line 2889 of file TGCocoa.mm.
|
virtual |
Provides the most common way for accessing a font: opens (loads) the specified font and returns a pointer to the appropriate FontStruct_t structure.
If the font does not exist, it returns NULL.
Reimplemented from TVirtualX.
Definition at line 2816 of file TGCocoa.mm.
Converts the keycode from the event structure to a key symbol (according to the modifiers specified in the event structure and the current keyboard mapping).
In "buf" a null terminated ASCII string is returned representing the string that is currently mapped to the key code.
[in] | event | specifies the event structure to be used |
[in] | buf | returns the translated characters |
[in] | buflen | the length of the buffer |
[in] | keysym | returns the "keysym" computed from the event if this argument is not NULL |
Reimplemented from TVirtualX.
Definition at line 2795 of file TGCocoa.mm.
Lowers the specified window "id" to the bottom of the stack so that it does not obscure any sibling windows.
Reimplemented from TVirtualX.
Definition at line 1172 of file TGCocoa.mm.
Makes context ctx current OpenGL context.
Reimplemented from TVirtualX.
Definition at line 3318 of file TGCocoa.mm.
|
private |
Definition at line 4444 of file TGCocoa.mm.
Maps the window "id" and all of its subwindows that have had map requests on the screen and put this window on the top of of the stack of all windows.
Reimplemented from TVirtualX.
Definition at line 1104 of file TGCocoa.mm.
Maps all subwindows for the specified window "id" in top-to-bottom stacking order.
Reimplemented from TVirtualX.
Definition at line 1090 of file TGCocoa.mm.
Maps the window "id" and all of its subwindows that have had map requests.
This function has no effect if the window is already mapped.
Reimplemented from TVirtualX.
Definition at line 1070 of file TGCocoa.mm.
Changes the size and location of the specified window "id" without raising it.
[in] | id | window identifier |
[in] | x,y | coordinates, which define the new position of the window relative to its parent. |
[in] | w,h | the width and height, which define the interior size of the window |
Reimplemented from TVirtualX.
Definition at line 1207 of file TGCocoa.mm.
Moves the window "wid" to the specified x and y coordinates.
It does not change the window's size, raise the window, or change the mapping state of the window.
[in] | wid | window identifier |
[in] | x,y | coordinates, which define the new position of the window relative to its parent. |
Reimplemented from TVirtualX.
Definition at line 690 of file TGCocoa.mm.
Moves the specified window to the specified x and y coordinates.
It does not change the window's size, raise the window, or change the mapping state of the window.
[in] | id | window identifier |
[in] | x,y | coordinates, which define the new position of the window relative to its parent. |
Reimplemented from TVirtualX.
Definition at line 1189 of file TGCocoa.mm.
Notify the low level GUI layer ROOT requires "tgwindow" to be updated.
Returns kTRUE if the notification was desirable and it was sent
At the moment only Qt4 layer needs that
One needs explicitly cast the first parameter to TGWindow to make it working in the implementation.
One needs to process the notification to confine all paint operations within "expose" / "paint" like low level event or equivalent
Reimplemented from TVirtualX.
Definition at line 4188 of file TGCocoa.mm.
The "event" is set to default event.
This method however, should never be called.
Reimplemented from TVirtualX.
Definition at line 3530 of file TGCocoa.mm.
|
virtual |
Opens connection to display server (if such a thing exist on the current platform).
The encoding and interpretation of the display name.
On X11 this method returns on success the X display socket descriptor >0, 0 in case of batch mode, and <0 in case of failure (cannot connect to display dpyName).
Reimplemented from TVirtualX.
Definition at line 444 of file TGCocoa.mm.
Creates a pixmap of the width "w" and height "h" you specified.
Reimplemented from TVirtualX.
Definition at line 2341 of file TGCocoa.mm.
|
virtual |
Looks up the string name of a color "cname" with respect to the screen associated with the specified colormap.
It returns the exact color value. If the color name is not in the Host Portable Character Encoding, the result is implementation dependent.
[in] | cmap | the colormap |
[in] | cname | the color name string; use of uppercase or lowercase does not matter |
[in] | color | returns the exact color value for later use |
The ColorStruct_t structure is set to default. Let system think we could parse color.
Reimplemented from TVirtualX.
Definition at line 2915 of file TGCocoa.mm.
Returns kTRUE if the point [x, y] is contained in the region reg.
Reimplemented from TVirtualX.
Definition at line 4376 of file TGCocoa.mm.
Returns a region for the polygon defined by the points array.
[in] | points | specifies an array of points |
[in] | np | specifies the number of points in the polygon |
[in] | winding | specifies the winding-rule is set (kTRUE) or not(kFALSE) |
Reimplemented from TVirtualX.
Definition at line 4317 of file TGCocoa.mm.
|
virtual |
Combines an image with a rectangle of the specified drawable.
The section of the image defined by the x, y, width, and height arguments is drawn on the specified part of the drawable.
[in] | id | the drawable |
[in] | gc | the GC |
[in] | img | the image you want combined with the rectangle |
[in] | dx | the offset in X from the left edge of the image |
[in] | dy | the offset in Y from the top edge of the image |
[in] | x,y | coordinates, which are relative to the origin of the drawable and are the coordinates of the subimage |
[in] | w,h | the width and height of the subimage, which define the rectangle dimensions |
GC components in use: function, plane-mask, subwindow-mode, clip-x-origin, clip-y-origin, and clip-mask. GC mode-dependent components: foreground and background. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 2629 of file TGCocoa.mm.
|
virtual |
Overwrites the pixel in the image with the specified pixel value.
The image must contain the x and y coordinates.
[in] | id | specifies the image |
[in] | x,y | coordinates |
[in] | pixel | the new pixel value |
Reimplemented from TVirtualX.
Definition at line 2607 of file TGCocoa.mm.
|
virtual |
Returns the current RGB value for the pixel in the "color" structure.
The color components are set to default.
[in] | cmap | the colormap |
[in] | color | specifies and returns the RGB values for the pixel specified in the structure |
Reimplemented from TVirtualX.
Definition at line 2934 of file TGCocoa.mm.
Returns the pointer position.
Reimplemented from TVirtualX.
Definition at line 3151 of file TGCocoa.mm.
|
virtual |
Returns the root window the pointer is logically on and the pointer coordinates relative to the root window's origin.
[in] | id | specifies the window |
[in] | rootw | the root window that the pointer is in |
[in] | childw | the child window that the pointer is located in, if any |
[in] | root_x,root_y | the pointer coordinates relative to the root window's origin |
[in] | win_x,win_y | the pointer coordinates relative to the specified window "id" |
[in] | mask | the current state of the modifier keys and pointer buttons |
Reimplemented from TVirtualX.
Definition at line 3162 of file TGCocoa.mm.
Raises the specified window to the top of the stack so that no sibling window obscures it.
Reimplemented from TVirtualX.
Definition at line 1155 of file TGCocoa.mm.
If id is NULL - loads the specified gif file at position [x0,y0] in the current window.
Otherwise creates pixmap from gif file
Reimplemented from TVirtualX.
Definition at line 4050 of file TGCocoa.mm.
|
virtual |
Reads picture data from file "filename" and store it in "ret_data".
Returns kTRUE in case of success, kFALSE otherwise.
Reimplemented from TVirtualX.
Definition at line 4236 of file TGCocoa.mm.
void TGCocoa::ReconfigureDisplay | ( | ) |
Definition at line 536 of file TGCocoa.mm.
Removes the created by Qt window "qwid".
Reimplemented from TVirtualX.
Definition at line 797 of file TGCocoa.mm.
Definition at line 983 of file TGCocoa.mm.
Definition at line 1030 of file TGCocoa.mm.
If the specified window is mapped, ReparentWindow automatically performs an UnmapWindow request on it, removes it from its current position in the hierarchy, and inserts it as the child of the specified parent.
The window is placed in the stacking order on top with respect to sibling windows.
Reimplemented from TVirtualX.
Definition at line 1052 of file TGCocoa.mm.
Requests Locator position.
[in] | x,y | cursor position at moment of button press (output) |
[in] | ctyp | cursor type (input)
|
[in] | mode | input mode
|
Reimplemented from TVirtualX.
Definition at line 4059 of file TGCocoa.mm.
Requests string: text is displayed and can be edited with Emacs-like keybinding.
Returns termination code (0 for ESC, 1 for RETURN)
[in] | x,y | position where text is displayed |
[in] | text | displayed text (as input), edited text (as output) |
Reimplemented from TVirtualX.
Definition at line 4091 of file TGCocoa.mm.
Rescales the window "wid".
[in] | wid | window identifier |
[in] | w | the width |
[in] | h | the height |
Reimplemented from TVirtualX.
Definition at line 704 of file TGCocoa.mm.
Resizes the specified pixmap "wid".
[in] | wid | window identifier |
[in] | w,h | the width and height which define the pixmap dimensions |
Reimplemented from TVirtualX.
Definition at line 2362 of file TGCocoa.mm.
Resizes the window "wid" if necessary.
Reimplemented from TVirtualX.
Definition at line 712 of file TGCocoa.mm.
Changes the width and height of the specified window "id", not including its borders.
This function does not change the window's upper-left coordinate.
[in] | id | window identifier |
[in] | w,h | the width and height, which are the interior dimensions of the window after the call completes. |
Reimplemented from TVirtualX.
Definition at line 1227 of file TGCocoa.mm.
|
virtual |
Returns the width of the screen in millimeters.
Reimplemented from TVirtualX.
Definition at line 492 of file TGCocoa.mm.
Defines which input events the window is interested in.
By default events are propagated up the window stack. This mask can also be set at window creation time via the SetWindowAttributes_t::fEventMask attribute.
Reimplemented from TVirtualX.
Definition at line 963 of file TGCocoa.mm.
Selects the pixmap "qpixid".
Reimplemented from TVirtualX.
Definition at line 2381 of file TGCocoa.mm.
Selects the window "wid" to which subsequent output is directed.
Reimplemented from TVirtualX.
Definition at line 615 of file TGCocoa.mm.
Specifies the event "ev" is to be sent to the window "id".
This function requires you to pass an event mask.
Reimplemented from TVirtualX.
Definition at line 3515 of file TGCocoa.mm.
|
private |
Definition at line 4519 of file TGCocoa.mm.
Sets the windows class and resource name.
Reimplemented from TVirtualX.
Definition at line 1486 of file TGCocoa.mm.
Turns off the clipping for the window "wid".
Reimplemented from TVirtualX.
Definition at line 4108 of file TGCocoa.mm.
|
virtual |
Sets clipping rectangles in graphics context.
[x,y] specify the origin of the rectangles. "recs" specifies an array of rectangles that define the clipping mask and "n" is the number of rectangles. (see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 4282 of file TGCocoa.mm.
Sets clipping region for the window "wid".
[in] | wid | window identifier |
[in] | x,y | origin of clipping rectangle |
[in] | w,h | the clipping rectangle dimensions |
Reimplemented from TVirtualX.
Definition at line 4114 of file TGCocoa.mm.
Sets the cursor "curid" to be used when the pointer is in the window "id".
Reimplemented from TVirtualX.
Definition at line 3140 of file TGCocoa.mm.
The cursor "cursor" will be used when the pointer is in the window "wid".
Reimplemented from TVirtualX.
Definition at line 3129 of file TGCocoa.mm.
|
virtual |
Sets the dash-offset and dash-list attributes for dashed line styles in the specified GC.
There must be at least one element in the specified dash_list. The initial and alternating elements (second, fourth, and so on) of the dash_list are the even dashes, and the others are the odd dashes. Each element in the "dash_list" array specifies the length (in pixels) of a segment of the pattern.
[in] | gc | specifies the GC (see GCValues_t structure) |
[in] | offset | the phase of the pattern for the dashed line-style you want to set for the specified GC. |
[in] | dash_list | the dash-list for the dashed line-style you want to set for the specified GC |
[in] | n | the number of elements in dash_list (see also the GCValues_t structure) |
Reimplemented from TVirtualX.
Definition at line 4251 of file TGCocoa.mm.
Add XdndAware property and the list of drag and drop types to the Window win.
Reimplemented from TVirtualX.
Definition at line 3923 of file TGCocoa.mm.
Sets the double buffer on/off on the window "wid".
[in] | wid | window identifier.
|
[in] | mode | the on/off switch
|
Reimplemented from TVirtualX.
Definition at line 3451 of file TGCocoa.mm.
|
virtual |
Turns double buffer mode off.
Reimplemented from TVirtualX.
Definition at line 3466 of file TGCocoa.mm.
|
virtual |
Turns double buffer mode on.
Reimplemented from TVirtualX.
Definition at line 3472 of file TGCocoa.mm.
Sets the drawing mode.
[in] | mode | drawing mode.
|
Reimplemented from TVirtualX.
Definition at line 3504 of file TGCocoa.mm.
|
virtual |
Sets the foreground color for the specified GC (shortcut for ChangeGC with only foreground mask set).
[in] | gc | specifies the GC |
[in] | foreground | the foreground you want to set |
(see also the GCValues_t structure)
Reimplemented from TVirtualX.
Definition at line 3002 of file TGCocoa.mm.
Sets the window icon name.
Reimplemented from TVirtualX.
Definition at line 1474 of file TGCocoa.mm.
Sets the icon name pixmap.
Reimplemented from TVirtualX.
Definition at line 1480 of file TGCocoa.mm.
Changes the input focus to specified window "id".
Reimplemented from TVirtualX.
Definition at line 2783 of file TGCocoa.mm.
Turns key auto repeat on (kTRUE) or off (kFALSE).
Reimplemented from TVirtualX.
Definition at line 2715 of file TGCocoa.mm.
Makes the window "id" the current owner of the primary selection.
That is the window in which, for example some text is selected.
Reimplemented from TVirtualX.
Definition at line 3587 of file TGCocoa.mm.
Sets color intensities the specified color index "cindex".
[in] | cindex | color index |
[in] | r,g,b | the red, green, blue intensities between 0.0 and 1.0 |
Reimplemented from TVirtualX.
Definition at line 2977 of file TGCocoa.mm.
Changes the owner and last-change time for the specified selection.
Reimplemented from TVirtualX.
Definition at line 3614 of file TGCocoa.mm.
Sets the current text magnification factor to "mgn".
Reimplemented from TVirtualX.
Definition at line 4125 of file TGCocoa.mm.
Add the list of drag and drop types to the Window win.
Reimplemented from TVirtualX.
Definition at line 3990 of file TGCocoa.mm.
Sets the background of the window "id" to the specified color value "color".
Changing the background does not cause the window contents to be changed.
Reimplemented from TVirtualX.
Definition at line 1387 of file TGCocoa.mm.
Sets the background pixmap of the window "id" to the specified pixmap "pxm".
Reimplemented from TVirtualX.
Definition at line 1399 of file TGCocoa.mm.
Tells the window manager the desired position [x,y] of window "id".
Reimplemented from TVirtualX.
Definition at line 1571 of file TGCocoa.mm.
Tells window manager the desired size of window "id".
[in] | id | window identifier |
[in] | w | the width |
[in] | h | the height |
Reimplemented from TVirtualX.
Definition at line 1577 of file TGCocoa.mm.
|
virtual |
Gives the window manager minimum and maximum size hints of the window "id".
Also specify via "winc" and "hinc" the resize increments.
[in] | id | window identifier |
[in] | wmin,hmin | specify the minimum window size |
[in] | wmax,hmax | specify the maximum window size |
[in] | winc,hinc | define an arithmetic progression of sizes into which the window to be resized (minimum to maximum) |
Reimplemented from TVirtualX.
Definition at line 1583 of file TGCocoa.mm.
|
virtual |
Sets the initial state of the window "id": either kNormalState or kIconicState.
Reimplemented from TVirtualX.
Definition at line 1599 of file TGCocoa.mm.
Tells window manager that the window "id" is a transient window of the window "main_id".
A window manager may decide not to decorate a transient window or may treat it differently in other ways.
Reimplemented from TVirtualX.
Definition at line 1605 of file TGCocoa.mm.
The Non-rectangular Window Shape Extension adds non-rectangular windows to the System.
This allows for making shaped (partially transparent) windows
Reimplemented from TVirtualX.
Definition at line 1492 of file TGCocoa.mm.
Subtracts regb from rega and stores the results in result.
Reimplemented from TVirtualX.
Definition at line 4350 of file TGCocoa.mm.
|
virtual |
Returns 1 if window system server supports extension given by the argument, returns 0 in case extension is not supported and returns -1 in case of error (like server not initialized).
Reimplemented from TVirtualX.
Definition at line 458 of file TGCocoa.mm.
Set synchronisation on or off.
[in] | mode | synchronisation on/off
|
Reimplemented from TVirtualX.
Definition at line 4131 of file TGCocoa.mm.
|
virtual |
Return length of the string "s" in pixels. Size depends on font.
Reimplemented from TVirtualX.
Definition at line 2856 of file TGCocoa.mm.
|
virtual |
Translates coordinates in one window to the coordinate space of another window.
It takes the "src_x" and "src_y" coordinates relative to the source window's origin and returns these coordinates to "dest_x" and "dest_y" relative to the destination window's origin.
[in] | src | the source window |
[in] | dest | the destination window |
[in] | src_x,src_y | coordinates within the source window |
[in] | dest_x,dest_y | coordinates within the destination window |
[in] | child | returns the child of "dest" if the coordinates are contained in a mapped child of the destination window; otherwise, child is set to 0 |
Reimplemented from TVirtualX.
Definition at line 1276 of file TGCocoa.mm.
|
virtual |
Updates the destination region from a union of the specified rectangle and the specified source region.
[in] | rect | specifies the rectangle |
[in] | src | specifies the source region to be used |
[in] | dest | returns the destination region |
Reimplemented from TVirtualX.
Definition at line 4306 of file TGCocoa.mm.
Computes the union of two regions.
[in] | rega,regb | specify the two regions with which you want to perform the computation |
[in] | result | returns the result of the computation |
Reimplemented from TVirtualX.
Definition at line 4329 of file TGCocoa.mm.
Unmaps the specified window "id".
If the specified window is already unmapped, this function has no effect. Any child window will no longer be visible (but they are still mapped) until another map call is made on the parent.
Reimplemented from TVirtualX.
Definition at line 1125 of file TGCocoa.mm.
Flushes (mode = 0, default) or synchronizes (mode = 1) X output buffer.
Flush flushes output buffer. Sync flushes buffer and waits till all requests have been processed by X server.
Reimplemented from TVirtualX.
Definition at line 519 of file TGCocoa.mm.
Updates or synchronises client and server once (not permanent).
according to "mode".
[in] | mode | update mode.
|
Reimplemented from TVirtualX.
Definition at line 735 of file TGCocoa.mm.
Sets the pointer position.
[in] | ix | new X coordinate of pointer |
[in] | iy | new Y coordinate of pointer |
[in] | id | window identifier |
Coordinates are relative to the origin of the window id or to the origin of the current window if id == 0.
Reimplemented from TVirtualX.
Definition at line 4140 of file TGCocoa.mm.
Tells WM to send message when window is closed via WM.
Reimplemented from TVirtualX.
Definition at line 4276 of file TGCocoa.mm.
|
virtual |
Writes the current window into GIF file.
Returns 1 in case of success, 0 otherwise.
Reimplemented from TVirtualX.
Definition at line 4169 of file TGCocoa.mm.
Writes the pixmap "wid" in the bitmap file "pxname".
[in] | wid | the pixmap address |
[in] | w,h | the width and height of the pixmap. |
[in] | pxname | the file name |
Reimplemented from TVirtualX.
Definition at line 4178 of file TGCocoa.mm.
Calculates the difference between the union and intersection of two regions.
[in] | rega,regb | specify the two regions with which you want to perform the computation |
[in] | result | returns the result of the computation |
Reimplemented from TVirtualX.
Definition at line 4356 of file TGCocoa.mm.
|
mutableprivate |
|
private |
|
protected |
|
protected |
|
private |