12#include <dtkwidget_global.h>
15#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
17DWIDGET_BEGIN_NAMESPACE
19class LIBDTKWIDGETSHARED_EXPORT D_DECL_DEPRECATED_X(
"Use DDrawerGroup") DExpandGroup :
public QObject
23 explicit DExpandGroup(QObject *parent = 0);
25 QList<DBaseExpand *> expands()
const;
31 int checkedId()
const;
35 void onExpandChanged(
bool v);
38 QMap<int, DBaseExpand *> m_expandMap;
39 QMap<int, DBaseExpand *> m_checkedMap;