|
| Window_ios () |
|
| ~Window_ios () override |
|
bool | initWindow () |
|
void | setTitle (const char *) override |
|
void | show () override |
|
bool | attach (BackendType) override |
|
void | onInval () override |
|
UIWindow * | uiWindow () |
|
virtual | ~Window () |
|
virtual void | setTitle (const char *)=0 |
|
virtual void | show ()=0 |
|
virtual void | setUIState (const char *) |
|
virtual const char * | getClipboardText () |
|
virtual void | setClipboardText (const char *) |
|
void | inval () |
|
virtual bool | scaleContentToFit () const |
|
virtual bool | attach (BackendType)=0 |
|
void | detach () |
|
void | pushLayer (Layer *layer) |
|
void | onBackendCreated () |
|
bool | onChar (SkUnichar c, skui::ModifierKey modifiers) |
|
bool | onKey (skui::Key key, skui::InputState state, skui::ModifierKey modifiers) |
|
bool | onMouse (int x, int y, skui::InputState state, skui::ModifierKey modifiers) |
|
bool | onMouseWheel (float delta, int x, int y, skui::ModifierKey modifiers) |
|
bool | onTouch (intptr_t owner, skui::InputState state, float x, float y) |
|
bool | onFling (skui::InputState state) |
|
bool | onPinch (skui::InputState state, float scale, float x, float y) |
|
void | onUIStateChanged (const SkString &stateName, const SkString &stateValue) |
|
void | onPaint () |
|
void | onResize (int width, int height) |
|
void | onActivate (bool isActive) |
|
int | width () const |
|
int | height () const |
|
virtual float | scaleFactor () const |
|
virtual const DisplayParams & | getRequestedDisplayParams () |
|
virtual void | setRequestedDisplayParams (const DisplayParams &, bool allowReattach=true) |
|
int | sampleCount () const |
|
int | stencilBits () const |
|
GrDirectContext * | directContext () const |
|
skgpu::graphite::Context * | graphiteContext () const |
|
skgpu::graphite::Recorder * | graphiteRecorder () const |
|
Definition at line 19 of file Window_ios.h.