MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / document

Method document

src/doc/cel.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78Document* Cel::document() const
79{
80 ASSERT(m_layer);
81 if (m_layer && m_layer->sprite())
82 return m_layer->sprite()->document();
83 else
84 return NULL;
85}
86
87Sprite* Cel::sprite() const
88{

Callers 3

activeDocumentMethod · 0.45
addMethod · 0.45
onGetActiveSiteMethod · 0.45

Calls 1

spriteMethod · 0.45

Tested by 1

onGetActiveSiteMethod · 0.36