7#include <QScopedPointer>
10#include <dtkwidget_global.h>
16DWIDGET_BEGIN_NAMESPACE
18class NavigationPrivate;
19class LIBDTKWIDGETSHARED_EXPORT
Navigation :
public QFrame
26 bool groupIsVisible(
const QString &key)
const;
27 void setGroupVisible(
const QString &key,
bool visible);
30 void selectedGroup(
const QString &key);
33 void onSelectGroup(
const QString &key);
38 Q_DECLARE_PRIVATE_D(qGetPtrHelper(d_ptr),
Navigation)