#include <actions.h>
Inheritance diagram for YEnvironmentActions:
Public Slots | |
void | ExecuteEnvironment () |
void | CleanupEnvironment () |
void | ShowTimingResults () |
void | ShowStatisticResults () |
void | ShowLogFile () |
Public Member Functions | |
YEnvironmentActions (YActionHandler &ah) | |
int | InitInstance () |
int | _CreateMenu (YObject *object, QPopupMenu *menu) const |
void | UpdateActions () |
virtual int | Rename (YObject *entry) const |
virtual int | Remove (YObject *object) const |
virtual int | ShowLogFile (YEnvironment *object) |
virtual int | ShowTimingResults (YEnvironment *object) |
virtual int | ShowStatisticResults (YEnvironment *e) |
virtual int | DoTreeCommand (YObject *treeobject, YActions::COMMAND_TYPE command) |
Protected Member Functions | |
virtual int | _Activate (YObject *object) |
Private Types | |
enum | { EXECUTE = 0, TIMINGS, STATISTICS, LOGFILE, CLEANUP, MAX_ACTIONS } |
Private Attributes | |
QArray< QAction * > | eactions |
|
|
|
|
|
Reimplemented from YActions. |
|
Reimplemented from YEntryActions. |
|
|
|
Reimplemented from YActions. |
|
|
|
Reimplemented from YEntryActions. |
|
Reimplemented from YEntryActions. |
|
Reimplemented from YEntryActions. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from YEntryActions. |
|
|