Provides setText and getText methods.
More...
#include <ITextOperations.h>
Provides setText and getText methods.
Definition at line 10 of file ITextOperations.h.
◆ ITextOperations() [1/2]
gui_framework::interfaces::ITextOperations::ITextOperations |
( |
HWND | handle, |
|
|
const std::wstring & | text = L"" ) |
◆ ITextOperations() [2/2]
gui_framework::interfaces::ITextOperations::ITextOperations |
( |
HWND | handle, |
|
|
const std::string & | localizationKey ) |
◆ ~ITextOperations()
virtual gui_framework::interfaces::ITextOperations::~ITextOperations |
( |
| ) |
|
|
virtualdefault |
◆ getText()
wstring gui_framework::interfaces::ITextOperations::getText |
( |
| ) |
const |
|
finalvirtual |
Get text from control.
- Returns
- Text from control
- Exceptions
-
Definition at line 32 of file ITextOperations.cpp.
◆ setText() [1/2]
virtual void gui_framework::interfaces::ITextOperations::setText |
( |
std::string_view | localizationKey | ) |
|
|
virtual |
◆ setText() [2/2]
void gui_framework::interfaces::ITextOperations::setText |
( |
std::wstring_view | text | ) |
|
◆ textHandle
HWND gui_framework::interfaces::ITextOperations::textHandle |
|
protected |
The documentation for this class was generated from the following files: