Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
namespace BLF {
9
10
AfdxFrame::AfdxFrame() :
11
ObjectHeader(ObjectType::AFDX_FRAME) {
12
}
13
14
void AfdxFrame::read(AbstractFile & is) {
15
ObjectHeader::read(is);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected