Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
SEdit Struct Reference

#include <CEdit.hpp>

Collaboration diagram for SEdit:
[legend]

Public Attributes

std::string * m_entryEditRef {nullptr}
 
std::string m_entryCurrent {}
 
CEnumComponentsGUI::EDataType m_typeEdit {CEnumComponentsGUI::EDataType::String}
 
bool m_isPassword {false}
 
bool m_isSizeDefined {false}
 
uint16_t m_numCharSize
 
bool m_hasNumMaxChar {false}
 
uint16_t m_numMaxChar {0}
 
bool m_displayPopOverIfError {false}
 
bool m_acceptOnlyWordAutocompletion {false}
 
std::string m_msgErrorWordAutocompletion {}
 
std::vector< std::string > m_wordsAutocompletion {}
 
IWidgetm_widget {nullptr}
 

Member Data Documentation

◆ m_acceptOnlyWordAutocompletion

bool SEdit::m_acceptOnlyWordAutocompletion {false}

◆ m_displayPopOverIfError

bool SEdit::m_displayPopOverIfError {false}

◆ m_entryCurrent

std::string SEdit::m_entryCurrent {}

◆ m_entryEditRef

std::string* SEdit::m_entryEditRef {nullptr}

◆ m_hasNumMaxChar

bool SEdit::m_hasNumMaxChar {false}

◆ m_isPassword

bool SEdit::m_isPassword {false}

◆ m_isSizeDefined

bool SEdit::m_isSizeDefined {false}

◆ m_msgErrorWordAutocompletion

std::string SEdit::m_msgErrorWordAutocompletion {}

◆ m_numCharSize

uint16_t SEdit::m_numCharSize

◆ m_numMaxChar

uint16_t SEdit::m_numMaxChar {0}

◆ m_typeEdit

◆ m_widget

IWidget* SEdit::m_widget {nullptr}

◆ m_wordsAutocompletion

std::vector<std::string> SEdit::m_wordsAutocompletion {}

The documentation for this struct was generated from the following file: