1 #ifndef ATSIDEBARADDON_H
2 #define ATSIDEBARADDON_H
18 class TMemberInspector;
26 std::map<std::string, TGNumberEntry *>
fNumbers;
30 AtSidebarAddon(
const TGWindow *p =
nullptr, UInt_t w = 1, UInt_t h = 1, UInt_t options = 0,
31 Pixel_t back = GetDefaultFrameBackground())
47 void AddIntBox(std::string label, std::string
function,
int min = 0,
int max = 1);