Go to the source code of this file.
Namespaces | |
| namespace | grc.Actions |
| namespace | Actions |
Functions | |
| def | grc::Actions.get_action_from_name |
Variables | |
| string | grc::Actions.APPLICATION_INITIALIZE = 'app init' |
| string | grc::Actions.APPLICATION_QUIT = 'app quit' |
| string | grc::Actions.PARAM_MODIFY = 'param modify' |
| string | grc::Actions.BLOCK_MOVE = 'block move' |
| string | grc::Actions.BLOCK_ROTATE_LEFT = 'block rotate left' |
| string | grc::Actions.BLOCK_ROTATE_RIGHT = 'block rotate right' |
| string | grc::Actions.BLOCK_PARAM_MODIFY = 'block param modify' |
| string | grc::Actions.BLOCK_INC_TYPE = 'block increment type' |
| string | grc::Actions.BLOCK_DEC_TYPE = 'block decrement type' |
| string | grc::Actions.BLOCK_ENABLE = 'block enable' |
| string | grc::Actions.BLOCK_DISABLE = 'block disable' |
| string | grc::Actions.BLOCK_CUT = 'block cut' |
| string | grc::Actions.BLOCK_COPY = 'block copy' |
| string | grc::Actions.BLOCK_PASTE = 'block paste' |
| string | grc::Actions.PORT_CONTROLLER_INC = 'port controller increment' |
| string | grc::Actions.PORT_CONTROLLER_DEC = 'port controller decrement' |
| string | grc::Actions.ELEMENT_CREATE = 'element create' |
| string | grc::Actions.ELEMENT_DELETE = 'element delete' |
| string | grc::Actions.ELEMENT_SELECT = 'element select' |
| string | grc::Actions.NOTHING_SELECT = 'nothing select' |
| string | grc::Actions.FLOW_GRAPH_OPEN = 'flow graph open' |
| string | grc::Actions.FLOW_GRAPH_UNDO = 'flow graph undo' |
| string | grc::Actions.FLOW_GRAPH_REDO = 'flow graph redo' |
| string | grc::Actions.FLOW_GRAPH_SAVE = 'flow graph save' |
| string | grc::Actions.FLOW_GRAPH_SAVE_AS = 'flow graph save as' |
| string | grc::Actions.FLOW_GRAPH_CLOSE = 'flow graph close' |
| string | grc::Actions.FLOW_GRAPH_NEW = 'flow graph new' |
| string | grc::Actions.FLOW_GRAPH_GEN = 'flow graph gen' |
| string | grc::Actions.FLOW_GRAPH_EXEC = 'flow graph exec' |
| string | grc::Actions.FLOW_GRAPH_KILL = 'flow graph kill' |
| string | grc::Actions.FLOW_GRAPH_SCREEN_CAPTURE = 'flow graph screen capture' |
| string | grc::Actions.ABOUT_WINDOW_DISPLAY = 'about window display' |
| string | grc::Actions.HOTKEYS_WINDOW_DISPLAY = 'hotkeys window display' |
| string | grc::Actions.PREFS_WINDOW_DISPLAY = 'prefs window display' |
| tuple | grc::Actions.ACTIONS_LIST |
| tuple | grc::Actions.ACTIONS_DICT = dict((action.get_name(), action) for action in ACTIONS_LIST) |
1.5.4