#include <uflow.hpp>
Public Member Functions | |
UFlow (int flow_id, class UAppli &, class UDisp &) | |
int | getID () const |
UDisp & | getDisp () const |
UAppli & | getAppli () const |
UGroup * | getBrowsingGroup () const |
void | setBrowsingGroup (UGroup *grp) |
[impl] gets/sets current browse group. | |
UMenuCtrl & | getMenuCtrl () const |
[impl] returns the Menu Controller. | |
UTextsel & | getTextsel () const |
[impl] returns the text selection of the application. | |
void | setCursor (class UEvent &, const class UCursor *) |
void | winMousePress (UWin *win, UEvent &) |
void | winMouseRelease (UWin *win, UEvent &) |
void | winMouseMove (UWin *win, UEvent &) |
void | winKeyPress (UWin *win, UEvent &) |
void | winKeyRelease (UWin *win, UEvent &) |
void | winLeave (UWin *win, UEvent &) |
void | winDestroy (UWin *win, UEvent &) |
UBox * | findBox (const UEvent &e, u_modes, UView *&found_view) |
void | boxEnter (UEvent &, UBox *, int bstyle) |
void | boxLeave (UEvent &) |
void | boxMousePress (UEvent &) |
void | boxMouseRelease (UEvent &) |
void | boxMouseMove (UEvent &) |
void | boxKeyPress (UEvent &) |
void | boxKeyRelease (UEvent &) |
void | deleteNotify (class UView *deleted_view) |
void | deleteNotify (class UGroup *deleted_group) |
[impl] notifies the application(s) that a view/object has been deleted | |
UWin * | retrieveRemPointer (class UDisp *) |
void | showRemPointers (class UEvent &, int mode=0) |
Note: The default Event Flow is the standard X window event flow. Its flow ID is 0.