add_subview(const std::shared_ptr< View > &view) | clan::View | |
animate(float from, float to, const std::function< void(float)> &setter, int duration_ms=400, const std::function< float(float)> &easing=Easing::linear, std::function< void()> animation_end=std::function< void()>()) | clan::View | |
clear_exception_encountered() | clan::View | |
clear_selection() | clan::TextFieldView | |
content_clipped() const | clan::View | |
cursor_pos() const | clan::TextFieldView | |
delete_selected_text() | clan::TextFieldView | |
dispatch_event(View *target, EventUI *e, bool no_propagation=false) | clan::View | static |
find_view_at(const Pointf &pos) const | clan::View | |
focus_policy() const | clan::View | |
focus_view() const | clan::View | |
from_root_pos(const Pointf &pos) | clan::View | |
from_screen_pos(const Pointf &pos) | clan::View | |
geometry() const | clan::View | |
get_canvas() const | clan::View | |
get_first_baseline_offset(Canvas &canvas, float width) override | clan::TextFieldView | virtual |
get_last_baseline_offset(Canvas &canvas, float width) override | clan::TextFieldView | virtual |
get_preferred_height(Canvas &canvas, float width) override | clan::TextFieldView | virtual |
get_preferred_width(Canvas &canvas) override | clan::TextFieldView | virtual |
has_focus() const | clan::View | inline |
hidden() const | clan::View | |
is_lowercase() const | clan::TextFieldView | |
is_password_mode() const | clan::TextFieldView | |
is_read_only() const | clan::TextFieldView | |
is_static_position_and_visible() const | clan::View | |
is_uppercase() const | clan::TextFieldView | |
layout_subviews(Canvas &canvas) | clan::View | virtual |
local_root() const | clan::View | |
max_length() const | clan::TextFieldView | |
needs_layout() const | clan::View | |
next_focus() | clan::View | |
owner_view() const | clan::View | |
placeholder() const | clan::TextFieldView | |
prev_focus() | clan::View | |
remove_focus() | clan::View | |
remove_from_super() | clan::View | |
render_content(Canvas &canvas) override | clan::TextFieldView | virtual |
render_exception_encountered() const | clan::View | |
root_view() const | clan::View | |
root_view() | clan::View | |
select_all() | clan::TextFieldView | |
selection() const | clan::TextFieldView | |
selection_length() const | clan::TextFieldView | |
selection_start() const | clan::TextFieldView | |
set_content_clipped(bool clipped) | clan::View | |
set_cursor(const CursorDescription &cursor) | clan::View | |
set_cursor(StandardCursor type) | clan::View | |
set_cursor_drawing_enabled(bool value) | clan::TextFieldView | |
set_cursor_pos(int pos) | clan::TextFieldView | |
set_decimal_character(const std::string &decimal_char) | clan::TextFieldView | |
set_focus() | clan::View | |
set_focus_policy(FocusPolicy policy) | clan::View | |
set_geometry(const ViewGeometry &geometry) | clan::View | |
set_hidden(bool value=true) | clan::View | |
set_inherit_cursor() | clan::View | |
set_input_mask(const std::string &mask) | clan::TextFieldView | |
set_lowercase(bool value=true) | clan::TextFieldView | |
set_max_length(int length) | clan::TextFieldView | |
set_needs_layout() | clan::View | |
set_needs_render() | clan::View | |
set_numeric_mode(bool enable=true, bool decimals=false) | clan::TextFieldView | |
set_password_mode(bool value=true) | clan::TextFieldView | |
set_placeholder(const std::string &value) | clan::TextFieldView | |
set_read_only(bool value=true) | clan::TextFieldView | |
set_select_all_on_focus_gain(bool value) | clan::TextFieldView | |
set_selection(size_t pos, size_t length) | clan::TextFieldView | |
set_state(const std::string &name, bool value) | clan::View | |
set_state_cascade(const std::string &name, bool value) | clan::View | |
set_tab_index(unsigned int index) | clan::View | |
set_text(const std::string &value) | clan::TextFieldView | |
set_text(int number) | clan::TextFieldView | |
set_text(float number, int num_decimal_places=6) | clan::TextFieldView | |
set_text_alignment(TextAlignment value) | clan::TextFieldView | |
set_uppercase(bool value=true) | clan::TextFieldView | |
set_view_transform(const Mat4f &transform) | clan::View | |
sig_activated(bool use_capture=false) | clan::View | |
sig_after_edit_changed() | clan::TextFieldView | |
sig_before_edit_changed() | clan::TextFieldView | |
sig_close(bool use_capture=false) | clan::View | |
sig_deactivated(bool use_capture=false) | clan::View | |
sig_enter_pressed() | clan::TextFieldView | |
sig_focus_gained(bool use_capture=false) | clan::View | |
sig_focus_lost(bool use_capture=false) | clan::View | |
sig_key_press(bool use_capture=false) | clan::View | |
sig_key_release(bool use_capture=false) | clan::View | |
sig_pointer_double_click(bool use_capture=false) | clan::View | |
sig_pointer_enter(bool use_capture=false) | clan::View | |
sig_pointer_leave(bool use_capture=false) | clan::View | |
sig_pointer_move(bool use_capture=false) | clan::View | |
sig_pointer_press(bool use_capture=false) | clan::View | |
sig_pointer_proximity_change(bool use_capture=false) | clan::View | |
sig_pointer_release(bool use_capture=false) | clan::View | |
sig_resize(bool use_capture=false) | clan::View | |
sig_selection_changed() | clan::TextFieldView | |
slots | clan::View | |
state(const std::string &name) const | clan::View | |
stop_animations() | clan::View | |
style(const std::string &state=std::string()) const | clan::View | |
style_cascade() const | clan::View | |
subview_added(const std::shared_ptr< View > &view) | clan::View | inlineprotectedvirtual |
subview_removed(const std::shared_ptr< View > &view) | clan::View | inlineprotectedvirtual |
subviews() const | clan::View | |
superview() const | clan::View | |
tab_index() const | clan::View | |
text() const | clan::TextFieldView | |
text_alignment() const | clan::TextFieldView | |
text_float() const | clan::TextFieldView | |
text_int() const | clan::TextFieldView | |
TextFieldView() | clan::TextFieldView | |
to_root_pos(const Pointf &pos) | clan::View | |
to_screen_pos(const Pointf &pos) | clan::View | |
update_cursor(DisplayWindow &window) | clan::View | |
View() | clan::View | |
view_transform() const | clan::View | |
~TextFieldView() | clan::TextFieldView | |
~View() | clan::View | |