#include <albaSideBar.h>
Definition at line 47 of file albaSideBar.h.
◆ SIDEBAR_STYLE
| Enumerator |
|---|
| SINGLE_NOTEBOOK | |
| DOUBLE_NOTEBOOK | |
Definition at line 53 of file albaSideBar.h.
◆ albaSideBar()
◆ ~albaSideBar()
| albaSideBar::~albaSideBar |
( |
| ) |
|
◆ VmeAdd()
| virtual void albaSideBar::VmeAdd |
( |
albaVME * |
vme | ) |
|
|
virtual |
◆ VmeRemove()
| virtual void albaSideBar::VmeRemove |
( |
albaVME * |
vme | ) |
|
|
virtual |
◆ VmeModified()
| virtual void albaSideBar::VmeModified |
( |
albaVME * |
vme | ) |
|
|
virtual |
◆ VmeShow()
| virtual void albaSideBar::VmeShow |
( |
albaVME * |
vme, |
|
|
bool |
visibility |
|
) |
| |
|
virtual |
Notify to the tree the visibility of the vme.
Implements albaAbsSideBar.
◆ VmeSelected()
| virtual void albaSideBar::VmeSelected |
( |
albaVME * |
vme | ) |
|
|
virtual |
Notify to the tree that the vme has been selected.
Implements albaAbsSideBar.
◆ IsVMEExpanded()
| virtual bool albaSideBar::IsVMEExpanded |
( |
albaVME * |
vme | ) |
|
|
virtual |
Return True if the VME is Expanded on Tree.
Implements albaAbsSideBar.
◆ CollapseVME()
| virtual void albaSideBar::CollapseVME |
( |
albaVME * |
vme | ) |
|
|
virtual |
◆ ExpandVME()
| virtual void albaSideBar::ExpandVME |
( |
albaVME * |
vme | ) |
|
|
virtual |
◆ OpShowGui()
| virtual void albaSideBar::OpShowGui |
( |
bool |
push_gui, |
|
|
albaGUIPanel * |
panel |
|
) |
| |
|
virtual |
Show the operation's parameters gui on the tabbed panel.
Implements albaAbsSideBar.
◆ OpHideGui()
| virtual void albaSideBar::OpHideGui |
( |
bool |
view_closed | ) |
|
|
virtual |
Hide the view/operation's gui from the tabbed panel.
Implements albaAbsSideBar.
◆ ViewSelect()
| virtual void albaSideBar::ViewSelect |
( |
albaView * |
view | ) |
|
|
virtual |
Plug the view settings on the tabbed panel.
Implements albaAbsSideBar.
◆ ViewDeleted()
| virtual void albaSideBar::ViewDeleted |
( |
albaView * |
view | ) |
|
|
virtual |
Notify to the tree that a view has been deleted.
Implements albaAbsSideBar.
◆ EnableSelect()
| virtual void albaSideBar::EnableSelect |
( |
bool |
enable | ) |
|
|
virtual |
Enable/Disable the vme selection when an operation ends/start.
Implements albaAbsSideBar.
◆ Show() [1/2]
| virtual void albaSideBar::Show |
( |
| ) |
|
|
virtual |
◆ IsShown()
| virtual bool albaSideBar::IsShown |
( |
| ) |
|
|
virtual |
◆ Show() [2/2]
| virtual void albaSideBar::Show |
( |
bool |
show | ) |
|
|
virtual |
◆ VmeChoose()
- Respond to a VME_CHOOSE evt. Build a dialog containing the vme tree and return the vme choosed from the user.
Implements albaAbsSideBar.
◆ FindVME()
| virtual void albaSideBar::FindVME |
( |
| ) |
|
|
virtual |
◆ UpdateVmePanel()
| void albaSideBar::UpdateVmePanel |
( |
| ) |
|
|
protected |
◆ m_Notebook
| wxNotebook* albaSideBar::m_Notebook |
|
protected |
◆ m_VmeNotebook
| wxNotebook* albaSideBar::m_VmeNotebook |
|
protected |
◆ m_SideSplittedPanel
| wxSplitterWindow* albaSideBar::m_SideSplittedPanel |
|
protected |
◆ m_OpPanel
◆ m_ViewPropertyPanel
◆ m_Tree
◆ m_VmePanel
◆ m_VmePipePanel
◆ m_SelectedVme
| albaVME* albaSideBar::m_SelectedVme |
|
protected |
◆ m_SelectedView
◆ m_Listener
◆ m_AppendingGUI
| albaGUI* albaSideBar::m_AppendingGUI |
|
protected |
◆ m_CurrentVmeGui
| albaGUI* albaSideBar::m_CurrentVmeGui |
|
protected |
◆ m_CurrentVmeOutputGui
| albaGUI* albaSideBar::m_CurrentVmeOutputGui |
|
protected |
◆ m_CurrentPipeGui
| albaGUI* albaSideBar::m_CurrentPipeGui |
|
protected |
◆ m_Style
The documentation for this class was generated from the following file: