| 24 | |
| 25 | public: |
| 26 | BoxStackExample(GUIHelperInterface* helper, int options) |
| 27 | : m_app(helper->getAppInterface()), |
| 28 | m_guiHelper(helper), |
| 29 | m_options(options) |
| 30 | { |
| 31 | m_app->setUpAxis(2); |
| 32 | } |
| 33 | |
| 34 | virtual ~BoxStackExample() |
| 35 | { |
nothing calls this directly
no test coverage detected