Don't strictly need this, but MSVC warns otherwise. More...
#include <MRDrawViewportWidgetsItem.h>
Public Member Functions | |
| virtual | ~ViewportWidgetInterface ()=default |
| virtual ViewportId | viewportId () const =0 |
| Don't strictly need this, but MSVC warns otherwise. | |
| virtual void | addButton (float order, std::string name, bool active, std::string icon, std::string tooltip, std::function< void()> onClick)=0 |
Don't strictly need this, but MSVC warns otherwise.