IKImageEditPanelMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
IKImageEditPanelMBS class
Super class: NSPanelMBS
The class for the image edit panel from Mac OS X 10.5.
Subclass of the NSPanelMBS class.
- 7 events
- property LastImage as Picture
- 2 methods
- 3 properties
- method Constructor(x as Double, y as Double, w as Double, h as Double, styleMask as Integer, BackingStoreType as Integer, deferCreation as boolean)
- 12 shared methods
- shared method RunAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as Integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as Integer
- shared method RunAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as Integer
- shared method RunCriticalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as Integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as Integer
- shared method RunCriticalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as Integer
- shared method RunInformationalAlertPanel(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string) as Integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as DesktopWindow) as integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as NSWindowMBS) as Integer
- shared method RunInformationalAlertPanelRelativeToWindow(title as string, message as string, defaultButton as string, alternateButton as string, otherButton as string, docWindow as window) as Integer
- 10 constants
Constants
Constant |
Value |
Description |
NSAlertAlternateReturn
|
0 |
One of the possible return values for the alert panels.
The user pressed the alternate button.
|
NSAlertDefaultReturn
|
1 |
One of the possible return values for the alert panels.
The user pressed the default button.
|
NSAlertErrorReturn
|
-2 |
One of the possible return values for the alert panels.
The alert cannot identify the reason it was closed; it may have been closed by an external source or by a button other than those listed above.
|
NSAlertOtherReturn
|
-1 |
One of the possible return values for the alert panels.
The user pressed a second alternate button.
|
NSCancelButton
|
0 |
One of the constants for the modal panel return values.
The Cancel button.
|
NSDocModalWindowMask
|
64 |
One of the constants you can use to specify the style when creating a window.
The panel is created as a modal sheet.
|
NSHUDWindowMask
|
8192 |
One of the constants you can use to specify the style when creating a window.
|
NSNonactivatingPanelMask
|
128 |
One of the constants you can use to specify the style when creating a window.
The panel can receive keyboard input without activating the owning application.
|
NSOKButton
|
1 |
One of the constants for the modal panel return values.
The OK button.
|
NSUtilityWindowMask
|
16 |
One of the constants you can use to specify the style when creating a window.
The panel is created as a floating window.
|
- 88 properties
- 2 shared properties
- 114 methods
- method addChildWindow(win as DesktopWindow, order as integer)
- method addChildWindow(win as NSWindowMBS, order as Integer)
- method addChildWindow(win as window, order as Integer)
- method addTabbedWindow(win as NSWindowMBS, ordered as Integer)
- method animator as NSWindowMBS
- method areCursorRectsEnabled as boolean
- method attachedSheet as NSWindowMBS
- method autorecalculatesContentBorderThicknessForEdge(edge as Integer) as boolean
- method becomeKeyWindow
- method becomeMainWindow
- method cacheImageInRect(r as NSRectMBS)
- method Center
- method childWindows as NSWindowMBS()
- method ClearFocus
- method Close
- method Constructor(w as DesktopWindow)
- method Constructor(w as window)
- method Constructor(x as Double, y as Double, w as Double, h as Double, styleMask as Integer, BackingStoreType as Integer = 0, deferCreation as boolean = false, canBecomeKeyWindow as boolean = false)
- method contentBorderThicknessForEdge(edge as Integer) as Double
- method contentRectForFrameRect(windowFrame as NSRectMBS) as NSRectMBS
- method convertBaseToScreen(p as NSPointMBS) as NSPointMBS
- method convertScreenToBase(p as NSPointMBS) as NSPointMBS
- method dataWithEPSInsideRect(r as NSRectMBS) as Memoryblock
- method dataWithPDFInsideRect(r as NSRectMBS) as Memoryblock
- method deminiaturize
- method disableCursorRects
- method disableFlushWindow
- method disableScreenUpdatesUntilFlush
- method disableSnapshotRestoration
- method discardCachedImage
- method discardCursorRects
- method display
- method displayIfNeeded
- method dockTile as Variant
- method dragImage(image as NSImageMBS, viewLocation as NSPointMBS, offset as NSSizeMBS, NSEvent as NSEventMBS, pboard as NSPasteboardMBS, source as NSViewMBS, slideFlag as boolean)
- method enableCursorRects
- method enableFlushWindow
- method enableSnapshotRestoration
- method endEditingFor(anObject as object = nil)
- method fieldEditor(createFlag as boolean = True, forObject as object = nil) as Variant
- method firstResponder as NSResponderMBS
- method flushWindow
- method flushWindowIfNeeded
- method frameRectForContentRect(windowContent as NSRectMBS) as NSRectMBS
- method GetFrame(byref left as Double, byref top as Double, byref width as Double, byref height as Double)
- method gState as Integer
- method Hide
- method inLiveResize as boolean
- method invalidateCursorRectsForView(View as NSViewMBS)
- method invalidateRestorableState
- method invalidateShadow
- method keyDown(e as NSEventMBS)
- method makeFirstResponder(r as NSResponderMBS) as boolean
- method makeKeyAndOrderFront
- method makeKeyWindow
- method makeMainWindow
- method mergeAllWindows
- method miniaturize
- method moveTabToNewWindow
- method orderBack
- method orderFront
- method orderFrontRegardless
- method orderOut
- method PerformClose
- method performMiniaturize
- method performWindowDragWithEvent(event as NSEventMBS)
- method performZoom
- method print
- method registerForDraggedTypes(Types() as string)
- method removeChildWindow(win as NSWindowMBS)
- method removeChildWindow(win as window)
- method resetCursorRects
- method resignKeyWindow
- method resignMainWindow
- method resizeFlags as Integer
- method restoreCachedImage
- method runToolbarCustomizationPalette
- method saveFrameUsingName(s as String)
- method selectKeyViewFollowingView(view as NSViewMBS)
- method selectKeyViewPrecedingView(view as NSViewMBS)
- method selectNextKeyView
- method selectNextTab
- method selectPreviousKeyView
- method selectPreviousTab
- method sendEvent(e as NSEventMBS)
- method setAutorecalculatesContentBorderThickness(flag as boolean, edge as Integer)
- method setBottomCornerRounded(flag as boolean)
- method setContentBorderThickness(thickness as Double, edge as Integer)
- method setContentSize(size as NSSizeMBS)
- method setFrame(frameRect as NSRectMBS)
- method setFrame(frameRect as NSRectMBS, display as boolean)
- method setFrame(frameRect as NSRectMBS, display as boolean, animated as boolean)
- method SetFrame(left as Double, top as Double, width as Double, height as Double)
- method setFrameAutosaveName(name as String) as boolean
- method setFrameFromString(s as String)
- method setFrameOrigin(point as NSPointMBS)
- method setFrameTopLeftPoint(point as NSPointMBS)
- method setFrameUsingName(name as String, force as boolean = false) as boolean
- method setRestorationClass
- method setTitleWithRepresentedFile(filename as folderitem)
- method setTitleWithRepresentedFilename(filename as string)
- method Show
- method standardWindowButton(button as Integer) as Variant
- method stringWithSavedFrame as String
- method tabbedWindows as NSWindowMBS()
- method toggleFullScreen
- method toggleTabBar
- method toggleToolbarShown
- method toolbarview as NSViewMBS
- method unregisterDraggedTypes
- method update
- method useOptimizedDrawing(value as boolean)
- method WindowHandle as Integer
- method zoom
- 44 shared methods
- 68 constants
This class has no sub classes.
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS AVFoundation Plugin, MBS MacBase Plugin.
IKImageBrowserViewMBS
-
IKImageViewMBS