3#include <NDEVR/BaseValues.h>
4#include <NDEVR/Buffer.h>
16 virtual QWidget* getReport(
uint04 report_index)
const;
17 virtual void setCustomReport(
uint04 index, QWidget* widget);
18 uint04 reportCount()
const;
19 QSize preferredSize()
const;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:120