Home
last modified time | relevance | path

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

/dports/comms/flcluster/flcluster-1.0.4/src/widgets/
H A Dfont_browser.cxx244 class Progress_Window : public Fl_Double_Window class
247 Progress_Window(float min = 0.0f, float max = 100.0f, const char* l = 0) in Progress_Window() function in Progress_Window
287 Progress_Window pw(1, s, _("Reading fonts...")); in fontFilter()
/dports/comms/flamp/flamp-2.2.07/src/widgets/
H A Dfont_browser.cxx251 class Progress_Window : public Fl_Double_Window class
254 Progress_Window(float min = 0.0f, float max = 100.0f, const char* l = 0) in Progress_Window() function in Progress_Window
294 Progress_Window pw(1, s, _("Reading fonts...")); in fontFilter()
/dports/comms/fllog/fllog-1.2.6/src/misc/
H A Dfont_browser.cxx244 class Progress_Window : public Fl_Double_Window class
247 Progress_Window(float min = 0.0f, float max = 100.0f, const char* l = 0) in Progress_Window() function in Progress_Window
287 Progress_Window pw(1, s, _("Reading fonts...")); in fontFilter()
/dports/comms/flmsg/flmsg-4.0.19/src/widgets/
H A Dfont_browser.cxx245 class Progress_Window : public Fl_Double_Window class
248 Progress_Window(float min = 0.0f, float max = 100.0f, const char* l = 0) in Progress_Window() function in Progress_Window
288 Progress_Window pw(1, s, _("Reading fonts...")); in fontFilter()
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DDRAWxtl3.cxx2537 Progress_Window (0, NULL, 1.0f); in calc_simplevoids()
2604 Progress_Window (0, NULL, 110.0f); in calc_simplevoids()
2617 Progress_Window (0, NULL, 120.0f); in calc_simplevoids()
2662 Progress_Window (-2, NULL, 130.0f); in calc_simplevoids()
3475 Progress_Window (0, NULL, 10.0f); in calculate_sas()
3581 Progress_Window (-2, NULL, 100.0f); in calculate_sas()
3661 Progress_Window (0, NULL, 10.0f); in calculate_msms()
3725 Progress_Window (0, NULL, 20.0f); in calculate_msms()
3832 Progress_Window (-2, NULL, 100.0f); in calculate_msms()
3834 Progress_Window (0, NULL, 90.0f); in calculate_msms()
[all …]
H A Dgl2ps.cxx5793 Progress_Window (0, NULL, 10.0f); in gl2psPrintPrimitives()
5810 Progress_Window (-2, NULL, 100.0f); in gl2psPrintPrimitives()
5819 Progress_Window (0, NULL, 50.0f); in gl2psPrintPrimitives()
5821 Progress_Window (0, NULL, 70.0f); in gl2psPrintPrimitives()
5824 Progress_Window (0, NULL, 90.0f); in gl2psPrintPrimitives()
5828 Progress_Window (0, NULL, 50.0f); in gl2psPrintPrimitives()
5835 Progress_Window (0, NULL, 70.0f); in gl2psPrintPrimitives()
5839 Progress_Window (0, NULL, 90.0f); in gl2psPrintPrimitives()
5844 Progress_Window (0, NULL, 50.0f); in gl2psPrintPrimitives()
5855 Progress_Window (0, NULL, 70.0f); in gl2psPrintPrimitives()
[all …]
H A DDRAWxtl_proto.h457 void Progress_Window (int, const char *, float);
H A DFourier.cxx619 Progress_Window (-1, "Computing Density", (float) mapstep_a * mapstep_b); in read_fcf()
632 Progress_Window (0, NULL, (float) ++progress); in read_fcf()
667 Progress_Window (-2, NULL, 0.0f); in read_fcf()
2207 Progress_Window (-1, "Computing Density", (float) mapstep_a * mapstep_b); in read_m80()
2220 Progress_Window (0, NULL, (float) ++progress); in read_m80()
2255 Progress_Window (-2, NULL, 0.0f); in read_m80()
H A DEdit1.cxx327 Progress_Window(-1, "Automation Progress", 100.0f); in Automation_Go_cb()
382 Progress_Window(0, NULL, progress); in Automation_Go_cb()
396 Progress_Window(-2, NULL, 0.0f); in Automation_Go_cb()
H A DCrystalView.cxx1978 Progress_Window (int type, const char *label, float max) function