MCPcopy Create free account
hub / github.com/doldecomp/mkdd / J2DPane

Method J2DPane

libs/JSystem/J2DGraph/J2DPane.cpp:9–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7JGeometry::TBox2f J2DPane::static_mBounds(0.0f, 0.0f, 0.0f, 0.0f);
8
9J2DPane::J2DPane()
10 : mTree(this)
11{
12 mTransform = nullptr;
13 mBloBlockType = 'PAN1';
14 show();
15 mTag = 0;
16 mMessageID = 0;
17 mBounds.set(0.0f, 0.0f, 0.0f, 0.0f);
18
19 initiate();
20 changeUseTrans(nullptr);
21 calcMtx();
22}
23
24void J2DPane::initiate()
25{

Callers

nothing calls this directly

Calls 5

seekMethod · 0.80
peekMethod · 0.80
setMethod · 0.45
getPositionMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected