MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Name

Method Name

src/ImageReader.h:90–90  ·  view source on GitHub ↗

Return the type name of the class

Source from the content-addressed store, hash-verified

88
89 /// Return the type name of the class
90 std::string Name() override { return "ImageReader"; };
91
92 // Get and Set JSON methods
93 std::string Json() const override; ///< Generate JSON string of this object

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected