Home
last modified time | relevance | path

Searched refs:FINISHED_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DFinishedList.cpp294 this->InsertColumn(FINISHED_SIZE, itemCol); in GenerateList()
320 this->SetColumnWidth(FINISHED_SIZE,100); in GenerateList()
343 …this->SetItem(i, FINISHED_SIZE, MyUtilFunctions::ByteString(MyUtilFunctions::wxstrtolonglong(size)… in GenerateList()
H A DwxDFast.h273 const int FINISHED_SIZE = 2; variable
H A DMainFrame.cpp580 list02->SetItem(i, FINISHED_SIZE, MyUtilFunctions::ByteString(current->totalsize)); in OnTimer()