5#ifndef BALL_VIEW_WIDGETS_MODULARWIDGET_H
6#define BALL_VIEW_WIDGETS_MODULARWIDGET_H
8#ifndef BALL_CONCEPT_EMBEDDABLE_H
12#ifndef BALL_VIEW_KERNEL_CONNECTIONOBJECT_H
16#ifndef BALL_VIEW_KERNEL_UIOPERATIONMODE_H
20#include <QtGui/QKeySequence>
21#include <QtWidgets/QToolBar>
94 virtual
void destroy()
162 const char* slot = 0,
const String& description =
"", QKeySequence accel = QKeySequence(),
163 const QString& menu_hint = QString(
""),
188 void setIcon(QAction* action,
const String& filename,
bool add_to_main_toolbar =
true);
295 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
#define BALL_CREATE(name)
#define BALL_EMBEDDABLE(TYPE, BASE)