Home
last modified time | relevance | path

Searched refs:SaveFileRow (Results 1 – 2 of 2) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSaveFileDialog.cpp285 class SaveFileRow: public GG::ListBox::Row { class
287 SaveFileRow() {} in SaveFileRow() function in SaveFileRow
352 SaveFileRow(columns, "") in SaveFileHeaderRow()
356 SaveFileRow::CompleteConstruction(); in CompleteConstruction()
372 SaveFileRow(columns, directory) {} in SaveFileDirectoryRow()
375 SaveFileRow::CompleteConstruction(); in CompleteConstruction()
380 SaveFileRow::Init(); in Init()
416 class SaveFileFileRow: public SaveFileRow {
437 SaveFileRow::Init(); in Init()
555 SaveFileRow* srow = dynamic_cast<SaveFileRow*>(row.get()); in HasFile()
[all …]
H A DSaveFileDialog.h14 class SaveFileRow; variable