PeriDyno 1.0.0
Loading...
Searching...
No Matches
ToolBarPage.h
Go to the documentation of this file.
1#ifndef TOOLBARICOANDLABEL_H
2#define TOOLBARICOANDLABEL_H
3
4#include <iostream>
5#include <vector>
6#include <qstring.h>
7namespace dyno {
8 //A tab in the toolbar
10 public:
11 // Page Name
12 QString tabPageName;
13 QString tabPageIco;
14
15 //number of subtabs
17 //Icons for subtabs
18 std::vector<QString> ico;
19 //labels for subtabs
20 std::vector<QString> label;
21
22 };
23
24 //Add all the ToolBar Page
25 class ToolBarPage {
26 public:
29
30 public:
31 std::vector<ToolBarIcoAndLabel> tbl;
32
33 };
34
35}
36
37#endif
std::vector< QString > ico
Definition ToolBarPage.h:18
std::vector< QString > label
Definition ToolBarPage.h:20
std::vector< ToolBarIcoAndLabel > tbl
Definition ToolBarPage.h:31
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25