#include <rs_commandevent.h>
Public Member Functions | |
| RS_CommandEvent (const RS_String &cmd) | |
| Creates a new command event that is not yet accepted. | |
| RS_String | getCommand () |
| void | accept () |
| Sets the event state to accepted. | |
| bool | isAccepted () |
Protected Attributes | |
| RS_String | cmd |
| bool | accepted |
|
|
Creates a new command event that is not yet accepted.
|
|
|
|
|
|
|
1.4.4