|
| | AdapterPlatformQt (IManageHandler *manager, QWidget *wnd) |
| | ~AdapterPlatformQt () |
| bool | eventFilter (QObject *watched, QEvent *event) override |
| UINT | MessageLoop () override |
| BOOL | IsZoomed () override |
| BOOL | IsWindowVisible () override |
| BOOL | SendMessage (UINT msg, WPARAM wp=0L, LPARAM lp=0L) override |
| BOOL | PostMessage (UINT msg, WPARAM wp=0L, LPARAM lp=0L) override |
| BOOL | OnPlatformHandler (UINT message, WPARAM wp, LPARAM lp) override |
| void | GetClientRect (RECT *rc) override |
| void | GetWindowRect (RECT *rc) override |
| void | SetActiveWindow () override |
| void | EnableWindow (BOOL enable) override |
| void | ShowWindow (ShowMode model) override |
| void | MoveWindow (int x, int y, int width, int height, BOOL is_refresh) override |
| void | InvalidateRect (RECT *rc, BOOL sync_flag=FALSE) override |
| void | ClientPointToScreen (POINT *pt) override |
| void | ScreenPointToClient (POINT *pt) override |
| void | GetCursorGloablPos (POINT *pt) override |
| void | OnRender (RECT &rect) override |
| void | paintGL () override |
| void | resizeGL (int width, int height) override |
| | IAdapterPlatform () |
| virtual | ~IAdapterPlatform () |
| void | SetManageHandler (IManageHandler *handler) |
| IManageHandler * | ManageHandler () const |
| | IWidgetQt () |
| virtual | ~IWidgetQt () |
|
| bool | mousemoveEvent (QMouseEvent *event, QEvent::Type type) |
| bool | mousebuttonEvent (QMouseEvent *event, QEvent::Type type) |
| void | keyboardEvent (QKeyEvent *event, QEvent::Type type) |
| void | inputMethodEvent (QInputMethodEvent *e) |
| void | mousewheelEvent (QWheelEvent *event) |
| void | paintEvent (QPainter *paint, QRect &rc_draw) |
| void | paintSurface (QPainter *paint, QImage *img, double ra, QRect &rc_clip, QRect &rc_source, int org_x, int org_y) |
| void | SetMouseCursor (CursorMouse id) |
| void | OpenSystemFile (WPARAM wp) |
| void | OpenSystemFont (WPARAM wp) |
| void | OpenSystemColor (WPARAM wp) |
| void | CheckBufferSurfaceSize (double ra) |
| void | OnChangeStyle () |