Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nsf
 Nui
 CAbstractButtonAbstract class for all component that are button-like
 
 CAlphaNumericTextFieldModelA textfield model that allows all alpha-numeric chars
 
 CAlphaTextFieldModelA textfield model that allows only letters
 
 CAsciiNoSpaceTextFieldModelA textfield model that allows only ASCII chars, without spaces
 
 CAsciiTextFieldModelA textfield model that allows only ASCII chars
 
 CBlacklistTextFieldModelA textfield model that denies some chars
 
 CButtonA button which does a simply task when clicked
 
 CCheckBoxA box which can be checked or not
 
 CCheckBoxGroupA group that allow only one check box selected in the same time
 CComponentThe base class for all UI components
 
 CComponentEventAn event generate by a component
 
 CButtonClickedEventAn event that is triggered each time a button is fired
 CButtonTouchedEventAn event that is triggered each time a button is fired, touched (on mobile OSs)
 CCheckBoxChangeEventAn event that is triggered each time a check box switch from unselected to selected, and vice-versa
 CFocusedEventAn event that is triggered each time a component change its focus status
 CFormattedValueEnteredEventAn event related to a formatted value entered (e.g on sf::ui::FormattedTextField)
 CKeyFieldSetEventAn event that is triggered each time a key is set
 CTextEventAn event that is triggered each time a text is entered/deleted Triggered only with TextField
 CComponentObservableThe class who call the observers
 
 CComponentObserverA object updated each time a ComponentObservable change
 CDefaultTextFieldModelThe default textfield model
 
 CDoubleFormatFormat to parse double
 
 CFocusableThe base class for all UI components that can be focused
 
 CFormatThe abstract class that defines format of various types, such as ints, double, objects ..
 CFormattedTextFieldA formatted text field which stores a value defined by a sf::ui::Format It can be a sf::Int64, a double, or even a class ..
 CITextAn interface that allow component to have a text
 CKeyFieldA field that stores a keyboard's key Not supported on mobile platforms
 
 CLabelA label which show text or image
 
 CLongFormatFormat to parse long (stored as sf::Int64)
 
 CNumericTextFieldModelA textfield model that allows only numbers
 
 CPasswordFieldA text field which stores a password
 
 CSFMLUtilsA utility class
 
 CTextFieldA text field which stores a text
 
 CTextFieldModelThe abstract class that defines what can be typed into the text field
 
 CUnsignedLongFormatFormat to parse unsigned long
 
 CWhitelistTextFieldModelA textfield model that allows some chars