Go to the source code of this file.
Namespaces | |
| namespace | MR |
Macros | |
| #define | MR_DELETE_MOVE(ClassName) |
| #define | MR_ADD_CTOR_DELETE_MOVE(ClassName) |
Typedefs | |
| using | MR::ViewportRectangle = Box2f |
| Viewport size. | |
| using | MR::StatePlugin = StateListenerPlugin<> |
| using | MR::ViewerEventCallback = std::function<void()> |
| using | MR::ObjAndPick = std::pair<std::shared_ptr<MR::VisualObject>, MR::PointOnObject> |
| using | MR::ConstObjAndPick = std::pair<std::shared_ptr<const MR::VisualObject>, MR::PointOnObject> |
| using | MR::RequirementsFunction = std::function<std::string( const std::shared_ptr<RibbonMenuItem>& )> |
Variables | |
| class MRVIEWER_CLASS | MR::WebRequest |
| #define MR_ADD_CTOR_DELETE_MOVE | ( | ClassName | ) |
| #define MR_DELETE_MOVE | ( | ClassName | ) |