13#include <QtCore/qstring.h>
23 class TabToolBarSubGroup;
32 const std::string&
getName(
void)
const {
return m_name; };
45 TabToolBarSubGroup* addSubGroup(
const std::string& _subGroupName,
bool _returnExisting =
false);
53 bool hasSubGroup(
const std::string& _subGroupName)
const {
return this->findSubGroup(_subGroupName) !=
nullptr; };
60 std::list<TabToolBarSubGroup*> m_subGroups;
This file contains defines that may be used simplyfy class creation.
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition TabToolBarPage.h:27
Definition TabToolBar.h:18