|
bool | AdjustCropArea (const Rectangle &srcRect, Rectangle &cropArea) |
|
bool | AdjustCropArea (QuartzImage *srcImage, NSRect &cropArea) |
|
bool | AdjustCropArea (QuartzImage *srcImage, Rectangle &cropArea) |
|
bool | AdjustCropArea (QuartzPixmap *srcImage, Rectangle &cropArea) |
|
void | ClipToShapeMask (NSView< X11Window > *view, CGContextRef ctx) |
|
NSComparisonResult | CompareViewsToLower (id view1, id view2, void *context) |
|
NSComparisonResult | CompareViewsToRaise (id view1, id view2, void *context) |
|
NSPoint | ConvertPointFromBaseToScreen (NSWindow *window, NSPoint windowPoint) |
|
NSPoint | ConvertPointFromScreenToBase (NSPoint screenPoint, NSWindow *window) |
|
QuartzView * | CreateChildView (QuartzView *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) |
|
NSCursor * | CreateCursor (ECursor currentCursor) |
|
NSCursor * | CreateCustomCursor (ECursor currentCursor) |
|
CGImageRef | CreateSubImage (QuartzImage *image, const Rectangle &area) |
|
QuartzWindow * | CreateTopLevelWindow (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) |
|
std::vector< unsigned char > | DownscaledImageData (unsigned w, unsigned h, CGImageRef image) |
|
void | FillPixmapBuffer (const unsigned char *bitmap, unsigned width, unsigned height, ULong_t foregroundPixel, ULong_t backgroundPixel, unsigned depth, unsigned char *imageData) |
|
NSView< X11Window > * | FindDNDAwareViewInPoint (NSArray *children, Window_t dragWinID, Window_t inputWinID, Int_t x, Int_t y, Int_t maxDepth) |
|
NSView< X11Window > * | FindDNDAwareViewInPoint (NSView *parentView, Window_t dragWinID, Window_t inputWinID, Int_t x, Int_t y, Int_t maxDepth) |
|
NSView< X11Window > * | FindViewForPointerEvent (NSEvent *pointerEvent) |
|
NSView< X11Window > * | FindViewUnderPointer () |
|
QuartzWindow * | FindWindowForPointerEvent (NSEvent *pointerEvent) |
|
QuartzWindow * | FindWindowInPoint (Int_t x, Int_t y) |
|
QuartzWindow * | FindWindowUnderPointer () |
|
NSView< X11Window > * | FrameForHtmlView (NSView< X11Window > *htmlView) |
|
NSView< X11Window > * | FrameForTextView (NSView< X11Window > *textView) |
|
NSUInteger | GetCocoaKeyModifiersFromROOTKeyModifiers (UInt_t rootKeyModifiers) |
|
NSPoint | GetCursorHotStop (NSImage *image, ECursor cursor) |
|
UInt_t | GetKeyboardModifiers () |
|
UInt_t | GetModifiers () |
|
void | GetRootWindowAttributes (WindowAttributes_t *attr) |
|
void | GetWindowAttributes (NSObject< X11Window > *window, WindowAttributes_t *dst) |
|
void | GetWindowGeometry (NSObject< X11Window > *win, WindowAttributes_t *dst) |
|
int | GlobalXCocoaToROOT (CGFloat xCocoa) |
|
int | GlobalXROOTToCocoa (CGFloat xROOT) |
|
int | GlobalYCocoaToROOT (CGFloat yCocoa) |
|
int | GlobalYROOTToCocoa (CGFloat yROOT) |
|
void | InitWithPredefinedAtoms (name_to_atom_map &nameToAtom, std::vector< std::string > &atomNames) |
|
int | LocalYCocoaToROOT (NSView< X11Window > *parentView, CGFloat yCocoa) |
|
int | LocalYROOTToCocoa (NSObject< X11Drawable > *parentView, CGFloat yROOT) |
|
int | LocalYROOTToCocoa (NSView< X11Window > *parentView, CGFloat yROOT) |
|
bool | LockFocus (NSView< X11Window > *view) |
|
Int_t | MapKeySymToKeyCode (Int_t keySym) |
|
void | MapUnicharToKeySym (unichar key, char *buf, Int_t len, UInt_t &rootKeySym) |
|
bool | ParseXLFDName (const std::string &xlfdName, XLFDName &dst) |
|
void | PixelToRGB (Pixel_t pixelColor, CGFloat *rgb) |
|
void | PixelToRGB (Pixel_t pixelColor, unsigned char *rgb) |
|
bool | ScreenPointIsInView (NSView< X11Window > *view, Int_t x, Int_t y) |
|
void | SetWindowAttributes (const SetWindowAttributes_t *attr, NSObject< X11Window > *window) |
|
bool | TestBitmapBit (const unsigned char *bitmap, unsigned w, unsigned i, unsigned j) |
|
NSPoint | TranslateCoordinates (NSView< X11Window > *fromView, NSView< X11Window > *toView, NSPoint sourcePoint) |
|
NSPoint | TranslateFromScreen (NSPoint point, NSView< X11Window > *to) |
|
NSPoint | TranslateToScreen (NSView< X11Window > *from, NSPoint point) |
|
void | UnlockFocus (NSView< X11Window > *view) |
|
bool | ViewIsHtmlView (NSView< X11Window > *view) |
|
bool | ViewIsHtmlView (unsigned viewID) |
|
bool | ViewIsHtmlViewFrame (NSView< X11Window > *view, bool checkParent) |
|
bool | ViewIsTextView (NSView< X11Window > *view) |
|
bool | ViewIsTextView (unsigned viewID) |
|
bool | ViewIsTextViewFrame (NSView< X11Window > *view, bool checkParent) |
|
void | WindowLostFocus (Window_t winID) |
|