MCPcopy Create free account
hub / github.com/KDE/labplot / AfdxFrame

Method AfdxFrame

src/3rdparty/vector_blf/src/Vector/BLF/AfdxFrame.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace BLF {
9
10AfdxFrame::AfdxFrame() :
11 ObjectHeader(ObjectType::AFDX_FRAME) {
12}
13
14void AfdxFrame::read(AbstractFile & is) {
15 ObjectHeader::read(is);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected