![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
#include <CColorSchemaComp.h>
Additional Inherited Members | |
![]() | |
CComponentBase () | |
Create component and assign it to specific context. | |
CComponentBase (const CComponentBase &)=delete | |
CComponentBase & | operator= (const CComponentBase &)=delete |
virtual const ICompositeComponent * | GetParentComponent (bool ownerOnly=false) const |
Get parent of this component. | |
virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") |
Get access to specified component interface. | |
virtual const IComponentContext * | GetComponentContext () const |
Get access to component context describing all application-specified component information loaded from components registry. | |
virtual void | SetComponentContext (const IComponentContext *contextPtr, const ICompositeComponent *parentPtr, bool isParentOwner) |
Set component context of this component. | |
![]() | |
![]() | |
CColorSchema () | |
virtual const QFont & | GetFont (IColorSchema::StandardFont fontType) const |
virtual void | SetFont (iview::IColorSchema::StandardFont fontType, const QFont &font) |
virtual const QPen & | GetPen (IColorSchema::StandardPen penType) const |
virtual void | SetPen (iview::IColorSchema::StandardPen penType, const QPen &pen) |
virtual const QBrush & | GetBrush (IColorSchema::StandardBrush brushType) const |
virtual void | SetBrush (iview::IColorSchema::StandardBrush brushType, const QBrush &brush) |
![]() | |
virtual void | Assign (const IColorSchema &colorSchema) |
virtual void | DrawTicker (QPainter &drawContext, istd::CIndex2d point, IColorSchema::TickerType tickerType) const |
Draw a ticker. | |
virtual const i2d::CRect & | GetTickerBox (IColorSchema::TickerType tickerType) const |
Get bounding box of ticker in position (0, 0). | |
virtual int | GetLogicalLineWidth () const |
Return width of line. | |
![]() | |
![]() | |
bool | IsComponentActive () const |
Check if component is active. | |
virtual void | OnComponentCreated () |
virtual void | OnComponentDestroyed () |
virtual const IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
Get access to static info of this component. | |
![]() | |
static const IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
static QByteArray | GetComponentId (const IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
![]() | |
QPen | m_pens [int(IColorSchema::SP_LAST)+1] |
QBrush | m_brushes [int(IColorSchema::SB_LAST)+1] |
QFont | m_fonts [int(IColorSchema::SF_LAST)+1] |
![]() | |
static i2d::CRect | s_tickerDrawBoxes [(int) TT_LAST+(int) 1] |
static i2d::CRect | s_tickerBoundingBoxes [(int) TT_LAST+(int) 1] |
Definition at line 23 of file CColorSchemaComp.h.
Definition at line 26 of file CColorSchemaComp.h.
© Witold Gantzke and Kirill Lepskiy