| 7 | JGeometry::TBox2f J2DPane::static_mBounds(0.0f, 0.0f, 0.0f, 0.0f); |
| 8 | |
| 9 | J2DPane::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 | |
| 24 | void J2DPane::initiate() |
| 25 | { |
nothing calls this directly
no test coverage detected