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

ProductPresenterView class

Syntax

class ProductPresenterView;
Implemented in ProductPresenterView.hpp:34

Fields

shadowBox

No summary provided. Read more...

nextButton

No summary provided. Read more...

textBackground

No summary provided. Read more...

headlineText

No summary provided. Read more...

headlineTextSwap

No summary provided. Read more...

textAreaContainer

No summary provided. Read more...

bodyText

No summary provided. Read more...

fadeDuration

No summary provided. Read more...

nextTextIndex

No summary provided. Read more...
No summary provided. Read more...

languageSelector

No summary provided. Read more...

activateLanguageSelectorButton

No summary provided. Read more...

onButtonPressed

No summary provided. Read more...

languageSelectorStateChanged

No summary provided. Read more...

onFadeAnimationEnded

No summary provided. Read more...

NUMBER_OF_POSTERS

No summary provided. Read more...

BODY_TEXT_MARGIN

No summary provided. Read more...

languages

No summary provided. Read more...

inactiveLanguageButtons

No summary provided. Read more...

posterContainer

No summary provided. Read more...

poster

No summary provided. Read more...

posterSwap

No summary provided. Read more...

selectedPoster

No summary provided. Read more...

Methods

fadeAnimationEndedHandler()

No summary provided. Read more...

animateToPoster()

No summary provided. Read more...

buttonPressedHandler()

No summary provided. Read more...

languageSelectorStateChangedHandler()

No summary provided. Read more...

getPosterBitmap()

No summary provided. Read more...

getHeadline()

No summary provided. Read more...

setLanguage()

No summary provided. Read more...

getBodyText()

No summary provided. Read more...

setupScreen()

No summary provided. Read more...

tearDownScreen()

No summary provided. Read more...

screenSaverMinorTick()

No summary provided. Read more...

References

LocationReferrerScopeText
ProductPresenterView.hpp:34
class ProductPresenterView : public DemoView<ProductPresenterPresenter>
ProductPresenterPresenter.hpp:27
class ProductPresenterView;
FrontendApplication.cpp:157FrontendApplication::gotoProductPresenterScreenImpl()
FrontendHeap.hpp:64
meta::TypeList<ProductPresenterView,
FrontendHeap.hpp:81
meta::TypeList<ProductPresenterView,
ProductPresenterPresenter.cpp:23ProductPresenterPresenter::ProductPresenterPresenter()
ProductPresenterPresenter.hpp:32ProductPresenterPresenter::ProductPresenterPresenter()::vProductPresenterPresenter::ProductPresenterPresenter()
ProductPresenterPresenter(ProductPresenterView& v);
ProductPresenterPresenter.hpp:43ProductPresenterPresenter::viewProductPresenterPresenter
ProductPresenterView& view;
ProductPresenterView.cpp:25ProductPresenterView::ProductPresenterView()
ProductPresenterView::ProductPresenterView() :
ProductPresenterView.cpp:34ProductPresenterView::~ProductPresenterView()
ProductPresenterView::~ProductPresenterView()
ProductPresenterView.cpp:39ProductPresenterView::setupScreen()
void ProductPresenterView::setupScreen()
ProductPresenterView.cpp:123ProductPresenterView::tearDownScreen()
void ProductPresenterView::tearDownScreen()
ProductPresenterView.cpp:127ProductPresenterView::buttonPressedHandler()
void ProductPresenterView::buttonPressedHandler(const AbstractButton& button)
ProductPresenterView.cpp:142ProductPresenterView::animateToPoster()
void ProductPresenterView::animateToPoster(int posterIndex, int duration)
ProductPresenterView.cpp:193ProductPresenterView::languageSelectorStateChangedHandler()
void ProductPresenterView::languageSelectorStateChangedHandler(const CollapsibleMenu& menu, const bool isExpanded)
ProductPresenterView.cpp:202ProductPresenterView::setLanguage()
void ProductPresenterView::setLanguage()
ProductPresenterView.cpp:221ProductPresenterView::screenSaverMinorTick()
void ProductPresenterView::screenSaverMinorTick()
ProductPresenterView.cpp:226ProductPresenterView::getPosterBitmap()
touchgfx::BitmapId ProductPresenterView::getPosterBitmap(int index)
ProductPresenterView.cpp:240ProductPresenterView::getHeadline()
TEXTS ProductPresenterView::getHeadline(int index)
ProductPresenterView.cpp:254ProductPresenterView::getBodyText()
TEXTS ProductPresenterView::getBodyText(int index)
ProductPresenterView.cpp:268ProductPresenterView::fadeAnimationEndedHandler()
void ProductPresenterView::fadeAnimationEndedHandler(const FadeAnimator<TextArea>& textArea)

Type Use

Variables of ProductPresenterView type
ProductPresenterView