#include <identifieritem.h>
|
class | IndexedIdentifierRange |
|
IndexedIdentifier::IndexedIdentifier |
( |
| ) |
|
IndexedIdentifier::IndexedIdentifier |
( |
const QString & |
label, |
|
|
quint32 |
ind = 0 , |
|
|
qint32 |
cnt = iUNDEF |
|
) |
| |
Creates an IndexedIdentifier from a given label and index, and optionally a counter
- Parameters
-
label | the label of this indentifier, will be used as a prefix |
ind | index of this identifier, standard 0 |
cnt | counter of this identifier, standard iUNDEF |
ItemRange * IndexedIdentifier::createRange |
( |
| ) |
|
|
static |
bool IndexedIdentifier::isValid |
( |
| ) |
const |
|
virtual |
Checks if this object is valid
- Returns
- returns true when valid
Implements Ilwis::DomainItem.
QString IndexedIdentifier::name |
( |
| ) |
const |
|
virtual |
override of operator==
an IndexedIdentifier is the equal to another if both the prefix and the raw are the same
- Parameters
-
item | item that should be compared |
- Returns
- true when the identifiers are equal
QString IndexedIdentifier::prefix |
( |
| ) |
const |
quint32 IndexedIdentifier::raw |
( |
| ) |
const |
|
virtual |
void IndexedIdentifier::setPrefix |
( |
const QString & |
pf | ) |
|
The documentation for this class was generated from the following files: