Defines the API for a panels to work with the ViewerFrame toolbar and menu bar
Initialize some flag that Viewerframe used
The derivative class sets the bookmark flag value to indicate that it can be bookmarked
The derivative class sets the copy flag value to indicate that the action done can be recovered
The derivative class sets the drag flag value to indicate that dragging motion is possible
The derivative class sets the paste flag value to indicate that the action done can be recovered
The derivative class sets the preview flag value to indicate that it can be previewed
The derivative class sets the print flag value to indicate that it can be printed
The derivative class sets the redo flag value to indicate that the action done can be recovered
The derivative class sets the reset flag value to indicate that it can be reset
The derivative class sets the drag flag value to indicate that it can be saved
The derivative class sets the undo flag value to indicate that the current action done can be canceled
The derivative class sets the zoom flag value to indicate that it can be zoomed
The derivative class sets the zoom in flag value to indicate that it can be zoomed in
The derivative class sets the zoom out flag value to indicate that it can be zoomed out
Get the bookmark flag to update appropriately the tool bar
Get the copy flag to update appropriately the tool bar
return list of current data
Get the drag flag to update appropriately the tool bar
Get the copy flag to update appropriately the tool bar
Get the preview flag to update appropriately the tool bar
Get the print flag to update appropriately the tool bar
Get the redo flag to update appropriately the tool bar
Get the reset flag to update appropriately the tool bar
Get the save flag to update appropriately the tool bar
return the current state
Get the undo flag to update appropriately the tool bar
Get the zoom flag to update appropriately the tool bar
Get the zoom in flag to update appropriately the tool bar
Get the zoom out flag to update appropriately the tool bar
Parameters: | event – contains parameter enable . when enable is set to True |
---|
the application is in Batch mode else the application is default mode(single mode)
The derivative class is on bookmark mode if implemented
The copy action if possible
The derivative class allows dragging motion if implemented
The derivative class is on unfocus if implemented
The paste action if possible
Display a printable version of the class derivative
The previous action is restored if possible
The derivative class state is restored
The state of the derivative class is restored
The derivative class is on focus if implemented
Update menu on clicking the panel tap
The current action is canceled
The derivative class is on zoom mode (using pane) if zoom mode is implemented
The derivative class is on zoom in mode if implemented
The derivative class is on zoom out mode if implemented
return an xml node containing state of the panel that guiframe can write to file