GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::interfaces::ITextLocalized Class Referenceabstract

Provides changing localization in component by calling GUIFramework::changeLocalization. More...

#include <ITextLocalized.h>

Inheritance diagram for gui_framework::interfaces::ITextLocalized:
gui_framework::interfaces::IMultipleTextLocalized gui_framework::interfaces::ISingleTextLocalized gui_framework::BaseListBox gui_framework::BaseListTextIconListView gui_framework::BaseListTextListView gui_framework::BaseTextIconListView gui_framework::BaseTextListView gui_framework::BaseButton gui_framework::BaseEditControl gui_framework::BaseStaticControl

Public Member Functions

 ITextLocalized (bool autoUpdate=true)
 
virtual bool updateLocalizationEvent ()=0
 
virtual void setAutoUpdate (bool autoUpdate) final
 
virtual bool getAutoUpdate () const final
 
virtual ~ITextLocalized ()=default
 

Detailed Description

Provides changing localization in component by calling GUIFramework::changeLocalization.

Doesn't change components windows names

Definition at line 12 of file ITextLocalized.h.

Constructor & Destructor Documentation

◆ ITextLocalized()

gui_framework::interfaces::ITextLocalized::ITextLocalized ( bool autoUpdate = true)

Definition at line 9 of file ITextLocalized.cpp.

◆ ~ITextLocalized()

virtual gui_framework::interfaces::ITextLocalized::~ITextLocalized ( )
virtualdefault

Member Function Documentation

◆ getAutoUpdate()

bool gui_framework::interfaces::ITextLocalized::getAutoUpdate ( ) const
finalvirtual

Definition at line 20 of file ITextLocalized.cpp.

◆ setAutoUpdate()

void gui_framework::interfaces::ITextLocalized::setAutoUpdate ( bool autoUpdate)
finalvirtual

Definition at line 15 of file ITextLocalized.cpp.

◆ updateLocalizationEvent()

virtual bool gui_framework::interfaces::ITextLocalized::updateLocalizationEvent ( )
pure virtual

The documentation for this class was generated from the following files: