20 #ifndef MODULEBASE_PAGEDCONTAINER_H_
21 #define MODULEBASE_PAGEDCONTAINER_H_
23 #include <ModuleBase.h>
24 #include <ModuleBase_ModelWidget.h>
48 const QString& theName,
49 const QString& theCaseId,
50 const QPixmap& theIcon,
51 const QString& theTooltip);
92 bool myIsFocusOnCurrentPage;
93 QStringList myCaseIds;
94 QList<ModuleBase_PageBase*> myPages;
95 std::string myDefValue;
Definition: ModuleBase_PageBase.h:35
This is an abstract interface to be used for not model container widget such as switch or tool box.
Definition: ModuleBase_PagedContainer.h:33
virtual int currentPageIndex() const =0
Returns index of current page.
virtual void setCurrentPageIndex(int)=0
Set current page by index.