QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
RCadToolBarPanel Class Reference

#include <RCadToolBarPanel.h>

Inheritance diagram for RCadToolBarPanel:
RWidget

Public Member Functions

void addAction (QAction *action)
 
QString getBackMenuName () const
 
QString getButtonName (QAction *action) const
 
void insertAction (QAction *before, QAction *action)
 
 RCadToolBarPanel (RCadToolBar *parent=0, bool hasBackButton=true)
 
void removeAction (QAction *action)
 
void setBackMenuName (const QString &n)
 
- Public Member Functions inherited from RWidget
 RWidget (QWidget *parent=0)
 Copyright (c) 2011-2018 by Andrew Mustun.
 
virtual ~RWidget ()
 Destructor.
 

Private Attributes

QString backMenuName
 
RColumnLayoutcolumnLayout
 

Additional Inherited Members

- Signals inherited from RWidget
void actionAdded (QAction *action)
 

Detailed Description

Scriptable:\nThis class is available in script environments.\n

Constructor & Destructor Documentation

◆ RCadToolBarPanel()

RCadToolBarPanel::RCadToolBarPanel ( RCadToolBar * parent = 0,
bool hasBackButton = true )

Member Function Documentation

◆ addAction()

void RCadToolBarPanel::addAction ( QAction * action)
virtual

Reimplemented from RWidget.

◆ getBackMenuName()

QString RCadToolBarPanel::getBackMenuName ( ) const
inline

◆ getButtonName()

QString RCadToolBarPanel::getButtonName ( QAction * action) const

◆ insertAction()

void RCadToolBarPanel::insertAction ( QAction * before,
QAction * action )
virtual

Reimplemented from RWidget.

◆ removeAction()

void RCadToolBarPanel::removeAction ( QAction * action)
virtual

Reimplemented from RWidget.

◆ setBackMenuName()

void RCadToolBarPanel::setBackMenuName ( const QString & n)
inline

Member Data Documentation

◆ backMenuName

QString RCadToolBarPanel::backMenuName
private

◆ columnLayout

RColumnLayout* RCadToolBarPanel::columnLayout
private

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