MCPcopy Create free account
hub / github.com/carbonengine/trinity / RegisterForChangeNotification

Method RegisterForChangeNotification

trinity/Sprite2d/Tr2Sprite2dTexture.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void Tr2Sprite2dTexture::RegisterForChangeNotification( ITr2Sprite2dTextureNotifyTarget* p )
284{
285 m_changeListeners.insert( p );
286}
287
288void Tr2Sprite2dTexture::UnregisterForChangeNotification( ITr2Sprite2dTextureNotifyTarget* p )
289{

Callers 6

SetTextureSecondaryMethod · 0.45
SetFontMeasurerMethod · 0.45
SetTexturePrimaryMethod · 0.45
SetTextureSecondaryMethod · 0.45
SetAtlasTextureMethod · 0.45
SetResPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected