SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Signals | Public Member Functions | Protected Slots | Protected Attributes | List of all members
pqSMTKResourcePanel Class Reference

A panel that displays SMTK resources available to the application/user. More...

#include <pqSMTKResourcePanel.h>

Inheritance diagram for pqSMTKResourcePanel:
[legend]
Collaboration diagram for pqSMTKResourcePanel:
[legend]

Signals

void titleChanged (QString title)
 

Public Member Functions

 pqSMTKResourcePanel (QWidget *parent=nullptr)
 
void setView (const smtk::view::ConfigurationPtr &view)
 Let the panel display a custom view config, from json or xml.
 
pqSMTKResourceBrowserresourceBrowser () const
 Access the underlying resource browser.
 

Protected Slots

virtual void resourceManagerAdded (pqSMTKWrapper *mgr, pqServer *server)
 
virtual void resourceManagerRemoved (pqSMTKWrapper *mgr, pqServer *server)
 

Protected Attributes

pqSMTKResourceBrowserm_browser { nullptr }
 
smtk::view::ConfigurationPtr m_view
 
smtk::extension::qtUIManagerm_viewUIMgr { nullptr }
 
QPointer< QVBoxLayout > m_layout
 The central widget's layout.
 

Detailed Description

A panel that displays SMTK resources available to the application/user.


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