![]() |
![]() |
Private Member Functions | |
def | _collapseAll (self) |
def | _expandAll (self) |
def | _expandToDepth (self) |
def | _fillMenu (self) |
def | _showBoxContentDialog (self) |
The BrowserPlugin supplies the view menu and supports center views.
Definition at line 10 of file BrowserPlugin.py.
Definition at line 14 of file BrowserPlugin.py.
|
private |
Calls collapseAll() function of tree view.
Definition at line 78 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
|
private |
Calls expandAll() function of tree view.
Definition at line 62 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
|
private |
Calls expandToDepthDialog() function of current tab controller.
Definition at line 70 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
|
private |
Fill specific menu.
Definition at line 38 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.startUp().
|
private |
Calls showBoxContentDialog() function of current tab controller.
Definition at line 94 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.addCenterView | ( | self, | |
viewClass, | |||
default = False , |
|||
enabled = True |
|||
) |
add a View for the Center View selection: name is the menu entry, function the function to be added as action if the menu is selecteds
Definition at line 123 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._availableCenterViews, Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._defaultCenterViewId, Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._disabledCenterViewIds, Vispa.Main.VispaPlugin.VispaPlugin.application(), Vispa.Main.MainWindow.MainWindow.application(), str, Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.switchCenterViewSlot(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.viewClassId().
Referenced by Vispa.Plugins.EdmBrowser.EdmBrowserPlugin.EdmBrowserPlugin.startUp(), and Vispa.Plugins.ConfigEditor.ConfigEditorPlugin.ConfigEditorPlugin.startUp().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.availableCenterViews | ( | self | ) |
Definition at line 35 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._availableCenterViews.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.boxContentAction | ( | self | ) |
Definition at line 182 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._boxContentAction.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.collapseAllAction | ( | self | ) |
Definition at line 197 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._collapseAllAction.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.defaultCenterViewId | ( | self | ) |
Definition at line 26 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._defaultCenterViewId.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.disabledCenterViewIds | ( | self | ) |
Definition at line 29 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._disabledCenterViewIds.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.expandAllAction | ( | self | ) |
Definition at line 191 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._expandAllAction.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.expandToDepthAction | ( | self | ) |
Definition at line 194 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._expandToDepthAction.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.filterDialog | ( | self | ) |
Calls filterDialog() function of current tab controller.
Definition at line 86 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.newTab | ( | self | ) |
Definition at line 179 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorPlugin.ConfigEditorPlugin.newFile(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.openFile().
Open the requested file in a new tab. This method is called when the user wants to open a file with an extension this plugin. previously registered. This methods overwrites openFile from VispaPlugin.
Definition at line 159 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._startUp, Vispa.Main.VispaPlugin.VispaPlugin.filetypes(), Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.newTab(), Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.startUp(), and digitizers_cfi.strip.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.saveImage | ( | self | ) |
Calls saveImage() function of current tab controller.
Definition at line 110 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTabController.ConfigEditorTabController.readFile().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.saveImageAction | ( | self | ) |
Definition at line 185 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._saveImageAction.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.setDisabledCenterViewIds | ( | self, | |
ids | |||
) |
Definition at line 32 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._disabledCenterViewIds.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.startUp | ( | self | ) |
Definition at line 22 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._fillMenu(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._startUp.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorPlugin.ConfigEditorPlugin.newFile(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.openFile().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.switchCenterViewSlot | ( | self | ) |
Slot for center view menu entries. It switches the tab's current center view to the selected view.
Definition at line 148 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), Vispa.Main.MainWindow.MainWindow.application(), data, and toString().
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.addCenterView().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.viewClassId | ( | self, | |
viewClass | |||
) |
Definition at line 118 of file BrowserPlugin.py.
References str.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.addCenterView().
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.viewMenu | ( | self | ) |
Definition at line 59 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._viewMenu.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.zoomAction | ( | self | ) |
Definition at line 188 of file BrowserPlugin.py.
References Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin._zoomAction.
def Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.zoomDialog | ( | self | ) |
Calls zoomDialog() function of current tab controller.
Definition at line 102 of file BrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
|
private |
Definition at line 19 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.addCenterView(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.availableCenterViews().
|
private |
Definition at line 51 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.boxContentAction().
|
private |
Definition at line 46 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.collapseAllAction().
|
private |
Definition at line 17 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.addCenterView(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.defaultCenterViewId().
|
private |
|
private |
Definition at line 42 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.expandAllAction().
|
private |
Definition at line 44 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.expandToDepthAction().
|
private |
Definition at line 49 of file BrowserPlugin.py.
|
private |
Definition at line 53 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.saveImageAction().
|
private |
Definition at line 20 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorPlugin.ConfigEditorPlugin.newFile(), Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.openFile(), and Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.startUp().
|
private |
Definition at line 41 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.viewMenu().
|
private |
Definition at line 55 of file BrowserPlugin.py.
Referenced by Vispa.Plugins.Browser.BrowserPlugin.BrowserPlugin.zoomAction().