C# Class OpenTK.Platform.MacOS.Carbon.API

Mostra file Open project: andykorth/opentk Class Usage Examples

Private Methods

Method Description
AEProcessAppleEvent ( EventRecord &theEventRecord ) : OSStatus
AcquireRootMenu ( ) : IntPtr
ActivateWindow ( IntPtr inWindow, bool inActivate ) : OSStatus
CFRelease ( IntPtr cfStr ) : void
CGColorSpaceCreateDeviceRGB ( ) : IntPtr
CGDataProviderCreateWithData ( IntPtr info, IntPtr data, int size, IntPtr releasefunc ) : IntPtr
CGImageCreate ( int width, int height, int bitsPerComponent, int bitsPerPixel, int bytesPerRow, IntPtr colorspace, uint bitmapInfo, IntPtr provider, IntPtr decode, int shouldInterpolate, int intent ) : IntPtr
CallNextEventHandler ( IntPtr nextHandler, IntPtr theEvent ) : OSStatus
ChangeWindowAttributes ( IntPtr windowRef, WindowAttributes setTheseAttributes, WindowAttributes clearTheseAttributes ) : void
CollapseWindow ( IntPtr windowRef, bool collapse ) : void
ConvertEventRefToEventRecord ( IntPtr inEvent, EventRecord &outEvent ) : bool
CreateNewWindow ( WindowClass @class, WindowAttributes attributes, Rect r ) : IntPtr
CreateWindowEvent ( WindowEventKind kind ) : IntPtr
DMGetGDeviceByDisplayID ( IntPtr displayID, IntPtr &displayDevice, System.Boolean failToMain ) : OSStatus
DisposeEventHandlerUPP ( IntPtr userUPP ) : void
DisposeWindow ( IntPtr window ) : void
Gestalt ( GestaltSelector selector, int &response ) : OSStatus
GetApplicationEventTarget ( ) : IntPtr
GetControlBounds ( IntPtr control, Rect &bounds ) : IntPtr
GetControlBounds ( IntPtr control ) : Rect
GetControlOwner ( IntPtr control ) : IntPtr
GetCurrentProcess ( Carbon &psn ) : int
GetEventClass ( IntPtr inEvent ) : EventClass
GetEventDispatcherTarget ( ) : IntPtr
GetEventKeyModifiers ( IntPtr inEvent ) : MacOSKeyModifiers
GetEventKeyboardChar ( IntPtr inEvent ) : char
GetEventKeyboardKeyCode ( IntPtr inEvent ) : MacOSKeyCode
GetEventKind ( IntPtr inEvent ) : uint
GetEventMouseButton ( IntPtr inEvent ) : MouseButton
GetEventMouseDelta ( IntPtr inEvent, HIPoint &pt ) : OSStatus
GetEventMouseLocation ( IntPtr inEvent, HIPoint &pt ) : OSStatus
GetEventMouseWheelDelta ( IntPtr inEvent ) : int
GetEventParameter ( IntPtr inEvent, EventParamName inName, EventParamType inDesiredType, IntPtr outActualType, uint inBufferSize, IntPtr outActualSize, IntPtr outData ) : OSStatus
GetEventWheelScroll ( IntPtr inEvent ) : ScrollDelta
GetEventWindowMouseLocation ( IntPtr inEvent, HIPoint &pt ) : OSStatus
GetEventWindowRef ( IntPtr inEvent, IntPtr &windowRef ) : OSStatus
GetWindowBounds ( IntPtr window, WindowRegionCode regionCode, Rect &globalBounds ) : OSStatus
GetWindowBounds ( IntPtr window, WindowRegionCode regionCode ) : Rect
GetWindowEventTarget ( IntPtr window ) : IntPtr
GetWindowPort ( IntPtr windowRef ) : IntPtr
HIViewGetFrame ( IntPtr inView ) : HIRect
HIViewGetFrame ( IntPtr inView, HIRect &outRect ) : OSStatus
HIViewGetWindow ( IntPtr inView ) : IntPtr
HideWindow ( IntPtr window ) : void
InstallApplicationEventHandler ( IntPtr uppHandlerProc, EventTypeSpec eventTypes, IntPtr userData, IntPtr handlerRef ) : void
InstallWindowEventHandler ( IntPtr windowRef, IntPtr uppHandlerProc, EventTypeSpec eventTypes, IntPtr userData, IntPtr handlerRef ) : void
IsWindowCollapsed ( IntPtr windowRef ) : bool
IsWindowInStandardState ( IntPtr windowRef ) : bool
IsWindowVisible ( IntPtr window ) : bool
MoveWindow ( IntPtr window, short x, short y, bool fUpdate ) : void
NewEventHandlerUPP ( MacOSEventHandler handler ) : IntPtr
ProcessAppleEvent ( IntPtr inEvent ) : void
ProcessEvents ( ) : void
QuitApplicationEventLoop ( ) : void
ReceiveNextEvent ( uint inNumTypes, IntPtr inList, double inTimeout, bool inPullEvent, IntPtr &outEvent ) : OSStatus
ReleaseEvent ( IntPtr theEvent ) : void
RemoveEventHandler ( IntPtr inHandlerRef ) : OSStatus
RepositionWindow ( IntPtr window, IntPtr parentWindow, WindowPositionMethod method ) : OSStatus
RestoreApplicationDockTileImage ( ) : void
RunApplicationEventLoop ( ) : void
SelectWindow ( IntPtr window ) : void
SendEvent ( IntPtr theEvent ) : void
SendEventToEventTarget ( IntPtr theEvent, IntPtr theTarget ) : void
SetApplicationDockTileImage ( IntPtr imageRef ) : void
SetFrontProcess ( Carbon &psn ) : int
SetWindowTitle ( IntPtr windowRef, string title ) : void
SetWindowTitleWithCFString ( IntPtr windowRef, IntPtr title ) : void
ShowWindow ( IntPtr window ) : void
SizeWindow ( IntPtr window, short w, short h, bool fUpdate ) : void
TransformProcessType ( Carbon &psn, ProcessApplicationTransformState type ) : int
ZoomWindowIdeal ( IntPtr windowRef, WindowPartCode inPartCode, CarbonPoint &toIdealSize ) : void
_ChangeWindowAttributes ( IntPtr windowRef, WindowAttributes setTheseAttributes, WindowAttributes clearTheseAttributes ) : OSStatus
_CollapseWindow ( IntPtr windowRef, bool collapse ) : OSStatus
_CreateEvent ( IntPtr inAllocator, EventClass inClassID, UInt32 kind, System.Double when, EventAttributes flags, IntPtr &outEvent ) : OSStatus
_CreateNewWindow ( WindowClass @class, WindowAttributes attributes, Rect &r, IntPtr &window ) : OSStatus
_InstallEventHandler ( IntPtr eventTargetRef, IntPtr handlerProc, int numtypes, EventTypeSpec typeList, IntPtr userData, IntPtr handlerRef ) : OSStatus
_IsWindowInStandardState ( IntPtr windowRef, IntPtr inIdealSize, IntPtr outIdealStandardState ) : bool
_ZoomWindowIdeal ( IntPtr windowRef, short inPartCode, IntPtr toIdealSize ) : OSStatus
__CFStringMakeConstantString ( string cStr ) : IntPtr