![]() |
![]() |
Private Member Functions | |
def | _fillEventNavigatorMenu (self) |
Private Attributes | |
_eventNumberDisplay | |
_firstAction | |
_gotoAction | |
_lastAction | |
_navigateMenu | |
_navigateToolBar | |
_nextAction | |
_previousAction | |
The EventBrowserPlugin supports navigation in files.
Definition at line 10 of file EventBrowserPlugin.py.
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.__init__ | ( | self, | |
application = None |
|||
) |
Definition at line 14 of file EventBrowserPlugin.py.
|
private |
Fill EventNavigator specific menu.
Definition at line 22 of file EventBrowserPlugin.py.
Referenced by Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.startUp().
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.eventNumberDisplay | ( | self | ) |
Definition at line 44 of file EventBrowserPlugin.py.
References Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin._eventNumberDisplay.
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.first | ( | self | ) |
Calls first() function of current tab controller.
Definition at line 47 of file EventBrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.goto | ( | self | ) |
Calls goto() function of current tab controller.
Definition at line 79 of file EventBrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.last | ( | self | ) |
Calls last() function of current tab controller.
Definition at line 71 of file EventBrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.navigateMenu | ( | self | ) |
Definition at line 87 of file EventBrowserPlugin.py.
References Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin._navigateMenu.
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.navigateToolBar | ( | self | ) |
Definition at line 90 of file EventBrowserPlugin.py.
References Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin._navigateToolBar.
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.next | ( | self | ) |
Calls next() function of current tab controller.
Definition at line 63 of file EventBrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.previous | ( | self | ) |
Calls previous() function of current tab controller.
Definition at line 55 of file EventBrowserPlugin.py.
References Vispa.Main.VispaPlugin.VispaPlugin.application(), and Vispa.Main.MainWindow.MainWindow.application().
def Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.startUp | ( | self | ) |
Definition at line 18 of file EventBrowserPlugin.py.
References Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin._fillEventNavigatorMenu().
|
private |
Definition at line 32 of file EventBrowserPlugin.py.
Referenced by Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.eventNumberDisplay().
|
private |
Definition at line 27 of file EventBrowserPlugin.py.
|
private |
Definition at line 31 of file EventBrowserPlugin.py.
|
private |
Definition at line 30 of file EventBrowserPlugin.py.
|
private |
Definition at line 25 of file EventBrowserPlugin.py.
Referenced by Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.navigateMenu().
|
private |
Definition at line 26 of file EventBrowserPlugin.py.
Referenced by Vispa.Plugins.EventBrowser.EventBrowserPlugin.EventBrowserPlugin.navigateToolBar().
|
private |
Definition at line 29 of file EventBrowserPlugin.py.
|
private |
Definition at line 28 of file EventBrowserPlugin.py.