Home
last modified time | relevance | path

Searched refs:force_custom (Results 1 – 25 of 31) sorted by relevance

12

/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DPrefDownloadData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPrefReportData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPrefGeneralData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPrefToolbarData.h30 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DSetData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DAccountData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DSecurityData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPrefPortfolioChartData.h32 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPrefPriceChartData.h32 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DSetItemData.h30 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DGuardData.h28 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPriceData.h30 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DReportData.h28 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPortfolioData.h29 FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom);
H A DPrefReportData.cpp61 FL_TABLE_EDITOR PrefReportData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DPrefDownloadData.cpp57 FL_TABLE_EDITOR PrefDownloadData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DSetData.cpp68 FL_TABLE_EDITOR SetData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DPrefToolbarData.cpp89 FL_TABLE_EDITOR PrefToolbarData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DReportData.cpp67 FL_TABLE_EDITOR ReportData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DSecurityData.cpp76 FL_TABLE_EDITOR SecurityData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DSetItemData.cpp91 FL_TABLE_EDITOR SetItemData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
H A DAccountData.cpp101 FL_TABLE_EDITOR AccountData::editor_type (int row, int col, bool force_custom) { in editor_type() argument
/dports/finance/xtrader/xtrader-0.99.9_10/util/fl/
H A DFl_Table.cpp401 void Fl_Table::edit (bool force_custom) { in edit() argument
404 start_edit_mode (force_custom); in edit()
407 start_edit_mode (force_custom); in edit()
977 void Fl_Table::start_edit_mode (bool force_custom) { in start_edit_mode() argument
999 aEditWidget = aData->editor (aCurrRow, aCurrCol, force_custom); in start_edit_mode()
1002 switch (aData->editor_type(aCurrRow, aCurrCol, force_custom)) { in start_edit_mode()
H A DFl_Table.h54 void edit (bool force_custom);
H A DFl_Table_Data.h74 … virtual FL_TABLE_EDITOR editor_type (int row, int col, bool force_custom) {return FL_TEXT_EDITOR;} in editor_type() argument

12