GUIFramework 1.1.0
Framework for desktop GUI applications in C++.
Loading...
Searching...
No Matches
gui_framework::BaseRichEdit Member List

This is the complete list of members for gui_framework::BaseRichEdit, including all inherited members.

addUrlDetectEvent(urlDetectEvent event, const std::function< void(const std::wstring &)> &eventCallback) finalgui_framework::BaseRichEditvirtual
addUrlDetectEvent(urlDetectEvent event, const std::string &functionName, const std::string &moduleName) finalgui_framework::BaseRichEditvirtual
asyncDestroyComponent()gui_framework::BaseComponent
autoResizegui_framework::interfaces::IResizableComponentprotected
backgroundColorgui_framework::BaseComponentprotected
BaseComponent(std::wstring_view className, std::wstring_view windowName, const utility::ComponentSettings &settings, const interfaces::IStyles &styles, BaseComposite *parent=nullptr, std::string_view windowFunctionName="", std::string_view moduleName="", uint16_t smallIconResource=NULL, uint16_t largeIconResource=NULL)gui_framework::BaseComponent
BaseRichEdit(const std::wstring &richEditName, const utility::ComponentSettings &settings, BaseComposite *parent, bool isMultiLine=false)gui_framework::BaseRichEdit
blockResizegui_framework::interfaces::IResizableComponentprotected
calculateNewSizes(uint16_t width, uint16_t height) finalgui_framework::interfaces::IResizableComponentvirtual
callbacksgui_framework::BaseRichEditprotected
callbacksFunctionNamesAndModulesgui_framework::BaseRichEditprotected
classNamegui_framework::BaseComponentprotected
desiredHeightgui_framework::BaseComponentprotected
desiredWidthgui_framework::BaseComponentprotected
desiredXgui_framework::BaseComponentprotected
desiredYgui_framework::BaseComponentprotected
destroyComponent()gui_framework::BaseComponent
disable()gui_framework::BaseComponent
enable()gui_framework::BaseComponent
findString(const std::wstring &stringToFind, bool isMatchCase=true) finalgui_framework::BaseRichEditvirtual
findSubstring(const std::wstring &subStringToFind, bool isMatchCase=true) finalgui_framework::BaseRichEditvirtual
getActualCoordinates() constgui_framework::BaseComponent
getActualHeight() constgui_framework::BaseComponent
getActualWidth() constgui_framework::BaseComponent
getAutoResize() const finalgui_framework::interfaces::IResizableComponentvirtual
getAutoURLDetect() const finalgui_framework::BaseRichEditvirtual
getBackgroundColor() constgui_framework::BaseComponent
getBlockResize() const finalgui_framework::interfaces::IResizableComponentvirtual
getCallback(urlDetectEvent event) const finalgui_framework::BaseRichEditvirtual
getClassName() constgui_framework::BaseComponent
getCodepage()gui_framework::interfaces::ISerializableinlinestatic
getDesiredHeight() constgui_framework::BaseComponent
getDesiredWidth() constgui_framework::BaseComponent
getDesiredX() constgui_framework::BaseComponent
getDesiredY() constgui_framework::BaseComponent
getHandle() constgui_framework::BaseComponent
getHash() const override=0gui_framework::BaseRichEditpure virtual
getId() constgui_framework::BaseComponent
getIsMultiLine() const finalgui_framework::BaseRichEditvirtual
getParent() constgui_framework::BaseComponent
getSelectedText() const finalgui_framework::BaseRichEditvirtual
getStructure() const overridegui_framework::BaseRichEditvirtual
getStyles() constgui_framework::BaseComponent
getText() const finalgui_framework::interfaces::ITextOperationsvirtual
getTextColor() constgui_framework::BaseComponent
getWindowName() constgui_framework::BaseComponent
handlegui_framework::BaseComponentprotected
handleMessages(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponent
idgui_framework::BaseComponentprotected
initHeightgui_framework::interfaces::IResizableComponentprotected
initWidthgui_framework::interfaces::IResizableComponentprotected
initXgui_framework::interfaces::IResizableComponentprotected
initYgui_framework::interfaces::IResizableComponentprotected
IResizableComponent(HWND resizeableHandle, HWND parent, bool autoResize=false, bool blockResize=false)gui_framework::interfaces::IResizableComponent
isDisabled() constgui_framework::BaseComponent
isEnabled() constgui_framework::BaseComponent
ISerializable()=defaultgui_framework::interfaces::ISerializable
isMultiLinegui_framework::BaseRichEditprotected
ITextOperations(HWND handle, const std::wstring &text=L"")gui_framework::interfaces::ITextOperations
ITextOperations(HWND handle, const std::string &localizationKey)gui_framework::interfaces::ITextOperations
limitTextCountgui_framework::BaseRichEditprotected
gui_framework::parentgui_framework::BaseComponentprotected
parentHeightgui_framework::interfaces::IResizableComponentprotected
parentWidthgui_framework::interfaces::IResizableComponentprotected
preWindowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed)gui_framework::BaseComponentprotectedvirtual
removeUrlDetectEvent(urlDetectEvent event) finalgui_framework::BaseRichEditvirtual
resize(uint16_t width, uint16_t height)gui_framework::interfaces::IResizableComponentvirtual
runFunctionAsync(const std::function< void()> &callable, const std::function< void()> &callback=nullptr) noexceptgui_framework::BaseComponentstatic
runFunctionAsync(std::function< void()> &&callable, const std::function< void()> &callback=nullptr) noexceptgui_framework::BaseComponentstatic
sendRawMessage(UINT message, WPARAM wparam, LPARAM lparam)gui_framework::BaseComponent
setAutoResize(bool autoResize) finalgui_framework::interfaces::IResizableComponentvirtual
setAutoURLDetect(bool autoURLDetect) finalgui_framework::BaseRichEditvirtual
setBackgroundColor(uint8_t red, uint8_t green, uint8_t blue) final overridegui_framework::BaseRichEditvirtual
setBlockResize(bool blockResize) finalgui_framework::interfaces::IResizableComponentvirtual
setDesiredHeight(uint16_t desiredHeight)gui_framework::BaseComponent
setDesiredWidth(uint16_t desiredWidth)gui_framework::BaseComponent
setDesiredX(int desiredX)gui_framework::BaseComponent
setDesiredY(int desiredY)gui_framework::BaseComponent
setLimitText(uint64_t count) finalgui_framework::BaseRichEditvirtual
setLocalizationKeys(interfaces::ITextLocalized *localized, const std::vector< std::string > &localizationKeys)gui_framework::BaseComponentprotectedvirtual
setText(std::wstring_view text)gui_framework::interfaces::ITextOperations
setText(std::string_view localizationKey)gui_framework::interfaces::ITextOperationsvirtual
setTextColor(uint8_t red, uint8_t green, uint8_t blue) final overridegui_framework::BaseRichEditvirtual
stylesgui_framework::BaseComponentprotected
textColorgui_framework::BaseComponentprotected
textHandlegui_framework::interfaces::ITextOperationsprotected
urlDetectEvent enum namegui_framework::BaseRichEdit
urlDetectEventSizegui_framework::BaseRichEditstatic
windowMessagesHandle(HWND handle, UINT message, WPARAM wparam, LPARAM lparam, bool &isUsed) overridegui_framework::BaseRichEditprotectedvirtual
windowNamegui_framework::BaseComponentprotected
~BaseComponent()gui_framework::BaseComponentvirtual
~BaseRichEdit()=defaultgui_framework::BaseRichEditvirtual
~IResizableComponent()=defaultgui_framework::interfaces::IResizableComponentvirtual
~ISerializable()=defaultgui_framework::interfaces::ISerializablevirtual
~ITextOperations()=defaultgui_framework::interfaces::ITextOperationsvirtual