Expand description
Common commands.
Statics§
- CAN_
COPY_ VAR - Defines if
on_copyandon_pre_copycommand handlers are enabled in a widget and descendants. - CAN_
CUT_ VAR - Defines if
on_cutandon_pre_cutcommand handlers are enabled in a widget and descendants. - CAN_
NEW_ VAR - Defines if
on_newandon_pre_newcommand handlers are enabled in a widget and descendants. - CAN_
OPEN_ VAR - Defines if
on_openandon_pre_opencommand handlers are enabled in a widget and descendants. - CAN_
PASTE_ VAR - Defines if
on_pasteandon_pre_pastecommand handlers are enabled in a widget and descendants. - CAN_
SAVE_ AS_ VAR - Defines if
on_save_asandon_pre_save_ascommand handlers are enabled in a widget and descendants. - CAN_
SAVE_ VAR - Defines if
on_saveandon_pre_savecommand handlers are enabled in a widget and descendants. - CAN_
SETTINGS_ VAR - Defines if
on_settingsandon_pre_settingscommand handlers are enabled in a widget and descendants. - 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 handlers are enabled in the widget and descendants.- can_cut
PDefines ifon_cutandon_pre_cutcommand handlers are enabled in the widget and descendants.- can_new
PDefines ifon_newandon_pre_newcommand handlers are enabled in the widget and descendants.- can_
open PDefines ifon_openandon_pre_opencommand handlers are enabled in the widget and descendants.- can_
paste PDefines ifon_pasteandon_pre_pastecommand handlers are enabled in the widget and descendants.- can_
save PDefines ifon_saveandon_pre_savecommand handlers are enabled in the widget and descendants.- can_
save_ as PDefines ifon_save_asandon_pre_save_ascommand handlers are enabled in the widget and descendants.- can_
settings PDefines ifon_settingsandon_pre_settingscommand handlers are enabled in the widget and descendants.- 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 POn copy command.- on_
pre_ cut POn cut command.- on_
pre_ new POn new command.- on_
pre_ open POn open command.- on_
pre_ paste POn paste command.- on_
pre_ save POn save command.- on_
pre_ save_ as POn save-as command.- on_
pre_ settings POn settings command.- on_save
POn save command.- on_
save_ as POn save-as command.- on_
settings POn settings command.