|
||
class TAnalogDisplayHand : public TDisplayAddition;
A hand for an analogue clock.
A hand is a vector drawing made from a number of features (lines, circles, polylines). These are specified with the hand assumed to be in the 12 o'clock position, with TPoint(0,0) being the center of the clock.
TDisplayAddition
- No description.
TAnalogDisplayHand
- A hand for an analogue clock.
Defined in TAnalogDisplayHand
:
NumFeatures()const
Gets the number of features added to the hand. TAnalogDisplayHand(TAnalogDisplayHandType)
Constructs a hand for an analogue clock.RAnalogClock
An analogue clock.IMPORT_C TAnalogDisplayHand(TAnalogDisplayHandType aType);
Constructs a hand for an analogue clock.
|
IMPORT_C void AddLine(CGraphicsContext::TPenStyle aPenStyle, TRgb aPenColor, const TSize &aPenSize, const TPoint &aStartPoint,
const TPoint &aEndPoint);
Adds a line to the hand.
|
AddPolyLine(CGraphicsContext::TPenStyle,TRgb,const TSize &,CGraphicsContext::TBrushStyle,TRgb,TBool,const CArrayFix< TPoint
> *)
IMPORT_C void AddPolyLine(CGraphicsContext::TPenStyle aPenStyle, TRgb aPenColor, const TSize &aPenSize, CGraphicsContext::TBrushStyle
aBrushStyle, TRgb aBrushColor, TBool aClosed, const CArrayFix< TPoint > *aPointList);
Adds a polyline to the hand.
|
AddCircle(CGraphicsContext::TPenStyle,TRgb,const TSize &,CGraphicsContext::TBrushStyle,TRgb,const TPoint &,TInt)
IMPORT_C void AddCircle(CGraphicsContext::TPenStyle aPenStyle, TRgb aPenColor, const TSize &aPenSize, CGraphicsContext::TBrushStyle
aBrushStyle, TRgb aBrushColor, const TPoint &aCircleCenter, TInt aRadius);
Adds a circle to the hand.
|
inline TInt NumFeatures() const;
Gets the number of features added to the hand.
|