|
ACF $AcfVersion:0$
|
This namespace contains non-UI utility classes based on Qt. More...
Classes | |
| class | CApplicationSettingsProviderComp |
| An application settings provider component. More... | |
| class | CClipboardSerializerComp |
| A clipboard serializer component. More... | |
| class | CConsoleReader |
| User-input reader for command line console. More... | |
| class | CDesignThemeEvent |
| class | CIniSettingsProviderComp |
| Provides settings from INI file. More... | |
| class | CNetworkWriteArchive |
| A write archive working over network connection. More... | |
| class | CSettingsArchiveBase |
| Basic implementation for an archive used Qt settings implementation as persistence medium. More... | |
| class | CSettingsReadArchive |
| The read archive used global system settings mechansim (by example Windows registry or INI file) as medium. More... | |
| class | CSettingsSerializerComp |
| Store and load parameter as global settings. More... | |
| class | CSettingsWriteArchive |
| Write archive implementation for serialization based on QSettings. More... | |
| class | CSignalBlocker |
| RAII helper class for temporarily blocking Qt signals from QObjects. More... | |
| class | CTranslationManagerComp |
| A translation manager component. More... | |
| class | ISettingsProvider |
| Interface for access the application settings object. More... | |
| class | ITranslationManager |
| Common interface for the localization manager. More... | |
Functions | |
| QSize | GetQSize (const istd::CIndex2d &size) |
| istd::CIndex2d | GetCIndex2d (const QSize &size) |
| QPoint | GetQPoint (const istd::CIndex2d &position) |
| QPointF | GetQPoint (const i2d::CVector2d &position) |
| istd::CIndex2d | GetCIndex2d (const QPoint &position) |
| QRectF | GetQRectF (const i2d::CRectangle &rect) |
| i2d::CRectangle | GetCRectangle (const QRectF &rect) |
| i2d::CLine2d | GetCLine2d (const QLine &line) |
| QLine | GetQLine (const i2d::CLine2d &line) |
| i2d::CLine2d | GetCLine2d (const QLineF &line) |
| QLineF | GetQLineF (const i2d::CLine2d &line) |
| QRect | GetQRect (const i2d::CRect &rect) |
| i2d::CRect | GetCRect (const QRect &rect) |
| QByteArray | GetTranslation (const iqt::ITranslationManager *translationManagerPtr, const QByteArray &phrase, const QByteArray &languageId, const QByteArray &context) |
| Function to get phrase tranlate. | |
This namespace contains non-UI utility classes based on Qt.
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
| QByteArray iqt::GetTranslation | ( | const iqt::ITranslationManager * | translationManagerPtr, |
| const QByteArray & | phrase, | ||
| const QByteArray & | languageId, | ||
| const QByteArray & | context | ||
| ) |
Function to get phrase tranlate.
Check all connect translation manager and return translate when finds it. If not found, returns the original phrase.