34#include <NDEVR/Buffer.h>
44 virtual void addButton(
Button* button);
45 virtual void removeButton(
Button* button);
46 virtual void setButtonsChecked(
bool check);
47 PopupInfo buttonDialogBestPopupInfo()
const;
48 virtual void onCheckedClick();
50 bool m_should_be_checked =
false;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64