Expand description
Common commands.
Statics§
- CAN_
COPY_ VAR - Enable/disable
on_copyandon_pre_copycommand handles. - CAN_
CUT_ VAR - Enable/disable
on_cutandon_pre_cutcommand handles. - CAN_
NEW_ VAR - Enable/disable
on_newandon_pre_newcommand handles. - CAN_
OPEN_ VAR - Enable/disable
on_openandon_pre_opencommand handles. - CAN_
PASTE_ VAR - Enable/disable
on_pasteandon_pre_pastecommand handles. - CAN_
SAVE_ AS_ VAR - Enable/disable
on_save_asandon_pre_save_ascommand handles. - CAN_
SAVE_ VAR - Enable/disable
on_saveandon_pre_savecommand handles. - CAN_
SETTINGS_ VAR - Enable/disable
on_settingsandon_pre_settingscommand handles. - CONTEXT_
MENU_ CMD - Represents the context menu open action.
- NEW_CMD
- Represents the new action.
- OPEN_
CMD - Represents the open action.
- SAVE_
AS_ CMD - Represents the save-as action.
- SAVE_
CMD - Represents the save action.
- SETTINGS_
CMD - Represents the open settings action.
Functions§
- can_
copy PDefines ifon_copyandon_pre_copycommand handles are enabled in the context.- can_cut
PDefines ifon_cutandon_pre_cutcommand handles are enabled in the context.- can_new
PDefines ifon_newandon_pre_newcommand handles are enabled in the context.- can_
open PDefines ifon_openandon_pre_opencommand handles are enabled in the context.- can_
paste PDefines ifon_pasteandon_pre_pastecommand handles are enabled in the context.- can_
save PDefines ifon_saveandon_pre_savecommand handles are enabled in the context.- can_
save_ as PDefines ifon_save_asandon_pre_save_ascommand handles are enabled in the context.- can_
settings PDefines ifon_settingsandon_pre_settingscommand handles are enabled in the context.- on_copy
POn copy command.- on_cut
POn cut command.- on_new
POn new command.- on_open
POn open command.- on_
paste POn paste command.- on_
pre_ copy PPreviewon_copycommand.- on_
pre_ cut PPreviewon_cutcommand.- on_
pre_ new PPreviewon_newcommand.- on_
pre_ open PPreviewon_opencommand.- on_
pre_ paste PPreviewon_pastecommand.- on_
pre_ save PPreviewon_savecommand.- on_
pre_ save_ as PPreviewon_save_ascommand.- on_
pre_ settings PPreviewon_settingscommand.- on_save
POn save command.- on_
save_ as POn save-as command.- on_
settings POn settings command.