Home
last modified time | relevance | path

Searched refs:puaLargeInput (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/plib/plib-1.8.5/src/puAux/
H A DpuAuxLargeInput.cxx27 UL_RTTI_DEF2(puaLargeInput,puInputBase,puGroup) in UL_RTTI_DEF2() argument
36 puaLargeInput* text = (puaLargeInput*) slider->getUserData () ; in UL_RTTI_DEF2()
46 void puaLargeInput::normalizeCursors ( void ) in normalizeCursors()
58 void puaLargeInput::removeSelectRegion ( void ) in removeSelectRegion()
68 puaLargeInput::puaLargeInput ( int x, int y, int w, int h, int arrows, int sl_width, int wrap_text … in puaLargeInput() function in puaLargeInput
116 void puaLargeInput::setSize ( int w, int h ) in setSize()
178 void puaLargeInput::selectEntireLine ( void ) in selectEntireLine()
212 void puaLargeInput::addText ( const char *l ) in addText()
298 void puaLargeInput::setValue ( const char *s ) in setValue()
379 void puaLargeInput::draw ( int dx, int dy ) in draw()
[all …]
H A DpuAux.h54 class puaLargeInput ; variable
138 class puaLargeInput : public puInputBase, public puGroup
162 puaLargeInput ( int x, int y, int w, int h, int arrows, int sl_width, int wrap_text = FALSE ) ;
163 ~puaLargeInput () in ~puaLargeInput()
/dports/games/crrcsim/crrcsim-0.9.13/src/GUI/
H A Dcrrc_setrecordname.cpp59 puaLargeInput* help = new puaLargeInput(DLG_DEF_SPACE, y, in CGUISetRecordNameDialog()
81 description = new puaLargeInput(DLG_DEF_SPACE, y, in CGUISetRecordNameDialog()
H A Dcrrc_loadrobot.cpp76 puaLargeInput* help = new puaLargeInput(2*DLG_DEF_SPACE + LIST_WIDGET_W, yright, in CGUILoadRobotDialog()
99 description = new puaLargeInput(DLG_DEF_SPACE, in CGUILoadRobotDialog()
H A Dcrrc_setrecordname.h47 puaLargeInput* description;
H A Dcrrc_loadrobot.h58 puaLargeInput* description;
H A Dcrrc_location.h68 puaLargeInput *description;
H A Dcrrc_planesel.h96 puaLargeInput *description;
H A Dcrrc_location.cpp203 description = new puaLargeInput( DLG_DEF_SPACE, in CGUILocationDialog()
H A Dcrrc_planesel.cpp103 …description = new puaLargeInput(x1, y0, // x, y l… in CGUIPlaneSelectDialog()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DFGPUIDialog.cxx1045 puaLargeInput *obj = new puaLargeInput(x, y, in makeObject()
1048 puaLargeInput *obj = new puaLargeInput(x, y, in makeObject()