Home
last modified time | relevance | path

Searched refs:UI_RADIO (Results 1 – 4 of 4) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dradio.cpp18 void UI_RADIO::create(UI_WINDOW *wnd, char *_text, int _x, int _y, int _state, int _group ) in create()
38 void UI_RADIO::destroy() in destroy()
46 void UI_RADIO::draw() in draw()
139 void UI_RADIO::process(int focus) in process()
188 UI_RADIO *tmpr; in process()
192 tmpr = (UI_RADIO *) tmp; in process()
206 int UI_RADIO::changed() in changed()
211 int UI_RADIO::checked() in checked()
H A Dui.h55 class UI_RADIO; variable
69 friend class UI_RADIO; variable
369 class UI_RADIO : public UI_GADGET
593 friend class UI_RADIO; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dradio.cpp18 void UI_RADIO::create(UI_WINDOW *wnd, char *_text, int _x, int _y, int _state, int _group ) in create()
38 void UI_RADIO::destroy() in destroy()
46 void UI_RADIO::draw() in draw()
139 void UI_RADIO::process(int focus) in process()
188 UI_RADIO *tmpr; in process()
192 tmpr = (UI_RADIO *) tmp; in process()
206 int UI_RADIO::changed() in changed()
211 int UI_RADIO::checked() in checked()
H A Dui.h53 class UI_RADIO; variable
67 friend class UI_RADIO; variable
368 class UI_RADIO : public UI_GADGET
598 friend class UI_RADIO; variable