MCPcopy Create free account
hub / github.com/cginternals/globjects / Object

Method Object

source/globjects/source/Object.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35Object::Object(IDResource * resource)
36: m_resource(resource)
37, m_objectLabelState(nullptr)
38{
39 ObjectRegistry::current().registerObject(this);
40}
41
42Object::~Object()
43{

Callers

nothing calls this directly

Calls 1

registerObjectMethod · 0.80

Tested by

no test coverage detected