|
virtual int | createTab () |
|
virtual int | createTab (pqServer *) |
|
virtual int | createTab (vtkSMViewLayoutProxy *) |
|
virtual void | closeTab (int) |
|
void | setCurrentTab (int index) |
| Makes the tab at the given index current. More...
|
|
virtual void | toggleFullScreen () |
| Toggle fullscreen state for the active multi-view widget. More...
|
|
void | toggleFullScreenActiveView () |
| Toggle fullscreen state for active view only. More...
|
|
virtual void | toggleWidgetDecoration () |
| toggles decoration visibility on the current widget More...
|
|
virtual void | lockViewSize (const QSize &) |
| Locks the maximum size for each view-frame to the given size. More...
|
|
virtual void | reset () |
| cleans up the layout. More...
|
|
QSize | preview (const QSize &previewSize=QSize()) |
| Enter (or exit) preview mode. More...
|
|
void | setDecorationsVisibility (bool) |
| When set to false, all decorations including title frames, separators, tab-bars are hidden. More...
|
|
void | showDecorations () |
| When set to false, all decorations including title frames, separators, tab-bars are hidden. More...
|
|
void | hideDecorations () |
| When set to false, all decorations including title frames, separators, tab-bars are hidden. More...
|
|
void | viewSizeLocked (bool) |
| fired when lockViewSize() is called. More...
|
|
void | fullScreenEnabled (bool) |
| fired when toggleFullscreen() is called. More...
|
|
void | fullScreenActiveViewEnabled (bool) |
| fired when toggleFullScreenActiveView() is called. More...
|
|
virtual void | proxyAdded (pqProxy *) |
| slots connects to corresponding signals on pqServerManagerObserver. More...
|
|
virtual void | proxyRemoved (pqProxy *) |
|
virtual void | serverRemoved (pqServer *) |
|
virtual void | currentTabChanged (int) |
| called when the active tab changes. More...
|
|
virtual void | onStateLoaded () |
| verifies that all views loaded from state are indeed assigned to some view layout, or we just assign them to one. More...
|
|
void | contextMenuRequested (const QPoint &) |
| called when context menu need to be created on the tab title. More...
|
|
void | onLayoutNameChanged (pqServerManagerModelItem *) |
|
bool | eventFilter (QObject *obj, QEvent *event) override |
|
bool | readOnly |
|