|
ACF $AcfVersion:0$
|
Implementation of a ColorSchema as a component. More...
#include <CColorSchemaComp.h>
Protected Member Functions | |
| virtual void | OnComponentCreated () override |
Protected Member Functions inherited from icomp::CComponentBase | |
| bool | IsComponentActive () const |
| Check if component is active. | |
| virtual void | OnComponentDestroyed () |
| virtual const icomp::IRealComponentStaticInfo & | GetComponentStaticInfo () const =0 |
| Get access to static info of this component. | |
Additional Inherited Members | |
Public Member Functions inherited from icomp::CComponentBase | |
| CComponentBase () | |
| Create component and assign it to specific context. | |
| virtual const icomp::IComponent * | GetParentComponent (bool ownerOnly=false) const override |
| Get parent of this component. | |
| virtual void * | GetInterface (const istd::CClassInfo &interfaceType, const QByteArray &subId="") override |
| Get access to specified component interface. | |
| virtual IComponentContextSharedPtr | GetComponentContext () const override |
| Get access to component context describing all application-specified component information loaded from components registry. | |
| virtual void | SetComponentContext (const IComponentContextSharedPtr &contextPtr, const icomp::IComponent *parentPtr, bool isParentOwner) override |
| Set component context of this component. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Public Member Functions inherited from iview::CColorSchema | |
| CColorSchema () | |
| virtual const QFont & | GetFont (IColorSchema::StandardFont fontType) const override |
| virtual void | SetFont (iview::IColorSchema::StandardFont fontType, const QFont &font) override |
| virtual const QPen & | GetPen (IColorSchema::StandardPen penType) const override |
| virtual void | SetPen (iview::IColorSchema::StandardPen penType, const QPen &pen) override |
| virtual const QBrush & | GetBrush (IColorSchema::StandardBrush brushType) const override |
| virtual void | SetBrush (iview::IColorSchema::StandardBrush brushType, const QBrush &brush) override |
Public Member Functions inherited from iview::CColorSchemaBase | |
| virtual void | Assign (const IColorSchema &colorSchema) override |
| virtual void | DrawTicker (QPainter &drawContext, istd::CIndex2d point, IColorSchema::TickerType tickerType) const override |
| Draw a ticker. | |
| virtual const i2d::CRect & | GetTickerBox (IColorSchema::TickerType tickerType) const override |
| Get bounding box of ticker in position (0, 0). | |
| virtual int | GetLogicalLineWidth () const override |
| Return width of line. | |
Static Protected Member Functions inherited from icomp::CComponentBase | |
| static const icomp::IRealComponentStaticInfo & | InitStaticInfo (IComponent *componentPtr) |
| static QByteArray | GetComponentId (const icomp::IComponentContext *componentContextPtr, const QByteArray &contextId=QByteArray()) |
Protected Attributes inherited from iview::CColorSchema | |
| 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 Protected Attributes inherited from iview::CColorSchemaBase | |
| static i2d::CRect | s_tickerDrawBoxes [(int) TT_LAST+(int) 1] |
| static i2d::CRect | s_tickerBoundingBoxes [(int) TT_LAST+(int) 1] |
Implementation of a ColorSchema as a component.
Definition at line 84 of file CColorSchemaComp.h.
Definition at line 87 of file CColorSchemaComp.h.
|
overrideprotectedvirtual |
Reimplemented from icomp::CComponentBase.