|
iPlug2 - C++ Audio Plug-in Framework
|
IGraphics platform class for IOS. More...
#include <IGraphicsIOS.h>
Public Member Functions | |
| IGraphicsIOS (IGEditorDelegate &dlg, int w, int h, int fps, float scale) | |
| void | SetBundleID (const char *bundleID) |
| void | SetAppGroupID (const char *appGroupID) |
| void * | OpenWindow (void *pWindow) override |
| void | CloseWindow () override |
| bool | WindowIsOpen () override |
| void | PlatformResize (bool parentHasResized) override |
| void | AttachPlatformView (const IRECT &r, void *pView) override |
| void | RemovePlatformView (void *pView) override |
| void | HidePlatformView (void *pView, bool hide) override |
| void | GetMouseLocation (float &x, float &y) const override |
| EMsgBoxResult | ShowMessageBox (const char *str, const char *title, EMsgBoxType type, IMsgBoxCompletionHandlerFunc completionHandler) override |
| void | ForceEndUserEdit () override |
| const char * | GetPlatformAPIStr () override |
| void | UpdateTooltips () override |
| void | PromptForFile (WDL_String &fileName, WDL_String &path, EFileAction action, const char *ext, IFileDialogCompletionHandlerFunc completionHandler) override |
| void | PromptForDirectory (WDL_String &dir, IFileDialogCompletionHandlerFunc completionHandler) override |
| bool | PromptForColor (IColor &color, const char *str, IColorPickerHandlerFunc func) override |
| void | HideMouseCursor (bool hide, bool lock) override |
| void | MoveMouseCursor (float x, float y) override |
| bool | OpenURL (const char *url, const char *msgWindowTitle, const char *confirmMsg, const char *errMsgOnFailure) override |
| void * | GetWindow () override |
| const char * | GetBundleID () const override |
| const char * | GetAppGroupID () const override |
| bool | GetTextFromClipboard (WDL_String &str) override |
| bool | SetTextInClipboard (const char *str) override |
| void | LaunchBluetoothMidiDialog (float x, float y) |
| void | AttachGestureRecognizer (EGestureType type) override |
| bool | PlatformSupportsMultiTouch () const override |
| EUIAppearance | GetUIAppearance () const override |
Static Public Member Functions | |
| static int | GetUserOSVersion () |
Protected Member Functions | |
| PlatformFontPtr | LoadPlatformFont (const char *fontID, const char *fileNameOrResID) override |
| PlatformFontPtr | LoadPlatformFont (const char *fontID, const char *fontName, ETextStyle style) override |
| PlatformFontPtr | LoadPlatformFont (const char *fontID, void *pData, int dataSize) override |
| void | CachePlatformFont (const char *fontID, const PlatformFontPtr &font) override |
| IPopupMenu * | CreatePlatformPopupMenu (IPopupMenu &menu, const IRECT bounds, bool &isAsync) override |
| void | CreatePlatformTextEntry (int paramIdx, const IText &text, const IRECT &bounds, int length, const char *str) override |
IGraphics platform class for IOS.
Definition at line 24 of file IGraphicsIOS.h.
| IGraphicsIOS::IGraphicsIOS | ( | IGEditorDelegate & | dlg, |
| int | w, | ||
| int | h, | ||
| int | fps, | ||
| float | scale | ||
| ) |
Definition at line 63 of file IGraphicsIOS.mm.
|
virtual |
Definition at line 100 of file IGraphicsIOS.mm.
|
override |
Definition at line 190 of file IGraphicsIOS.mm.
|
override |
Definition at line 163 of file IGraphicsIOS.mm.
|
overrideprotected |
Definition at line 355 of file IGraphicsIOS.mm.
|
override |
Definition at line 136 of file IGraphicsIOS.mm.
|
overrideprotected |
Definition at line 270 of file IGraphicsIOS.mm.
|
overrideprotected |
Definition at line 287 of file IGraphicsIOS.mm.
|
override |
Definition at line 196 of file IGraphicsIOS.mm.
|
inlineoverride |
Definition at line 62 of file IGraphicsIOS.h.
|
inlineoverride |
Definition at line 61 of file IGraphicsIOS.h.
|
override |
Definition at line 209 of file IGraphicsIOS.mm.
|
override |
Definition at line 204 of file IGraphicsIOS.mm.
|
override |
Definition at line 330 of file IGraphicsIOS.mm.
|
override |
Definition at line 367 of file IGraphicsIOS.mm.
|
static |
Definition at line 325 of file IGraphicsIOS.mm.
|
override |
Definition at line 316 of file IGraphicsIOS.mm.
|
inlineoverride |
Definition at line 54 of file IGraphicsIOS.h.
|
override |
Definition at line 178 of file IGraphicsIOS.mm.
| void IGraphicsIOS::LaunchBluetoothMidiDialog | ( | float | x, |
| float | y | ||
| ) |
Definition at line 360 of file IGraphicsIOS.mm.
|
overrideprotected |
Definition at line 340 of file IGraphicsIOS.mm.
|
overrideprotected |
Definition at line 345 of file IGraphicsIOS.mm.
|
overrideprotected |
Definition at line 350 of file IGraphicsIOS.mm.
|
inlineoverride |
Definition at line 55 of file IGraphicsIOS.h.
|
override |
Definition at line 294 of file IGraphicsIOS.mm.
|
override |
Definition at line 105 of file IGraphicsIOS.mm.
|
override |
Definition at line 154 of file IGraphicsIOS.mm.
|
inlineoverride |
Definition at line 73 of file IGraphicsIOS.h.
|
override |
Definition at line 264 of file IGraphicsIOS.mm.
|
override |
Definition at line 248 of file IGraphicsIOS.mm.
|
override |
Definition at line 214 of file IGraphicsIOS.mm.
|
override |
Definition at line 173 of file IGraphicsIOS.mm.
|
inline |
Definition at line 31 of file IGraphicsIOS.h.
|
inline |
Definition at line 30 of file IGraphicsIOS.h.
|
override |
Definition at line 335 of file IGraphicsIOS.mm.
|
override |
Definition at line 183 of file IGraphicsIOS.mm.
|
inlineoverride |
Definition at line 48 of file IGraphicsIOS.h.
|
override |
Definition at line 149 of file IGraphicsIOS.mm.