Public Member Functions | List of all members
pqViewManager Class Reference

pqViewManager is deprecated. More...

#include <pqViewManager.h>

Inheritance diagram for pqViewManager:
Inheritance graph
[legend]
Collaboration diagram for pqViewManager:
Collaboration graph
[legend]

Public Member Functions

 pqViewManager (QWidget *parentW=nullptr)
 
 ~pqViewManager () override
 
- Public Member Functions inherited from pqTabbedMultiViewWidget
 pqTabbedMultiViewWidget (QWidget *parent=nullptr)
 
 ~pqTabbedMultiViewWidget () override
 
virtual QSize clientSize () const
 Returns the size for the tabs in the widget. More...
 
void setReadOnly (bool val)
 When set to true (off by default), the widget will not allow adding/removing tabs trough user interactions. More...
 
bool readOnly () const
 
void setTabVisibility (bool visible)
 Set the tab visibility. More...
 
bool tabVisibility () const
 
vtkSMViewLayoutProxylayoutProxy () const
 Return the layout proxy for the current tab. More...
 
bool decorationsVisibility () const
 Returns whether frame decorations are shown. More...
 
pqMultiViewWidgetfindTab (vtkSMViewLayoutProxy *) const
 Locate the pqMultiViewWidget associated with the vtkSMViewLayoutProxy held by this pqTabbedMultiViewWidget instance, if any. More...
 
void updateVisibleTabs ()
 While generally not necessary to call this, if the annotations for the layout proxies are changed after they are created, applications can use this method to refresh the tabs that are visible. More...
 
QList< QString > visibleTabLabels () const
 This is primarily for testing purposes. More...
 
void enableAnnotationFilter (const QString &annotationKey)
 APIs for filtering of tab widgets. More...
 
void disableAnnotationFilter ()
 APIs for filtering of tab widgets. More...
 
void setAnnotationFilterMatching (bool matching)
 APIs for filtering of tab widgets. More...
 

Additional Inherited Members

- Public Slots inherited from pqTabbedMultiViewWidget
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...
 
- Signals inherited from pqTabbedMultiViewWidget
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...
 
- Protected Slots inherited from pqTabbedMultiViewWidget
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 *)
 
- Protected Member Functions inherited from pqTabbedMultiViewWidget
bool eventFilter (QObject *obj, QEvent *event) override
 
- Properties inherited from pqTabbedMultiViewWidget
bool readOnly
 

Detailed Description

pqViewManager is deprecated.

Use pqTabbedMultiViewWidget.

Definition at line 12 of file pqViewManager.h.

Constructor & Destructor Documentation

◆ pqViewManager()

pqViewManager::pqViewManager ( QWidget *  parentW = nullptr)

◆ ~pqViewManager()

pqViewManager::~pqViewManager ( )
override

The documentation for this class was generated from the following file: