|
SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
A panel that displays SMTK resources available to the application/user. More...
#include <pqSMTKResourcePanel.h>
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. | |
| pqSMTKResourceBrowser * | resourceBrowser () const |
| Access the underlying resource browser. | |
Protected Slots | |
| virtual void | resourceManagerAdded (pqSMTKWrapper *mgr, pqServer *server) |
| virtual void | resourceManagerRemoved (pqSMTKWrapper *mgr, pqServer *server) |
Protected Attributes | |
| pqSMTKResourceBrowser * | m_browser { nullptr } |
| smtk::view::ConfigurationPtr | m_view |
| smtk::extension::qtUIManager * | m_viewUIMgr { nullptr } |
| QPointer< QVBoxLayout > | m_layout |
| The central widget's layout. | |
A panel that displays SMTK resources available to the application/user.
1.8.17