MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / updateMetadata

Method updateMetadata

plugins/core/Standard/qCompass/src/ccNote.cpp:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ccNote::updateMetadata()
34{
35 //add metadata tag defining the ccCompass class type
36 QVariantMap map;
37 map.insert("ccCompassType", "Note");
38 setMetaData(map, true);
39
40 //update drawing stuff
41 showNameIn3D(true);
42 setDefaultColor(ccColor::cyan);
43 setActiveColor(ccColor::red);
44}
45
46//returns true if object is a lineation
47bool ccNote::isNote(ccHObject* object)

Callers 3

buildGraphicMethod · 0.45
importLineationsFunction · 0.45
pointPickedMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected