H A D | nuklear.h | 5406 int state; global() member 15954 nk_flags state = 0; nk_panel_end() local 15973 nk_flags state = 0; nk_panel_end() local 17133 enum nk_widget_layout_states state; nk_contextual_item_text() local 17168 enum nk_widget_layout_states state; nk_contextual_item_image_text() local 17204 enum nk_widget_layout_states state; nk_contextual_item_symbol_text() local 17396 nk_flags state; nk_menu_begin_text() local 17426 nk_flags state; nk_menu_begin_image() local 17451 nk_flags state; nk_menu_begin_symbol() local 17476 nk_flags state; nk_menu_begin_image_text() local 17508 nk_flags state; nk_menu_begin_symbol_text() local 18350 nk_tree_state_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states *state) nk_tree_state_base() argument 18465 nk_uint *state = 0; nk_tree_base() local 18480 nk_tree_state_push(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states *state) nk_tree_state_push() argument 18486 nk_tree_state_image_push(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states *state) nk_tree_state_image_push() argument 18530 nk_tree_element_image_push_hashed_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, int title_len, enum nk_collapse_states *state, int *selected) nk_tree_element_image_push_hashed_base() argument 18648 nk_uint *state = 0; nk_tree_element_base() local 19192 enum nk_widget_layout_states state; nk_widget_fitting() local 19746 nk_button_behavior(nk_flags *state, struct nk_rect r, const struct nk_input *i, enum nk_button_behavior behavior) nk_button_behavior() argument 19773 nk_draw_button(struct nk_command_buffer *out, const struct nk_rect *bounds, nk_flags state, const struct nk_style_button *style) nk_draw_button() argument 19793 nk_do_button(nk_flags *state, struct nk_command_buffer *out, struct nk_rect r, const struct nk_style_button *style, const struct nk_input *in, enum nk_button_behavior behavior, struct nk_rect *content) nk_do_button() argument 19818 nk_draw_button_text(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, const char *txt, int len, nk_flags text_alignment, const struct nk_user_font *font) nk_draw_button_text() argument 19841 nk_do_button_text(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *string, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_button_text() argument 19865 nk_draw_button_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_symbol() argument 19887 nk_do_button_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, enum nk_symbol_type symbol, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_button_symbol() argument 19910 nk_draw_button_image(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, const struct nk_image *img) nk_draw_button_image() argument 19918 nk_do_button_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, struct nk_image img, enum nk_button_behavior b, const struct nk_style_button *style, const struct nk_input *in) nk_do_button_image() argument 19944 nk_draw_button_text_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *symbol, nk_flags state, const struct nk_style_button *style, const char *str, int len, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_text_symbol() argument 19977 nk_do_button_text_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, enum nk_symbol_type symbol, const char *str, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_user_font *font, const struct nk_input *in) nk_do_button_text_symbol() argument 20009 nk_draw_button_text_image(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *image, nk_flags state, const struct nk_style_button *style, const char *str, int len, const struct nk_user_font *font, const struct nk_image *img) nk_draw_button_text_image() argument 20034 nk_do_button_text_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, struct nk_image img, const char* str, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_user_font *font, const struct nk_input *in) nk_do_button_text_image() argument 20123 enum nk_widget_layout_states state; nk_button_text_styled() local 20168 enum nk_widget_layout_states state; nk_button_color() local 20201 enum nk_widget_layout_states state; nk_button_symbol_styled() local 20233 enum nk_widget_layout_states state; nk_button_image_styled() local 20267 enum nk_widget_layout_states state; nk_button_symbol_text_styled() local 20314 enum nk_widget_layout_states state; nk_button_image_text_styled() local 20360 nk_toggle_behavior(const struct nk_input *in, struct nk_rect select, nk_flags *state, int active) nk_toggle_behavior() argument 20375 nk_draw_checkbox(struct nk_command_buffer *out, nk_flags state, const struct nk_style_toggle *style, int active, const struct nk_rect *label, const struct nk_rect *selector, const struct nk_rect *cursors, const char *string, int len, const struct nk_user_font *font) nk_draw_checkbox() argument 20417 nk_draw_option(struct nk_command_buffer *out, nk_flags state, const struct nk_style_toggle *style, int active, const struct nk_rect *label, const struct nk_rect *selector, const struct nk_rect *cursors, const char *string, int len, const struct nk_user_font *font) nk_draw_option() argument 20459 nk_do_toggle(nk_flags *state, struct nk_command_buffer *out, struct nk_rect r, int *active, const char *str, int len, enum nk_toggle_type type, const struct nk_style_toggle *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_toggle() argument 20534 enum nk_widget_layout_states state; nk_check_text() local 20629 enum nk_widget_layout_states state; nk_option_text() local 20681 nk_draw_selectable(struct nk_command_buffer *out, nk_flags state, const struct nk_style_selectable *style, int active, const struct nk_rect *bounds, const struct nk_rect *icon, const struct nk_image *img, enum nk_symbol_type sym, const char *string, int len, nk_flags align, const struct nk_user_font *font) nk_draw_selectable() argument 20730 nk_do_selectable(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable() argument 20766 nk_do_selectable_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, const struct nk_image *img, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable_image() argument 20813 nk_do_selectable_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, enum nk_symbol_type sym, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable_symbol() argument 20869 enum nk_widget_layout_states state; nk_selectable_text() local 20898 enum nk_widget_layout_states state; nk_selectable_image_text() local 20927 enum nk_widget_layout_states state; nk_selectable_symbol_text() local 21004 nk_slider_behavior(nk_flags *state, struct nk_rect *logical_cursor, struct nk_rect *visual_cursor, struct nk_input *in, struct nk_rect bounds, float slider_min, float slider_max, float slider_value, float slider_step, float slider_steps) nk_slider_behavior() argument 21046 nk_draw_slider(struct nk_command_buffer *out, nk_flags state, const struct nk_style_slider *style, const struct nk_rect *bounds, const struct nk_rect *visual_cursor, float min, float value, float max) nk_draw_slider() argument 21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument 21205 enum nk_widget_layout_states state; nk_slider_float() local 21259 nk_progress_behavior(nk_flags *state, struct nk_input *in, struct nk_rect r, struct nk_rect cursor, nk_size max, nk_size value, int modifiable) nk_progress_behavior() argument 21289 nk_draw_progress(struct nk_command_buffer *out, nk_flags state, const struct nk_style_progress *style, const struct nk_rect *bounds, const struct nk_rect *scursor, nk_size value, nk_size max) nk_draw_progress() argument 21324 nk_do_progress(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_size value, nk_size max, int modifiable, const struct nk_style_progress *style, struct nk_input *in) nk_do_progress() argument 21363 enum nk_widget_layout_states state; nk_progress() local 21402 nk_scrollbar_behavior(nk_flags *state, struct nk_input *in, int has_scrolling, const struct nk_rect *scroll, const struct nk_rect *cursor, const struct nk_rect *empty0, const struct nk_rect *empty1, float scroll_offset, float target, float scroll_step, enum nk_orientation o) nk_scrollbar_behavior() argument 21478 nk_draw_scrollbar(struct nk_command_buffer *out, nk_flags state, const struct nk_style_scrollbar *style, const struct nk_rect *bounds, const struct nk_rect *scroll) nk_draw_scrollbar() argument 21512 nk_do_scrollbarv(nk_flags *state, struct nk_command_buffer *out, struct nk_rect scroll, int has_scrolling, float offset, float target, float step, float button_pixel_inc, const struct nk_style_scrollbar *style, struct nk_input *in, const struct nk_user_font *font) nk_do_scrollbarv() argument 21601 nk_do_scrollbarh(nk_flags *state, struct nk_command_buffer *out, struct nk_rect scroll, int has_scrolling, float offset, float target, float step, float button_pixel_inc, const struct nk_style_scrollbar *style, struct nk_input *in, const struct nk_user_font *font) nk_do_scrollbarh() argument 21813 nk_textedit_click(struct nk_text_edit *state, float x, float y, const struct nk_user_font *font, float row_height) nk_textedit_click() argument 21824 nk_textedit_drag(struct nk_text_edit *state, float x, float y, const struct nk_user_font *font, float row_height) nk_textedit_drag() argument 21835 nk_textedit_find_charpos(struct nk_text_find *find, struct nk_text_edit *state, int n, int single_line, const struct nk_user_font *font, float row_height) nk_textedit_find_charpos() argument 21892 nk_textedit_clamp(struct nk_text_edit *state) nk_textedit_clamp() argument 21906 nk_textedit_delete(struct nk_text_edit *state, int where, int len) nk_textedit_delete() argument 21914 nk_textedit_delete_selection(struct nk_text_edit *state) nk_textedit_delete_selection() argument 21932 nk_textedit_sortselection(struct nk_text_edit *state) nk_textedit_sortselection() argument 21942 nk_textedit_move_to_first(struct nk_text_edit *state) nk_textedit_move_to_first() argument 21953 nk_textedit_move_to_last(struct nk_text_edit *state) nk_textedit_move_to_last() argument 21965 nk_is_word_boundary( struct nk_text_edit *state, int idx) nk_is_word_boundary() argument 21976 nk_textedit_move_to_word_previous(struct nk_text_edit *state) nk_textedit_move_to_word_previous() argument 21988 nk_textedit_move_to_word_next(struct nk_text_edit *state) nk_textedit_move_to_word_next() argument 22001 nk_textedit_prep_selection_at_cursor(struct nk_text_edit *state) nk_textedit_prep_selection_at_cursor() argument 22009 nk_textedit_cut(struct nk_text_edit *state) nk_textedit_cut() argument 22022 nk_textedit_paste(struct nk_text_edit *state, char const *ctext, int len) nk_textedit_paste() argument 22047 nk_textedit_text(struct nk_text_edit *state, const char *text, int total_len) nk_textedit_text() argument 22096 nk_textedit_key(struct nk_text_edit *state, enum nk_keys key, int shift_mod, const struct nk_user_font *font, float row_height) nk_textedit_key() argument 22406 nk_textedit_flush_redo(struct nk_text_undo_state *state) nk_textedit_flush_redo() argument 22412 nk_textedit_discard_undo(struct nk_text_undo_state *state) nk_textedit_discard_undo() argument 22435 nk_textedit_discard_redo(struct nk_text_undo_state *state) nk_textedit_discard_redo() argument 22466 nk_textedit_create_undo_record(struct nk_text_undo_state *state, int numchars) nk_textedit_create_undo_record() argument 22491 nk_textedit_createundo(struct nk_text_undo_state *state, int pos, int insert_len, int delete_len) nk_textedit_createundo() argument 22512 nk_textedit_undo(struct nk_text_edit *state) nk_textedit_undo() argument 22579 nk_textedit_redo(struct nk_text_edit *state) nk_textedit_redo() argument 22628 nk_textedit_makeundo_insert(struct nk_text_edit *state, int where, int length) nk_textedit_makeundo_insert() argument 22633 nk_textedit_makeundo_delete(struct nk_text_edit *state, int where, int length) nk_textedit_makeundo_delete() argument 22643 nk_textedit_makeundo_replace(struct nk_text_edit *state, int where, int old_length, int new_length) nk_textedit_makeundo_replace() argument 22654 nk_textedit_clear_state(struct nk_text_edit *state, enum nk_text_edit_type type, nk_plugin_filter filter) nk_textedit_clear_state() argument 22674 nk_textedit_init_fixed(struct nk_text_edit *state, void *memory, nk_size size) nk_textedit_init_fixed() argument 22684 nk_textedit_init(struct nk_text_edit *state, struct nk_allocator *alloc, nk_size size) nk_textedit_init() argument 22695 nk_textedit_init_default(struct nk_text_edit *state) nk_textedit_init_default() argument 22705 nk_textedit_select_all(struct nk_text_edit *state) nk_textedit_select_all() argument 22712 nk_textedit_free(struct nk_text_edit *state) nk_textedit_free() argument 22871 nk_do_edit(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_flags flags, nk_plugin_filter filter, struct nk_text_edit *edit, const struct nk_style_edit *style, struct nk_input *in, const struct nk_user_font *font) nk_do_edit() argument 23403 nk_flags state; nk_edit_string() local 23462 enum nk_widget_layout_states state; nk_edit_buffer() local 23536 nk_drag_behavior(nk_flags *state, const struct nk_input *in, struct nk_rect drag, struct nk_property_variant *variant, float inc_per_pixel) nk_drag_behavior() argument 23575 nk_property_behavior(nk_flags *ws, const struct nk_input *in, struct nk_rect property, struct nk_rect label, struct nk_rect edit, struct nk_rect empty, int *state, struct nk_property_variant *variant, float inc_per_pixel) nk_property_behavior() argument 23594 nk_draw_property(struct nk_command_buffer *out, const struct nk_style_property *style, const struct nk_rect *bounds, const struct nk_rect *label, nk_flags state, const char *name, int len, const struct nk_user_font *font) nk_draw_property() argument 23628 nk_do_property(nk_flags *ws, struct nk_command_buffer *out, struct nk_rect property, const char *name, struct nk_property_variant *variant, float inc_per_pixel, char *buffer, int *len, int *state, int *cursor, int *select_begin, int *select_end, const struct nk_style_property *style, enum nk_property_filter filter, struct nk_input *in, const struct nk_user_font *font, struct nk_text_edit *text_edit, enum nk_button_behavior behavior) nk_do_property() argument 23849 int *state = 0; nk_property() local 24351 nk_color_picker_behavior(nk_flags *state, const struct nk_rect *bounds, const struct nk_rect *matrix, const struct nk_rect *hue_bar, const struct nk_rect *alpha_bar, struct nk_colorf *color, const struct nk_input *in) nk_color_picker_behavior() argument 24462 nk_do_color_picker(nk_flags *state, struct nk_command_buffer *out, struct nk_colorf *col, enum nk_color_format fmt, struct nk_rect bounds, struct nk_vec2 padding, const struct nk_input *in, const struct nk_user_font *font) nk_do_color_picker() argument 24516 enum nk_widget_layout_states state; nk_color_pick() local [all...] |