#include <TabToolbar.h>
 | 
| bool  | event (QEvent *event) override | 
|   | 
Definition at line 37 of file TabToolbar.h.
 
◆ TabToolbar()
  
  
      
        
          | TabToolbar::TabToolbar  | 
          ( | 
          QWidget * |           parent = nullptr,  | 
         
        
           | 
           | 
          unsigned |           _groupMaxHeight = 75,  | 
         
        
           | 
           | 
          unsigned |           _groupRowCount = 3 ) | 
         
       
   | 
  
explicit   | 
  
 
 
◆ ~TabToolbar()
  
  
      
        
          | TabToolbar::~TabToolbar  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ AddCornerAction()
      
        
          | void TabToolbar::AddCornerAction  | 
          ( | 
          QAction * |           action | ) | 
           | 
        
      
 
 
◆ AddPage() [1/2]
      
        
          | tt::Page * tt::TabToolbar::AddPage  | 
          ( | 
          const QIcon & |           icon,  | 
        
        
           | 
           | 
          const QString & |           pageName ) | 
        
      
 
 
◆ AddPage() [2/2]
      
        
          | Page * TabToolbar::AddPage  | 
          ( | 
          const QString & |           pageName | ) | 
           | 
        
      
 
 
◆ AdjustVerticalSize()
  
  
      
        
          | void TabToolbar::AdjustVerticalSize  | 
          ( | 
          unsigned |           vSize | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ CurrentTab()
      
        
          | int TabToolbar::CurrentTab  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ CurrentTabChanged
  
  
      
        
          | void TabToolbar::CurrentTabChanged  | 
          ( | 
          int |           index | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ event()
  
  
      
        
          | bool TabToolbar::event  | 
          ( | 
          QEvent * |           event | ) | 
           | 
         
       
   | 
  
overrideprotected   | 
  
 
 
◆ FocusChanged
  
  
      
        
          | void TabToolbar::FocusChanged  | 
          ( | 
          QWidget * |           old,  | 
         
        
           | 
           | 
          QWidget * |           now ) | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ GetStyle()
      
        
          | QString TabToolbar::GetStyle  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ GroupMaxHeight()
      
        
          | unsigned TabToolbar::GroupMaxHeight  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ HideAction()
      
        
          | QAction * TabToolbar::HideAction  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ HideAt
  
  
      
        
          | void TabToolbar::HideAt  | 
          ( | 
          int |           index = -1 | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ HideTab
  
  
      
        
          | void TabToolbar::HideTab  | 
          ( | 
          int |           index | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ Maximized
  
  
      
        
          | void tt::TabToolbar::Maximized  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ Minimized
  
  
      
        
          | void tt::TabToolbar::Minimized  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ RowCount()
      
        
          | unsigned TabToolbar::RowCount  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ SetCurrentTab()
      
        
          | void TabToolbar::SetCurrentTab  | 
          ( | 
          int |           index | ) | 
           | 
        
      
 
 
◆ SetSpecialTabEnabled()
      
        
          | void TabToolbar::SetSpecialTabEnabled  | 
          ( | 
          bool |           enabled | ) | 
           | 
        
      
 
 
◆ SetStyle()
      
        
          | void TabToolbar::SetStyle  | 
          ( | 
          const QString & |           styleName | ) | 
           | 
        
      
 
 
◆ ShowTab
  
  
      
        
          | void TabToolbar::ShowTab  | 
          ( | 
          int |           index | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ SpecialTabClicked
  
  
      
        
          | void tt::TabToolbar::SpecialTabClicked  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ StyleChanged
  
  
      
        
          | void tt::TabToolbar::StyleChanged  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
signal   | 
  
 
 
◆ TabClicked
  
  
      
        
          | void TabToolbar::TabClicked  | 
          ( | 
          int |           index | ) | 
           | 
         
       
   | 
  
privateslot   | 
  
 
 
◆ Page
◆ cornerActions
  
  
      
        
          | QFrame* tt::TabToolbar::cornerActions = nullptr | 
         
       
   | 
  
private   | 
  
 
 
◆ currentIndex
  
  
      
        
          | int tt::TabToolbar::currentIndex = 0 | 
         
       
   | 
  
private   | 
  
 
 
◆ groupMaxHeight
  
  
      
        
          | const unsigned tt::TabToolbar::groupMaxHeight | 
         
       
   | 
  
private   | 
  
 
 
◆ groupRowCount
  
  
      
        
          | const unsigned tt::TabToolbar::groupRowCount | 
         
       
   | 
  
private   | 
  
 
 
◆ hasSpecialTab
  
  
      
        
          | bool tt::TabToolbar::hasSpecialTab = false | 
         
       
   | 
  
private   | 
  
 
 
◆ hideAction
  
  
      
        
          | QAction* tt::TabToolbar::hideAction = nullptr | 
         
       
   | 
  
private   | 
  
 
 
◆ hideButton
  
  
      
        
          | QToolButton* tt::TabToolbar::hideButton = nullptr | 
         
       
   | 
  
private   | 
  
 
 
◆ ignoreStyleEvent
  
  
      
        
          | bool tt::TabToolbar::ignoreStyleEvent = false | 
         
       
   | 
  
private   | 
  
 
 
◆ isMinimized
  
  
      
        
          | bool tt::TabToolbar::isMinimized = false | 
         
       
   | 
  
private   | 
  
 
 
◆ isShown
  
  
      
        
          | bool tt::TabToolbar::isShown = true | 
         
       
   | 
  
private   | 
  
 
 
◆ maxHeight
  
  
      
        
          | unsigned tt::TabToolbar::maxHeight = QWIDGETSIZE_MAX | 
         
       
   | 
  
private   | 
  
 
 
◆ style
◆ tabBar
  
  
      
        
          | QTabWidget* tt::TabToolbar::tabBar = nullptr | 
         
       
   | 
  
private   | 
  
 
 
◆ tabBarHandle
  
  
      
        
          | QAction* tt::TabToolbar::tabBarHandle = nullptr | 
         
       
   | 
  
private   | 
  
 
 
◆ tempShowTimer
  
  
      
        
          | QTimer tt::TabToolbar::tempShowTimer | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files:
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/ToolBar/TabToolbar.h
 
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/ToolBar/TabToolbar.cpp