FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <ui.h>
Friends | |
class | UI_BUTTON |
Additional Inherited Members | |
![]() | |
int | bmap_ids [MAX_BMAPS_PER_GADGET] |
![]() | |
void | drag_with_children (int dx, int dy) |
void | start_drag_with_children () |
void | stop_drag_with_children () |
int | is_mouse_on_children () |
void | remove_from_family () |
void | set_parent (UI_GADGET *_parent) |
UI_GADGET * | get_next () |
UI_GADGET * | get_prev () |
virtual void | destroy () |
int | check_move () |
![]() | |
char * | bm_filename |
int | kind |
int | hotkey |
int | x |
int | y |
int | w |
int | h |
int | m_flags |
void(* | user_function )(void) |
int | disabled_flag |
int | base_dragging |
int | base_drag_x |
int | base_drag_y |
int | base_start_x |
int | base_start_y |
int | hidden |
int | linked_to_hotspot |
int | hotspot_num |
int | uses_bmaps |
int | m_num_frames |
UI_GADGET * | parent |
UI_GADGET * | children |
UI_GADGET * | prev |
UI_GADGET * | next |
UI_WINDOW * | my_wnd |
void UI_SLIDER2::create | ( | UI_WINDOW * | wnd, |
int | _x, | ||
int | _y, | ||
int | _w, | ||
int | _h, | ||
int | _numberItems, | ||
char * | _bitmapSliderControl, | ||
void(*)() | _upCallback, | ||
void(*)() | _downCallback, | ||
void(*)() | _captureCallback | ||
) |
Definition at line 21 of file slider2.cpp.
Definition at line 279 of file slider2.cpp.
void UI_SLIDER2::forceDown | ( | ) |
Definition at line 302 of file slider2.cpp.
void UI_SLIDER2::forceUp | ( | ) |
Definition at line 309 of file slider2.cpp.
int UI_SLIDER2::get_currentItem | ( | ) |
Definition at line 212 of file slider2.cpp.
int UI_SLIDER2::get_currentPosition | ( | ) |
Definition at line 207 of file slider2.cpp.
int UI_SLIDER2::get_numberItems | ( | ) |
Definition at line 202 of file slider2.cpp.
Definition at line 241 of file slider2.cpp.
Definition at line 217 of file slider2.cpp.