EditFrame

Undocumented in source.

Members

Functions

createBody
Widget createBody()

create app body widget

createFileDialog
FileDialog createFileDialog(UIString caption, bool fileMustExist)
Undocumented in source. Be warned that the author may not have intended to support it.
createMainMenu
MainMenu createMainMenu()

create main menu

createToolbars
ToolBarHost createToolbars()

create app toolbars

handleAction
bool handleAction(Action a)

override to handle specific actions

handleActionStateRequest
bool handleActionStateRequest(Action a)

override to handle specific actions state (e.g. change enabled state for supported actions)

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onCanClose
bool onCanClose()
Undocumented in source. Be warned that the author may not have intended to support it.
openSourceFile
void openSourceFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
saveAs
void saveAs()
Undocumented in source. Be warned that the author may not have intended to support it.
saveSourceFile
void saveSourceFile(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_filename
string _filename;
Undocumented in source.
_spreadsheet
SpreadSheetWidget _spreadsheet;
Undocumented in source.
mainMenuItems
MenuItem mainMenuItems;
Undocumented in source.

Meta