#include <SubItemPropertyWizardPane.hpp>
Public Slots | |
void | selectTypeFor (QAbstractButton *button) |
Public Member Functions | |
SubItemPropertyWizardPane (std::unique_ptr< PropertyHandler > handler, QObject *target) | |
![]() | |
PropertyWizardPane (std::unique_ptr< PropertyHandler > handler, QObject *target) | |
~PropertyWizardPane () | |
PropertyHandler * | handler () |
virtual void | updateInterface () |
Private Member Functions | |
int | selectedIndex () |
Additional Inherited Members | |
![]() | |
void | propertyValidChanged (bool valid) |
void | propertyValueChanged () |
![]() | |
QLabel * | createHeader (string text) |
template<class T > | |
T * | handlerCast () |
void | showEvent (QShowEvent *event) override |
A SubItemPropertyWizardPane instance displays the user interface for editing a particular sub-item in an item list property. When the user makes a choice, a new simulation item of the selected type is created and stored in the target property.
|
explicit |
The default (and only) constructor creates and initializes the GUI for this pane. For a description of the arguments, see the PropertyWizardPane constructor.
|
private |
This function returns the zero-based index of the currently selected item for this combination of target simulation item and item list property.
|
slot |
This function creates a simulation item of the type selected by the user and stores it into the target property.