![]() |
![]() |
Private Attributes | |
_centerViewToolBarId | |
_editorSplitter | |
_editorTableView | |
_maximizeButton | |
_minimizeButton | |
_originalButton | |
This is the main frame of the Config Editor Plugin. The tab is split in three horizontal parts, from left to right: Tree View, Center View, Property View. The editor can be dispayed using createEditor(). The Property View is then shared with the ConfigBrowser.
Definition at line 11 of file ConfigEditorTab.py.
constructor
Definition at line 18 of file ConfigEditorTab.py.
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.createEditor | ( | self | ) |
Definition at line 24 of file ConfigEditorTab.py.
References Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab._editorSplitter, Vispa.Main.SplitterTab.SplitterTab.createToolBar(), and Vispa.Main.SplitterTab.SplitterTab.toolBar().
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.editorSplitter | ( | self | ) |
Definition at line 59 of file ConfigEditorTab.py.
References Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab._editorSplitter.
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.editorTableView | ( | self | ) |
Definition at line 78 of file ConfigEditorTab.py.
References Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab._editorTableView.
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.horizontalSplitterMovedSlot | ( | self, | |
pos, | |||
index | |||
) |
Definition at line 62 of file ConfigEditorTab.py.
References Vispa.Main.SplitterTab.SplitterTab.toolBar(), and Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.updateToolBarSizes().
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.maximizeButton | ( | self | ) |
Definition at line 75 of file ConfigEditorTab.py.
References Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab._maximizeButton.
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.minimizeButton | ( | self | ) |
Definition at line 69 of file ConfigEditorTab.py.
References Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab._minimizeButton.
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.originalButton | ( | self | ) |
Definition at line 72 of file ConfigEditorTab.py.
References Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab._originalButton.
def Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.updateToolBarSizes | ( | self | ) |
Definition at line 66 of file ConfigEditorTab.py.
References Vispa.Main.SplitterTab.SplitterTab.horizontalSplitter(), and Vispa.Main.SplitterTab.SplitterTab.toolBar().
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.horizontalSplitterMovedSlot().
|
private |
Definition at line 45 of file ConfigEditorTab.py.
|
private |
Definition at line 22 of file ConfigEditorTab.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.createEditor(), and Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.editorSplitter().
|
private |
Definition at line 30 of file ConfigEditorTab.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.editorTableView().
|
private |
Definition at line 41 of file ConfigEditorTab.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.maximizeButton().
|
private |
Definition at line 34 of file ConfigEditorTab.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.minimizeButton().
|
private |
Definition at line 37 of file ConfigEditorTab.py.
Referenced by Vispa.Plugins.ConfigEditor.ConfigEditorTab.ConfigEditorTab.originalButton().