33#include <NDEVR/ContainerWidget.h>
36 class QCustomDockWidget;
37 class TranslatedString;
52 int addItem(QWidget* widget,
const QString&);
54 int addItem(QWidget* widget,
const QIcon& icon,
const QString& label);
57 int insertItem(
int index, QWidget* widget,
const QString&);
59 int insertItem(
int index, QWidget* widget,
const QIcon& icon,
const QString& label);
A hash-based key-value store, useful for quick associative lookups. Key features include:
Definition Dictionary.h:61
The core container for objects using the NDEVR API Widget Docking system. Contains information used t...
Definition SectionContent.h:51
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
RibbonArea
Requests a ribbon or tab area to be in a certain location and orientation relative to another widget.
Definition RibbonArea.h:71
uint32_t uint04
-Defines an alias representing a 4 byte, unsigned integer -Can represent exact integer values 0 throu...
Definition BaseValues.hpp:96