Explorer::PanelDelegate Class Referencefinal
Inheritance diagram for Explorer::PanelDelegate:
Public Member Functions | |
PanelDelegate (const score::GUIApplicationContext &ctx) | |
QWidget * | widget () override |
widget The widget of the panel. More... | |
Public Member Functions inherited from score::PanelDelegate | |
PanelDelegate (const score::GUIApplicationContext &ctx) | |
const score::GUIApplicationContext & | context () const |
void | setModel (const score::DocumentContext &model) |
void | setModel (std::nullopt_t n) |
MaybeDocument | document () const |
document The std::optional current document More... | |
virtual void | setNewSelection (const Selection &s) |
setNewSelection This function will be called if the selected objects change in score More... | |
Additional Inherited Members |
Member Function Documentation
◆ widget()
|
overridevirtual |
widget The widget of the panel.
- Note
- The View class takes ownership of it.
Implements score::PanelDelegate.
The documentation for this class was generated from the following files:
- DeviceExplorerPanelDelegate.hpp
- DeviceExplorerPanelDelegate.cpp