Home
last modified time | relevance | path

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

/dports/games/openclonk/openclonk-release-8.1-src/src/gui/
H A DC4GameOverDlg.h26 class C4GoalDisplay : public C4GUI::Window
45 C4GoalDisplay(const C4Rect &rcBounds) : C4GUI::Window() { SetBounds(rcBounds); } in C4GoalDisplay() function
46 ~C4GoalDisplay() override = default;
57 C4GoalDisplay *pGoalDisplay;
H A DC4GameOverDlg.cpp35 C4GoalDisplay::GoalPicture::GoalPicture(const C4Rect &rcBounds, C4ID idGoal, bool fFulfilled) in GoalPicture()
71 void C4GoalDisplay::GoalPicture::DrawElement(C4TargetFacet &cgo) in DrawElement()
86 void C4GoalDisplay::SetGoals(const C4IDList &rAllGoals, const C4IDList &rFulfilledGoals, int32_t iG… in SetGoals()
145 C4GoalDisplay *pGoalDisplay = new C4GoalDisplay(caMain.GetFromTop(C4GUI_IconExHgt)); in C4GameOverDlg()