- Your Widget Set For OpenGL
#include <uactionevent.hpp>
Inheritance diagram for ufo::UActionEvent:

Public Member Functions | |
| UActionEvent (UObject *source, Type type, UMod_t modifiers, const std::string &actionCommand) | |
| UMod_t | getModifiers () |
| const std::string & | getActionCommand () |
| void | revoke () |
| bool | isRevoked () const |
Protected Member Functions | |
| virtual std::ostream & | paramString (std::ostream &os) const |
|
||||||||||||||||||||
|
Creates a new action event.
|
|
|
|
|
|
|
|
|
|
|
|
Prints some useful internal data to the ostream os. This method is meant only for debugging purposes. Reimplemented from ufo::UEvent.
|
|
|
Tries to revoke this action. The library or application might revoke its action. |