FeaturePoster is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

FeaturePoster class

Syntax

class FeaturePoster : public Container { public:     FeaturePoster();     virtual ~FeaturePoster();     void setup(BitmapId posterImage, TEXTS posterHeadline, TEXTS posterText, bool showAlphaExample);     void invalidateText();     void setHeadlineColor(uint16_t color);     void toggleViewMode(); protected:     enum State     {         SHOWING_IMAGE,         SHOWING_TEXT     };     State currentState;     Image shadow[4];      Container posterArea;      MoveAnimator<Image> posterImage;     MoveAnimator<Button> startAnimationButton;     MoveAnimator<AnimatedImage> startAnimationButtonArrow;     FadeAnimator<Box> alphaBox;     TextArea headlineBottom;     MoveAnimator<TextArea> headlineTop;     int headlineTopStartY;     MoveAnimator<Container> textAreaContainer;     Box textBackground;     TextArea text;     int textStartY;     FadeAnimator<Image> gradientOverlay;     Callback<FeaturePoster, const AbstractButton& > startAnimationCallback;     void startAnimationHandler(const AbstractButton& button);     void animate();     MoveAnimator<Image> redBall;     MoveAnimator<Image> greenBall;     MoveAnimator<Image> blueBall;     Callback<FeaturePoster, const MoveAnimator<Image>& > moveAnimationEnded;     void moveAnimationEndedHandler(const MoveAnimator<Image>& image); };

Fields

currentState

No summary provided. Read more...

shadow

No summary provided. Read more...

posterArea

No summary provided. Read more...

posterImage

No summary provided. Read more...

startAnimationButton

No summary provided. Read more...

startAnimationButtonArrow

No summary provided. Read more...

alphaBox

No summary provided. Read more...

headlineBottom

No summary provided. Read more...

headlineTop

No summary provided. Read more...

headlineTopStartY

No summary provided. Read more...

textAreaContainer

No summary provided. Read more...

textBackground

No summary provided. Read more...

text

No summary provided. Read more...

textStartY

No summary provided. Read more...

gradientOverlay

No summary provided. Read more...

startAnimationCallback

No summary provided. Read more...

redBall

No summary provided. Read more...

greenBall

No summary provided. Read more...

blueBall

No summary provided. Read more...

moveAnimationEnded

No summary provided. Read more...

Methods

setup()

No summary provided. Read more...

invalidateText()

No summary provided. Read more...

setHeadlineColor()

No summary provided. Read more...

toggleViewMode()

No summary provided. Read more...

startAnimationHandler()

No summary provided. Read more...

animate()

No summary provided. Read more...

moveAnimationEndedHandler()

No summary provided. Read more...