ACF $AcfVersion:0$
Classes | Functions
iqt Namespace Reference

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.
 

Detailed Description

This namespace contains non-UI utility classes based on Qt.

Function Documentation

◆ GetCIndex2d() [1/2]

istd::CIndex2d iqt::GetCIndex2d ( const QPoint &  position)
extern

◆ GetCIndex2d() [2/2]

istd::CIndex2d iqt::GetCIndex2d ( const QSize &  size)
extern

◆ GetCLine2d() [1/2]

i2d::CLine2d iqt::GetCLine2d ( const QLine &  line)
extern

◆ GetCLine2d() [2/2]

i2d::CLine2d iqt::GetCLine2d ( const QLineF &  line)
extern

◆ GetCRect()

i2d::CRect iqt::GetCRect ( const QRect &  rect)
extern

◆ GetCRectangle()

i2d::CRectangle iqt::GetCRectangle ( const QRectF &  rect)
extern

◆ GetQLine()

QLine iqt::GetQLine ( const i2d::CLine2d line)
extern

◆ GetQLineF()

QLineF iqt::GetQLineF ( const i2d::CLine2d line)
extern

◆ GetQPoint() [1/2]

QPointF iqt::GetQPoint ( const i2d::CVector2d position)
extern

◆ GetQPoint() [2/2]

QPoint iqt::GetQPoint ( const istd::CIndex2d position)
extern

◆ GetQRect()

QRect iqt::GetQRect ( const i2d::CRect rect)
extern

◆ GetQRectF()

QRectF iqt::GetQRectF ( const i2d::CRectangle rect)
extern

◆ GetQSize()

QSize iqt::GetQSize ( const istd::CIndex2d size)
extern

◆ GetTranslation()

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.