#include <actions.h>
Inheritance diagram for YEntryActions:
Public Slots | |
int | RenameEntry () |
int | RemoveEntry () |
Public Member Functions | |
YEntryActions (YActionHandler &ah) | |
virtual int | InitInstance () |
virtual void | UpdateActions () |
virtual int | Remove (YObject *entry) const |
virtual int | Rename (YObject *entry) const |
Protected Member Functions | |
virtual int | _CreateMenu (YObject *object, QPopupMenu *parent) const |
Private Types | |
enum | { RENAME = 0, REMOVE, MAX_ACTIONS } |
Private Attributes | |
QArray< QAction * > | entryactions |
|
|
|
|
|
Reimplemented from YActions. Reimplemented in YProjectActions, and YEnvironmentActions. |
|
Reimplemented from YActions. Reimplemented in YProjectActions, and YEnvironmentActions. |
|
Reimplemented in YProjectActions, and YEnvironmentActions. |
|
|
|
Reimplemented in YProjectActions, and YEnvironmentActions. |
|
|
|
Reimplemented from YActions. Reimplemented in YEnvironmentActions. |
|
|