LabelMe
Public Member Functions | Private Attributes | List of all members
ToolbarInit Class Reference

负责工具栏组件的初始化及状态管理 More...

#include <ToolbarInit.h>

Inheritance diagram for ToolbarInit:

Public Member Functions

 ToolbarInit (QWidget *parent)
 
QToolBar * toolBar () const
 返回工具栏 More...
 
void setUp (QMainWindow *w)
 工具栏初始化 More...
 

Private Attributes

QToolBar * tbar
 工具栏组件 More...
 

Detailed Description

负责工具栏组件的初始化及状态管理

Constructor & Destructor Documentation

◆ ToolbarInit()

ToolbarInit::ToolbarInit ( QWidget *  parent)
inline

Member Function Documentation

◆ setUp()

void ToolbarInit::setUp ( QMainWindow *  w)
inline

工具栏初始化

◆ toolBar()

QToolBar* ToolbarInit::toolBar ( ) const
inline

返回工具栏

Member Data Documentation

◆ tbar

QToolBar* ToolbarInit::tbar
private

工具栏组件


The documentation for this class was generated from the following file: