Class which manages user commands in the client side. More...
#include <UserCmdHistory.hh>
Inherits QObject.
Inherited by MEUserCmdManager.
Signals | |
| void | StatsSignal () |
Public Member Functions | |
| UserCmdHistory () | |
| Constructor. More... | |
| virtual | ~UserCmdHistory () |
| Destructor. More... | |
| bool | Active () const |
| Get whether the widget is active or not. More... | |
| void | SetActive (const bool _active) |
| Set whether the widget is active or not. More... | |
Class which manages user commands in the client side.
| UserCmdHistory | ( | ) |
Constructor.
|
virtual |
Destructor.
| bool Active | ( | ) | const |
Get whether the widget is active or not.
| void SetActive | ( | const bool | _active | ) |
Set whether the widget is active or not.
| [in] | _active | True to make it active. |
|
signal |