37 std::string getID() {
return "dummy"; }
void drawMenu()
Render explorer menu left sidebar.
Definition dummy_handler.h:32
void drawContents(ImVec2 win_size)
Render explorer contents (center/left)
Definition dummy_handler.h:33
DummyHandler(std::string name)
Constructor, meant to pass the name.
Definition dummy_handler.h:30
std::string getName()
Get this handler's readable name.
Definition dummy_handler.h:35
SatDump's handler base class.
Definition handler.h:32