Home
last modified time | relevance | path

Searched refs:FloatTextCtrl (Results 1 – 10 of 10) sorted by relevance

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/windows/
H A DPaletteDialog.h12 class FloatTextCtrl; variable
20 FloatTextCtrl* lowerCtrl;
21 FloatTextCtrl* upperCtrl;
H A DWidgets.cpp13 FloatTextCtrl::FloatTextCtrl(wxWindow* parent, const double value, const Interval range) in FloatTextCtrl() function in FloatTextCtrl
40 void FloatTextCtrl::setValue(double newValue) { in setValue()
49 void FloatTextCtrl::validate() { in validate()
H A DRunPage.cpp199 FloatTextCtrl* cutoffCtrl = new FloatTextCtrl(particleBox, cutoff, Interval(0, LARGE)); in createParticleBox()
217FloatTextCtrl* particleSizeCtrl = new FloatTextCtrl(particleBox, radius, Interval(1.e-3_f, 1.e3_f)… in createParticleBox()
273 FloatTextCtrl* levelCtrl = new FloatTextCtrl(raytraceBox, level, Interval(0._f, 10._f)); in createRaymarcherBox()
289 FloatTextCtrl* sunlightCtrl = new FloatTextCtrl(raytraceBox, sunlight, Interval(0._f, 100._f)); in createRaymarcherBox()
305 FloatTextCtrl* ambientCtrl = new FloatTextCtrl(raytraceBox, ambient, Interval(0._f, 100._f)); in createRaymarcherBox()
321 FloatTextCtrl* emissionCtrl = new FloatTextCtrl(raytraceBox, emission, Interval(0._f, 100._f)); in createRaymarcherBox()
346FloatTextCtrl* emissionCtrl = new FloatTextCtrl(volumeBox, emission * 1.e3_f, Interval(0._f, 1.e8_… in createVolumeBox()
363FloatTextCtrl* absorptionCtrl = new FloatTextCtrl(volumeBox, absorption * 1.e3_f, Interval(0._f, 1… in createVolumeBox()
380 FloatTextCtrl* factorCtrl = new FloatTextCtrl(volumeBox, factor, Interval(1.e-6_f, 1.e6_f)); in createVolumeBox()
H A DGuiSettingsDialog.h12 class FloatTextCtrl; variable
20 FloatTextCtrl* periodCtrl;
H A DWidgets.h14 class FloatTextCtrl : public wxTextCtrl {
23FloatTextCtrl(wxWindow* parent, const double value, const Interval range = Interval::unbounded());
H A DGridPage.cpp71 FloatTextCtrl* limitSpinner = new FloatTextCtrl(moonGroup, 0.1f); in GridPage()
77 FloatTextCtrl* radiiSpinner = new FloatTextCtrl(moonGroup, 2.f); in GridPage()
H A DPaletteDialog.cpp190 lowerCtrl = new FloatTextCtrl(this, double(initial.getInterval().lower())); in PalettePanel()
196 upperCtrl = new FloatTextCtrl(this, double(initial.getInterval().upper())); in PalettePanel()
H A DGuiSettingsDialog.cpp84 periodCtrl = new FloatTextCtrl(plotBox->GetStaticBox(), period, Interval(0._f, LARGE)); in GuiSettingsDialog()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/docs/sphinx/_static/images/inheritance/
H A Dwx.lib.agw.floatspin.FloatTextCtrl_inheritance.png.map2 …="rect" id="node1" href="wx.lib.agw.floatspin.FloatTextCtrl.html" title="wx.lib.agw.floatspin.Floa…
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dfloatspin.py248 class FloatTextCtrl(wx.TextCtrl): class
443 self._textctrl = FloatTextCtrl(self, wx.ID_ANY, str(self._value),