Home
last modified time | relevance | path

Searched refs:W_BARGRAPH (Results 1 – 10 of 10) sorted by relevance

/dports/games/warzone2100/warzone2100/lib/widget/
H A Dbar.cpp46 W_BARGRAPH::W_BARGRAPH(W_BARINIT const *init) in W_BARGRAPH() function in W_BARGRAPH
79 W_BARGRAPH *psBGraph = (W_BARGRAPH *)widgGetFromID(psScreen, id); in widgSetBarSize()
102 W_BARGRAPH *psBGraph = (W_BARGRAPH *)widgGetFromID(psScreen, id); in widgSetMinorBarSize()
111 void W_BARGRAPH::highlight(W_CONTEXT *psContext) in highlight()
124 void W_BARGRAPH::highlightLost() in highlightLost()
156 W_BARGRAPH *psBGraph; in barGraphDisplay()
158 psBGraph = (W_BARGRAPH *)psWidget; in barGraphDisplay()
200 W_BARGRAPH *psBGraph = (W_BARGRAPH *)psWidget; in barGraphDisplayDouble()
278 W_BARGRAPH *psBGraph = (W_BARGRAPH *)psWidget; in barGraphDisplayTrough()
370 void W_BARGRAPH::display(int xOffset, int yOffset) in display()
[all …]
H A Dbar.h31 class W_BARGRAPH : public WIDGET
35 W_BARGRAPH(W_BARINIT const *init);
H A Dwidget.h260 WZ_DECL_NONNULL(2) W_BARGRAPH *widgAddBarGraph(const std::shared_ptr<W_SCREEN> &psScreen, const W_B…
H A Dwidgbase.h44 class W_BARGRAPH; variable
H A Dwidget.cpp647 W_BARGRAPH *widgAddBarGraph(const std::shared_ptr<W_SCREEN> &psScreen, const W_BARINIT *psInit) in widgAddBarGraph()
650 auto psBarGraph = std::make_shared<W_BARGRAPH>(psInit); in widgAddBarGraph()
/dports/games/warzone2100/warzone2100/src/
H A Dintdisplay.h236 void formatTime(W_BARGRAPH *barGraph, int buildPointsDone, int buildPointsTotal, int buildRate, cha…
237 void formatPower(W_BARGRAPH *barGraph, int neededPower, int powerToBuild);
303 void intDisplayUpdateAllyBar(W_BARGRAPH *psBar, const RESEARCH &research, const std::vector<AllyRes…
H A Dintdisplay.cpp107 static void setBarGraphValue(W_BARGRAPH *barGraph, PIELIGHT colour, int value, int range) in setBarGraphValue()
114 static void formatEmpty(W_BARGRAPH *barGraph) in formatEmpty()
120 static void formatTimeText(W_BARGRAPH *barGraph, int time) in formatTimeText()
128 void formatTime(W_BARGRAPH *barGraph, int buildPointsDone, int buildPointsTotal, int buildRate, cha… in formatTime()
146 static void formatPowerText(W_BARGRAPH *barGraph, int neededPower) in formatPowerText()
154 void formatPower(W_BARGRAPH *barGraph, int neededPower, int powerToBuild) in formatPower()
172 W_BARGRAPH *BarGraph = (W_BARGRAPH *)psWidget; in intDisplayPowerBar()
1609 W_BARGRAPH *BarGraph = (W_BARGRAPH *)psWidget; in intDisplayBar()
1970 void intDisplayUpdateAllyBar(W_BARGRAPH *psBar, const RESEARCH &research, const std::vector<AllyRes… in intDisplayUpdateAllyBar()
H A Dhci.cpp1891 W_BARGRAPH *bar; in intAddDebugStatsForm()
/dports/games/warzone2100/warzone2100/src/hci/
H A Dobjects_stats.h116 std::shared_ptr<W_BARGRAPH> progressBar;
165 std::shared_ptr<W_BARGRAPH> costBar;
H A Dobjects_stats.cpp138 attach(progressBar = std::make_shared<W_BARGRAPH>(&init)); in addProgressBar()
171 attach(costBar = std::make_shared<W_BARGRAPH>(&sBarInit)); in addCostBar()