Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ addMessage
Method
addMessage
forms/ticker.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
void Ticker::unloadResources() {}
97
98
void Ticker::addMessage(const UString &Text)
99
{
100
messages.emplace(Text);
101
this->setDirty();
102
}
103
104
sp<BitmapFont> Ticker::getFont() const { return font; }
105
Callers
4
begin
Method · 0.80
handleGameStateEvent
Method · 0.80
begin
Method · 0.80
handleGameStateEvent
Method · 0.80
Calls
1
setDirty
Method · 0.80
Tested by
no test coverage detected