| accel_available(int color_model, int lock_it) | BC_WindowBase | |
| activate() | BC_ListBox | [virtual] |
| add_item(const char *prefix, char *text) | BC_RecentList | |
| add_menubar(BC_MenuBar *menu_bar) | BC_WindowBase | |
| add_subwindow(BC_WindowBase *subwindow) | BC_WindowBase | |
| add_tool(BC_WindowBase *subwindow) | BC_WindowBase | |
| alt_down() | BC_WindowBase | |
| BC_Bar class | BC_WindowBase | [friend] |
| BC_Bitmap class | BC_WindowBase | [friend] |
| BC_Button class | BC_WindowBase | [friend] |
| BC_Capture class | BC_WindowBase | [friend] |
| BC_Clipboard class | BC_WindowBase | [friend] |
| BC_DragWindow class | BC_WindowBase | [friend] |
| BC_FileBox class | BC_WindowBase | [friend] |
| BC_FullScreen class | BC_WindowBase | [friend] |
| BC_GenericButton class | BC_WindowBase | [friend] |
| BC_ListBox(int x, int y, int w, int h, int display_format, ArrayList< BC_ListBoxItem * > *data=0, char **column_titles=0, int *column_width=0, int columns=1, int yposition=0, int is_popup=0, int selection_mode=LISTBOX_SINGLE, int icon_position=ICON_LEFT, int allow_drag=0) | BC_ListBox | |
| BC_SubWindow::BC_ListBox class | BC_WindowBase | [friend] |
| BC_ListBoxToggle class | BC_ListBox | [friend] |
| BC_Menu class | BC_WindowBase | [friend] |
| BC_MenuBar class | BC_WindowBase | [friend] |
| BC_MenuItem class | BC_WindowBase | [friend] |
| BC_MenuPopup class | BC_WindowBase | [friend] |
| BC_Meter class | BC_WindowBase | [friend] |
| BC_Pan class | BC_WindowBase | [friend] |
| BC_Pixmap class | BC_WindowBase | [friend] |
| BC_PixmapSW class | BC_WindowBase | [friend] |
| BC_Popup class | BC_WindowBase | [friend] |
| BC_PopupMenu class | BC_WindowBase | [friend] |
| BC_Pot class | BC_WindowBase | [friend] |
| BC_ProgressBar class | BC_WindowBase | [friend] |
| BC_RecentList(const char *type, Defaults *defaults, BC_TextBox *textbox, int max, int x, int y, int w, int h) | BC_RecentList | |
| BC_RecentList(const char *type, Defaults *defaults) | BC_RecentList | |
| BC_RecentList(const char *type, Defaults *defaults, BC_TextBox *textbox) | BC_RecentList | |
| BC_RelocatableWidget() | BC_RelocatableWidget | |
| BC_Repeater class | BC_WindowBase | [friend] |
| BC_Resources class | BC_WindowBase | [friend] |
| BC_ScrollBar class | BC_WindowBase | [friend] |
| BC_Slider class | BC_WindowBase | [friend] |
| BC_SubWindow(int x, int y, int w, int h, int bg_color=-1) | BC_SubWindow | |
| BC_WindowBase::BC_SubWindow class | BC_WindowBase | [friend] |
| BC_TextBox class | BC_WindowBase | [friend] |
| BC_Title class | BC_WindowBase | [friend] |
| BC_Toggle class | BC_WindowBase | [friend] |
| BC_Tumbler class | BC_WindowBase | [friend] |
| BC_Window class | BC_WindowBase | [friend] |
| BC_WindowBase() | BC_WindowBase | |
| BC_WindowEvents class | BC_WindowBase | [friend] |
| button_press_event() | BC_ListBox | [virtual] |
| button_release_event() | BC_ListBox | [virtual] |
| center_selection() | BC_ListBox | |
| clear_box(int x, int y, int w, int h, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| close_event() | BC_WindowBase | [virtual] |
| collapse_recursive(ArrayList< BC_ListBoxItem * > *data, int master_column) | BC_ListBox | [static] |
| column_resize_event() | BC_ListBox | [inline, virtual] |
| copy_area(int x1, int y1, int x2, int y2, int w, int h, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| ctrl_down() | BC_WindowBase | |
| cursor_enter_event() | BC_ListBox | [virtual] |
| cursor_inside() | BC_WindowBase | |
| cursor_leave_event() | BC_ListBox | [virtual] |
| cursor_motion_event() | BC_ListBox | [virtual] |
| cycle_textboxes(int amount) | BC_WindowBase | |
| deactivate() | BC_ListBox | [virtual] |
| deactivate_selection() | BC_ListBox | |
| defaults | BC_RecentList | [private] |
| disable() | BC_ListBox | |
| disable_opengl() | BC_WindowBase | |
| drag_motion_event() | BC_ListBox | [virtual] |
| drag_start_event() | BC_ListBox | [virtual] |
| drag_stop_event() | BC_ListBox | [virtual] |
| draw_3d_border(int x, int y, int w, int h, int light1, int light2, int shadow1, int shadow2) | BC_WindowBase | |
| draw_3d_box(int x, int y, int w, int h, int light1, int light2, int middle, int shadow1, int shadow2, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_3segment(int x, int y, int w, int h, BC_Pixmap *left_image, BC_Pixmap *mid_image, BC_Pixmap *right_image, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_3segment(int x, int y, int w, int h, VFrame *left_image, VFrame *mid_image, VFrame *right_image, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_3segmenth(int x, int y, int w, int total_x, int total_w, VFrame *image, BC_Pixmap *pixmap) | BC_WindowBase | |
| draw_3segmenth(int x, int y, int w, int total_x, int total_w, BC_Pixmap *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_3segmenth(int x, int y, int w, VFrame *image, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_3segmenth(int x, int y, int w, BC_Pixmap *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_3segmentv(int x, int y, int h, int total_y, int total_h, BC_Pixmap *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_3segmentv(int x, int y, int h, int total_y, int total_h, VFrame *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_3segmentv(int x, int y, int h, BC_Pixmap *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_3segmentv(int x, int y, int h, VFrame *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_9segment(int x, int y, int w, int h, VFrame *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_9segment(int x, int y, int w, int h, BC_Pixmap *src, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_background() | BC_ListBox | [virtual] |
| BC_SubWindow::draw_background(int x, int y, int w, int h) | BC_WindowBase | |
| draw_bitmap(BC_Bitmap *bitmap, int dont_wait, int dest_x=0, int dest_y=0, int dest_w=0, int dest_h=0, int src_x=0, int src_y=0, int src_w=0, int src_h=0, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| BC_SubWindow::draw_border(char *text, int x, int y, int w, int h) | BC_WindowBase | |
| draw_box(int x, int y, int w, int h, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_center_text(int x, int y, char *text, int length=-1) | BC_WindowBase | |
| draw_check(int x, int y) | BC_WindowBase | |
| draw_circle(int x, int y, int w, int h, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_colored_box(int x, int y, int w, int h, int down, int highlighted) | BC_WindowBase | |
| draw_disc(int x, int y, int w, int h, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_line(int x1, int y1, int x2, int y2, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_pixel(int x, int y, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_pixmap(BC_Pixmap *pixmap, int dest_x=0, int dest_y=0, int dest_w=-1, int dest_h=-1, int src_x=0, int src_y=0, BC_Pixmap *dst=0) | BC_WindowBase | |
| draw_polygon(ArrayList< int > *x, ArrayList< int > *y, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| BC_SubWindow::draw_rectangle(int x, int y, int w, int h) | BC_WindowBase | |
| draw_text(int x, int y, char *text, int length=-1, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_tiles(BC_Pixmap *tile, int origin_x, int origin_y, int x, int y, int w, int h) | BC_WindowBase | |
| draw_top_background(BC_WindowBase *parent_window, int x, int y, int w, int h, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| draw_top_tiles(BC_WindowBase *parent_window, int x, int y, int w, int h) | BC_WindowBase | |
| draw_triangle_down(int x, int y, int w, int h, int light1, int light2, int middle, int shadow1, int shadow2) | BC_WindowBase | |
| draw_triangle_down_flat(int x, int y, int w, int h) | BC_WindowBase | |
| draw_triangle_left(int x, int y, int w, int h, int light1, int light2, int middle, int shadow1, int shadow2) | BC_WindowBase | |
| draw_triangle_right(int x, int y, int w, int h, int light1, int light2, int middle, int shadow1, int shadow2) | BC_WindowBase | |
| draw_triangle_up(int x, int y, int w, int h, int light1, int light2, int middle, int shadow1, int shadow2) | BC_WindowBase | |
| draw_vframe(VFrame *frame, int dest_x=0, int dest_y=0, int dest_w=-1, int dest_h=-1, int src_x=0, int src_y=0, int src_w=0, int src_h=0, BC_Pixmap *pixmap=0) | BC_WindowBase | |
| dump(ArrayList< BC_ListBoxItem * > *data, int columns, int indent, int master_column) | BC_ListBox | [static] |
| enable() | BC_ListBox | |
| enable_opengl() | BC_WindowBase | |
| evaluate_query(int list_item, char *string) | BC_ListBox | [virtual] |
| expand_item(BC_ListBoxItem *item, int expand) | BC_ListBox | |
| expose_event() | BC_WindowBase | [inline, virtual] |
| flash(int x, int y, int w, int h, int flush=1) | BC_WindowBase | |
| flash(int flush=1) | BC_WindowBase | |
| flip_opengl() | BC_WindowBase | |
| flush() | BC_WindowBase | |
| focus_in_event() | BC_WindowBase | [inline, virtual] |
| focus_out_event() | BC_ListBox | [virtual] |
| get_abs_cursor_x(int lock_window) | BC_WindowBase | |
| get_abs_cursor_y(int lock_window) | BC_WindowBase | |
| get_bg_color() | BC_WindowBase | |
| get_bg_pixmap() | BC_WindowBase | |
| get_bg_surface() | BC_ListBox | |
| get_bgcolor() | BC_WindowBase | |
| get_button_down() | BC_WindowBase | |
| get_buttonpress() | BC_WindowBase | |
| get_clipboard() | BC_WindowBase | |
| get_color(int64_t color) | BC_WindowBase | |
| get_color() | BC_WindowBase | |
| get_color_model() | BC_WindowBase | |
| get_column_offset(int column) | BC_ListBox | |
| get_column_width(int column, int clamp_right=0) | BC_ListBox | |
| get_cursor() | BC_WindowBase | |
| get_cursor_over_window() | BC_WindowBase | |
| get_cursor_x() | BC_WindowBase | |
| get_cursor_y() | BC_WindowBase | |
| get_deleting() | BC_WindowBase | |
| get_display_mode() | BC_ListBox | |
| get_double_click() | BC_WindowBase | |
| get_drag_popup() | BC_ListBox | |
| get_drag_x() | BC_WindowBase | |
| get_drag_y() | BC_WindowBase | |
| get_dragging() | BC_WindowBase | |
| get_format() | BC_ListBox | |
| get_from_column() | BC_ListBox | |
| get_h() | BC_ListBox | [virtual] |
| get_has_focus() | BC_WindowBase | |
| get_hidden() | BC_WindowBase | |
| get_highlighted_item() | BC_ListBox | |
| get_keypress() | BC_WindowBase | |
| get_parent() | BC_WindowBase | |
| get_relative_cursor_x() | BC_WindowBase | |
| get_relative_cursor_y() | BC_WindowBase | |
| get_resources() | BC_WindowBase | [static] |
| get_root_h(int lock_display) | BC_WindowBase | |
| get_root_w(int ignore_dualhead=0, int lock_display=0) | BC_WindowBase | |
| get_selection(int column, int selection_number) | BC_ListBox | |
| get_selection_number(int column, int selection_number) | BC_ListBox | |
| get_selection_number_recursive(ArrayList< BC_ListBoxItem * > *data, int column, int selection_number, int *counter=0) | BC_ListBox | |
| get_selection_recursive(ArrayList< BC_ListBoxItem * > *data, int column, int selection_number) | BC_ListBox | |
| get_sort_column() | BC_ListBox | |
| get_sort_order() | BC_ListBox | |
| get_text_ascent(int font) | BC_WindowBase | |
| get_text_descent(int font) | BC_WindowBase | |
| get_text_height(int font, char *text=0) | BC_WindowBase | |
| get_text_width(int font, char *text, int length=-1) | BC_WindowBase | |
| get_title() | BC_WindowBase | |
| get_to_column() | BC_ListBox | |
| get_toggle_drag() | BC_WindowBase | |
| get_toggle_value() | BC_WindowBase | |
| get_top_level() | BC_WindowBase | |
| get_total_items(ArrayList< BC_ListBoxItem * > *data, int *result, int master_column) | BC_ListBox | [static] |
| get_video_on() | BC_WindowBase | |
| get_w() | BC_ListBox | [virtual] |
| get_window_lock() | BC_WindowBase | |
| get_x() | BC_WindowBase | [virtual] |
| get_x2() | BC_WindowBase | |
| get_xposition() | BC_ListBox | |
| get_xscroll_width() | BC_ListBox | |
| get_xscroll_x() | BC_ListBox | |
| get_xscroll_y() | BC_ListBox | |
| get_y() | BC_WindowBase | [virtual] |
| get_y2() | BC_WindowBase | |
| get_yposition() | BC_ListBox | |
| get_yscroll_height() | BC_ListBox | |
| get_yscroll_x() | BC_ListBox | |
| get_yscroll_y() | BC_ListBox | |
| handle_event() | BC_RecentList | [virtual] |
| hide_tooltip() | BC_WindowBase | |
| hide_window(int flush=1) | BC_WindowBase | |
| index_to_item(ArrayList< BC_ListBoxItem * > *data, int number, int column, int *counter=0) | BC_ListBox | |
| initialize() | BC_ListBox | [virtual] |
| is_event_win() | BC_WindowBase | |
| item_to_index(ArrayList< BC_ListBoxItem * > *data, BC_ListBoxItem *item, int *counter=0) | BC_ListBox | |
| items | BC_RecentList | |
| keypress_event() | BC_ListBox | [virtual] |
| load_defaults(Defaults *defaults) | BC_WindowBase | |
| load_items(const char *prefix=NULL) | BC_RecentList | |
| lock_opengl() | BC_WindowBase | |
| lock_window(char *location=0) | BC_WindowBase | |
| match_window(Window win) | BC_WindowBase | |
| move_column_event() | BC_ListBox | [inline, virtual] |
| new_bitmap(int w, int h, int color_model=-1) | BC_WindowBase | |
| raise_window(int do_flush=1) | BC_WindowBase | |
| relative_cursor_x(BC_WindowBase *pov) | BC_WindowBase | |
| relative_cursor_y(BC_WindowBase *pov) | BC_WindowBase | |
| repeat_event(int64_t duration) | BC_ListBox | [virtual] |
| reposition_widget(int x, int y, int w=-1, int h=-1) | BC_WindowBase | [virtual] |
| reposition_window(int x, int y, int w=-1, int h=-1) | BC_ListBox | |
| reset_query() | BC_ListBox | |
| resize_event(int w, int h) | BC_WindowBase | [virtual] |
| resize_window(int w, int h) | BC_WindowBase | |
| run_window() | BC_WindowBase | |
| save_defaults(Defaults *defaults) | BC_WindowBase | |
| select_next(int skip, BC_ListBoxItem *selected_item=0, int *counter=0, ArrayList< BC_ListBoxItem * > *data=0, int *got_it=0, int *got_second=0) | BC_ListBox | |
| select_previous(int skip, BC_ListBoxItem *selected_item=0, int *counter=0, ArrayList< BC_ListBoxItem * > *data=0, int *got_it=0, int *got_second=0) | BC_ListBox | |
| selection_changed() | BC_ListBox | [inline, virtual] |
| set_active_subwindow(BC_WindowBase *subwindow) | BC_WindowBase | |
| set_all_selected(ArrayList< BC_ListBoxItem * > *data, int value) | BC_ListBox | |
| set_allow_drag_column(int value) | BC_ListBox | |
| set_autoplacement(ArrayList< BC_ListBoxItem * > *data, int do_icon, int do_text) | BC_ListBox | |
| set_background(VFrame *bitmap) | BC_WindowBase | |
| set_color(int64_t color) | BC_WindowBase | |
| set_cursor(int cursor, int is_hourglass=0) | BC_WindowBase | |
| set_done(int return_value) | BC_WindowBase | |
| set_drag_scroll(int value) | BC_ListBox | |
| set_dragging(int value) | BC_WindowBase | |
| set_font(int font) | BC_WindowBase | |
| set_h(int h) | BC_WindowBase | |
| set_icon(VFrame *data) | BC_WindowBase | |
| set_inverse() | BC_WindowBase | |
| set_justify(int value) | BC_ListBox | |
| set_master_column(int value, int redraw) | BC_ListBox | |
| set_opaque() | BC_WindowBase | |
| set_process_drag(int value) | BC_ListBox | |
| set_repeat(int64_t duration) | BC_WindowBase | |
| set_search_column(int value) | BC_ListBox | |
| set_selected(ArrayList< BC_ListBoxItem * > *data, int item_number, int value, int *counter=0) | BC_ListBox | |
| set_selection_mode(int mode) | BC_ListBox | |
| set_sort_column(int value, int redraw=0) | BC_ListBox | |
| set_sort_order(int value, int redraw=0) | BC_ListBox | |
| set_title(char *text) | BC_WindowBase | |
| set_tooltip(char *text) | BC_WindowBase | |
| set_tooltips(int tooltips_enabled) | BC_WindowBase | |
| set_w(int w) | BC_WindowBase | |
| set_x_cursor(int cursor) | BC_WindowBase | |
| set_xposition(int position) | BC_ListBox | |
| set_yposition(int position, int draw_items=1) | BC_ListBox | |
| shift_down() | BC_WindowBase | |
| show_tooltip(int w=-1, int h=-1) | BC_WindowBase | |
| show_window(int flush=1) | BC_WindowBase | |
| slide_down(int distance) | BC_WindowBase | |
| slide_left(int distance) | BC_WindowBase | |
| slide_right(int distance) | BC_WindowBase | |
| slide_up(int distance) | BC_WindowBase | |
| SORT_ASCENDING enum value | BC_ListBox | |
| SORT_DESCENDING enum value | BC_ListBox | |
| sort_order_event() | BC_ListBox | [inline, virtual] |
| start_hourglass() | BC_WindowBase | |
| start_hourglass_recursive() | BC_WindowBase | |
| start_video() | BC_WindowBase | |
| stop_hourglass() | BC_WindowBase | |
| stop_hourglass_recursive() | BC_WindowBase | |
| stop_video() | BC_WindowBase | |
| sync_display() | BC_WindowBase | |
| test_keypress | BC_WindowBase | |
| textbox | BC_RecentList | [private] |
| translation_event() | BC_ListBox | [virtual] |
| type | BC_RecentList | [private] |
| unlock_opengl() | BC_WindowBase | |
| unlock_window() | BC_WindowBase | |
| unset_repeat(int64_t duration) | BC_WindowBase | |
| update(ArrayList< BC_ListBoxItem * > *data, char **column_titles, int *column_widths, int columns, int xposition=0, int yposition=0, int highlighted_number=-1, int recalc_positions=0, int draw=1) | BC_ListBox | |
| update_format(int display_format, int redraw) | BC_ListBox | |
| update_selection(ArrayList< BC_ListBoxItem * > *data, int selection_number, int *counter=0) | BC_ListBox | |
| uses_text() | BC_WindowBase | [inline, virtual] |
| video_is_on() | BC_WindowBase | |
| ~BC_ListBox() | BC_ListBox | [virtual] |
| ~BC_RecentList() | BC_RecentList | |
| ~BC_SubWindow() | BC_SubWindow | [virtual] |
| ~BC_WindowBase() | BC_WindowBase | [virtual] |