#include <InformationListIdModel.h>
|
| | Entry (InformationBase *info_base, const QString &purpose, const QString &tip={}) |
| | Initializing constructor.
|
| |
| | Entry (gii::TypeId type_id, gii::IdType *id, const QString &purpose, const QString &tip={}) |
| | Initializing constructor.
|
| |
| gii::IdType | getId () const |
| | Gets the current desired id of the information object.
|
| |
| QString | getIdString () const |
| | Gets the current desired id of the information object as a hexadecimal string.
|
| |
| void | setId (gii::IdType id) |
| | Sets the information id.
|
| |
| void | setIdString (const QString &id) |
| | Sets the information id.
|
| |
| QString | getName (int level) const |
| | Gets the name path of the information object.
|
| |
◆ Entry() [1/2]
| sf::InformationListIdModel::Entry::Entry |
( |
InformationBase * |
info_base, |
|
|
const QString & |
purpose, |
|
|
const QString & |
tip = {} |
|
) |
| |
Initializing constructor.
- Parameters
-
| info_base | Information object pointer of sf::Variable or sf::ResultData. |
| purpose | Indicating the purpose of this object. |
| tip | Additional optional information on the purpose. |
◆ Entry() [2/2]
| sf::InformationListIdModel::Entry::Entry |
( |
gii::TypeId |
type_id, |
|
|
gii::IdType * |
id, |
|
|
const QString & |
purpose, |
|
|
const QString & |
tip = {} |
|
) |
| |
Initializing constructor.
- Parameters
-
| type_id | Information id type. |
| id | Pointer to the information id value. |
| purpose | Indicating the purpose of this object. |
| tip | Additional optional information on the purpose. |
◆ getId()
| gii::IdType sf::InformationListIdModel::Entry::getId |
( |
| ) |
const |
Gets the current desired id of the information object.
◆ getIdString()
| QString sf::InformationListIdModel::Entry::getIdString |
( |
| ) |
const |
Gets the current desired id of the information object as a hexadecimal string.
◆ getName()
| QString sf::InformationListIdModel::Entry::getName |
( |
int |
level | ) |
const |
Gets the name path of the information object.
- Parameters
-
- Returns
◆ setId()
| void sf::InformationListIdModel::Entry::setId |
( |
gii::IdType |
id | ) |
|
Sets the information id.
- Parameters
-
◆ setIdString()
| void sf::InformationListIdModel::Entry::setIdString |
( |
const QString & |
id | ) |
|
Sets the information id.
- Parameters
-
| id | Variable or result-data id hexadecimal string. |
The documentation for this class was generated from the following file: