#include "CEGUIProperty.h"
Include dependency graph for CEGUIEditboxProperties.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
namespace | CEGUI::EditboxProperties |
Classes | |
class | CEGUI::EditboxProperties::ReadOnly |
Property to access the read-only setting of the edit box. More... | |
class | CEGUI::EditboxProperties::MaskText |
Property to access the mask text setting of the edit box. More... | |
class | CEGUI::EditboxProperties::MaskCodepoint |
Property to access the mask text setting of the edit box. More... | |
class | CEGUI::EditboxProperties::ValidationString |
Property to access the string used for regular expression validation of the edit box text. More... | |
class | CEGUI::EditboxProperties::CaratIndex |
Property to access the current carat index. More... | |
class | CEGUI::EditboxProperties::SelectionStart |
Property to access the current selection start index. More... | |
class | CEGUI::EditboxProperties::SelectionLength |
Property to access the current selection length. More... | |
class | CEGUI::EditboxProperties::MaxTextLength |
Property to access the maximum text length for the edit box. More... | |
class | CEGUI::EditboxProperties::NormalTextColour |
Property to access the normal, unselected, text colour used for rendering text. More... | |
class | CEGUI::EditboxProperties::SelectedTextColour |
Property to access the colour used for rendering text within the selection area. More... | |
class | CEGUI::EditboxProperties::ActiveSelectionColour |
Property to access the colour used for rendering the selection highlight when the edit box is active. More... | |
class | CEGUI::EditboxProperties::InactiveSelectionColour |
Property to access the colour used for rendering the selection highlight when the edit box is inactive. More... |