8#include <dtkwidget_global.h>
11DWIDGET_BEGIN_NAMESPACE
14class DDrawerGroupPrivate;
15class LIBDTKWIDGETSHARED_EXPORT
DDrawerGroup :
public QObject,
public DCORE_NAMESPACE::DObject
23 QList<DDrawer *> expands()
const;
24 DDrawer * checkedExpand()
const;
26 void addExpand(
DDrawer *expand,
int id = -1);
27 void setId(
DDrawer *expand,
int id);
28 void removeExpand(
DDrawer *expand);
29 int checkedId()
const;
33 void onExpandChanged(
bool v);