Home
last modified time | relevance | path

Searched refs:DownloadDlg (Results 1 – 5 of 5) sorted by relevance

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/dlg/
H A DDownloadDlg.cpp35 DownloadDlg::DownloadDlg () : in DownloadDlg() function in DownloadDlg
150 void DownloadDlg::cb1 () { in cb1()
159 void DownloadDlg::cb2 () { in cb2()
172 DownloadDlg *d = static_cast<DownloadDlg *>(data); in dlg_fc_callback()
181 void DownloadDlg::cb3 () { in cb3()
192 void DownloadDlg::cb4 () { in cb4()
201 void DownloadDlg::cb5 () { in cb5()
211 void DownloadDlg::download (int type, const char* start, const char* stop, int action) { in download()
H A DDownloadDlg.h28 class DownloadDlg : public Fl_Dialog {
30 DownloadDlg ();
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/
H A DMakefile.win8 …tItem.o ../../tmp/obj/AboutDlg.o ../../tmp/obj/DateDlg.o ../../tmp/obj/DownloadDlg.o ../../tmp/obj…
9 …tItem.o ../../tmp/obj/AboutDlg.o ../../tmp/obj/DateDlg.o ../../tmp/obj/DownloadDlg.o ../../tmp/obj…
85 ../../tmp/obj/DownloadDlg.o: src/dlg/DownloadDlg.cpp
86 $(CPP) -c src/dlg/DownloadDlg.cpp -o ../../tmp/obj/DownloadDlg.o $(CXXFLAGS)
H A DMakefile.linux27 ./src/dlg/AboutDlg.o ./src/dlg/DateDlg.o ./src/dlg/DownloadDlg.o \
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/gui/
H A DXTrader.cpp302 DownloadDlg downloadDlg; in cbMenu()