Home
last modified time | relevance | path

Searched refs:pSelectionInfo (Results 1 – 4 of 4) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4StartupPlrSelDlg.h74 …virtual void SetSelectionInfo(C4GUI::TextWindow *pSelectionInfo) = 0; // clears text field and wri…
109 void SetSelectionInfo(C4GUI::TextWindow *pSelectionInfo) override;
144 …void SetSelectionInfo(C4GUI::TextWindow *pSelectionInfo) override; // clears text field and writes…
163 C4GUI::TextWindow *pSelectionInfo; variable
H A DC4StartupScenSelDlg.cpp1474 pSelectionInfo->SetDecoration(false, false, &C4Startup::Get()->Graphics.sfctBookScroll, true); in C4StartupScenSelDlg()
1475 pSheetBook->AddElement(pSelectionInfo); in C4StartupScenSelDlg()
1652 pSelectionInfo->SetPicture(fctNoPic); in UpdateSelection()
1653 pSelectionInfo->ClearText(false); in UpdateSelection()
1658 …C4GUI::TextWindow *pSelectionInfo = pMapData ? pMapData->GetSelectionInfoBox() : this->pSelectionI… in UpdateSelection() local
1688 pSelectionInfo->ClearText(false); in UpdateSelection()
1689 pSelectionInfo->SetPicture(fctTitle); in UpdateSelection()
1705 C4Rect rcSelBounds = pSelectionInfo->GetBounds(); in UpdateSelection()
1714 pSelectionInfo->SetBounds(rcSelBounds); in UpdateSelection()
1725 pSelectionInfo->SetBounds(rcSelBounds); in UpdateSelection()
[all …]
H A DC4StartupPlrSelDlg.cpp241 void C4StartupPlrSelDlg::PlayerListItem::SetSelectionInfo(C4GUI::TextWindow *pSelectionInfo) in SetSelectionInfo() argument
244 pSelectionInfo->ClearText(false); in SetSelectionInfo()
249 pSelectionInfo->UpdateHeight(); in SetSelectionInfo()
411 void C4StartupPlrSelDlg::CrewListItem::SetSelectionInfo(C4GUI::TextWindow *pSelectionInfo) in SetSelectionInfo() argument
414 pSelectionInfo->ClearText(false); in SetSelectionInfo()
422 pSelectionInfo->AddTextLine(FormatString(LoadResStr("IDS_DESC_OBJECT"), in SetSelectionInfo()
426 pSelectionInfo->UpdateHeight(); in SetSelectionInfo()
493 pSelectionInfo->SetDecoration(true, true, &C4Startup::Get()->Graphics.sfctBookScroll, true); in C4StartupPlrSelDlg()
494 pSelectionInfo->UpdateHeight(); in C4StartupPlrSelDlg()
714 pSelectionInfo->ClearText(true); in UpdateSelection()
[all …]
H A DC4StartupScenSelDlg.h427 C4GUI::TextWindow *pSelectionInfo; // used to display the description of the current selection variable