Class making checking of widgets Information ID's easier.
More...
#include <IdPropertyList.h>
|
| | IdPropertyList (QObject *target) |
| | Constructor.
|
| |
| void | add (const QByteArray &name, InformationIdEdit *iie) |
| | Adds a property name and corresponding ID edit widget.
|
| |
| void | update () |
| | Method which updates the ID edit widgets using the property value.
|
| |
| void | apply () |
| | Method which sets the target property using the ID edit widget's value.
|
| |
| bool | isModified () const |
| | Gets the modified status of the ID edit widgets. This method corresponds with the sf::PropertyPage::isPageModified() methods.
|
| |
Class making checking of widgets Information ID's easier.
◆ IdPropertyList()
| sf::IdPropertyList::IdPropertyList |
( |
QObject * |
target | ) |
|
|
explicit |
Constructor.
- Parameters
-
| target | Targeted object having the properties. |
◆ add()
Adds a property name and corresponding ID edit widget.
- Parameters
-
| name | Name of the property. |
| iie | Pointer of the ID edit widget. |
◆ apply()
| void sf::IdPropertyList::apply |
( |
| ) |
|
Method which sets the target property using the ID edit widget's value.
◆ isModified()
| bool sf::IdPropertyList::isModified |
( |
| ) |
const |
Gets the modified status of the ID edit widgets. This method corresponds with the sf::PropertyPage::isPageModified() methods.
- Returns
- True when one of the ID edit widgets has changed.
◆ update()
| void sf::IdPropertyList::update |
( |
| ) |
|
Method which updates the ID edit widgets using the property value.
The documentation for this class was generated from the following file: