![]() |
QElectroTech 0.100.0-dev
|
Functions | |
| QStringList | titleblockInfoKeys () |
| QETInformation::titleblockInfoKeys. | |
| QString | titleblockInfoKeysToVar (const QString &info) |
| QETInformation::titleblockInfoKeysToVar. | |
| QHash< QString, QString > | titleblockTranslatedKeyHashVar () |
| QETInformation::titleblockTranslatedKeyHashVar. | |
| QStringList | folioReportInfoKeys () |
| QETInformation::folioReportInfoKey. | |
| QHash< QString, QString > | folioReportInfoKeyToVar () |
| QString | folioReportInfoToVar (const QString &info) |
| QStringList | conductorInfoKeys () |
| QStringList | diagramInfoKeys () |
| QStringList | elementInfoKeys () |
| QStringList | elementEditorElementInfoKeys () |
| QString | elementInfoToVar (const QString &info) |
| QETInformation::elementInfoToVar. | |
| QStringList | terminalElementInfoKeys () |
| QString | infoToVar (const QString &info) |
| QETInformation::infoToVar. | |
| QString | translatedInfoKey (const QString &info) |
| QETInformation::translatedInfoKey. | |
Inside this namespace you will fin all information used in QElectrotech for element, conductor and diagram. Each information have 3 values : #1 the info key = the key of an information as a QString used in the code (example : label) #2 the info key to variable = the key in form of a variable. This is used by the user to replace a variable by the string of this variable (example : %{label}) #3 the info key translated to the current local (example label in dutch = Betriebsmittelkennzeichen)
| QStringList QETInformation::conductorInfoKeys | ( | ) |

| QStringList QETInformation::diagramInfoKeys | ( | ) |

| QStringList QETInformation::elementEditorElementInfoKeys | ( | ) |

| QStringList QETInformation::elementInfoKeys | ( | ) |

| QString QETInformation::elementInfoToVar | ( | const QString & | info | ) |
QETInformation::elementInfoToVar.
| info |


| QStringList QETInformation::folioReportInfoKeys | ( | ) |
QETInformation::folioReportInfoKey.

| QHash< QString, QString > QETInformation::folioReportInfoKeyToVar | ( | ) |

| QString QETInformation::folioReportInfoToVar | ( | const QString & | info | ) |


| QString QETInformation::infoToVar | ( | const QString & | info | ) |
| info |

| QStringList QETInformation::terminalElementInfoKeys | ( | ) |

| QStringList QETInformation::titleblockInfoKeys | ( | ) |
QETInformation::titleblockInfoKeys.

| QString QETInformation::titleblockInfoKeysToVar | ( | const QString & | info | ) |
QETInformation::titleblockInfoKeysToVar.
| info |


| QHash< QString, QString > QETInformation::titleblockTranslatedKeyHashVar | ( | ) |
QETInformation::titleblockTranslatedKeyHashVar.


| QString QETInformation::translatedInfoKey | ( | const QString & | info | ) |
QETInformation::translatedInfoKey.
| info |
