A widget with add, remove and edit buttons to be used together with ctkPathListWidget.
More...
#include <Libs/Widgets/ctkPathListButtonsWidget.h>
|
| QScopedPointer< ctkPathListButtonsWidgetPrivate > | d_ptr |
| |
◆ Superclass
◆ ctkPathListButtonsWidget()
| ctkPathListButtonsWidget::ctkPathListButtonsWidget |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~ctkPathListButtonsWidget()
| virtual ctkPathListButtonsWidget::~ctkPathListButtonsWidget |
( |
| ) |
|
|
virtual |
◆ buttonAddDirectory()
| QToolButton* ctkPathListButtonsWidget::buttonAddDirectory |
( |
| ) |
const |
◆ buttonAddFiles()
| QToolButton* ctkPathListButtonsWidget::buttonAddFiles |
( |
| ) |
const |
◆ buttonEdit()
| QToolButton* ctkPathListButtonsWidget::buttonEdit |
( |
| ) |
const |
◆ buttonRemove()
| QToolButton* ctkPathListButtonsWidget::buttonRemove |
( |
| ) |
const |
◆ buttonSpacing()
| int ctkPathListButtonsWidget::buttonSpacing |
( |
| ) |
const |
◆ iconAddDirectoryButton()
| QIcon ctkPathListButtonsWidget::iconAddDirectoryButton |
( |
| ) |
const |
◆ iconAddFilesButton()
| QIcon ctkPathListButtonsWidget::iconAddFilesButton |
( |
| ) |
const |
◆ iconEditButton()
| QIcon ctkPathListButtonsWidget::iconEditButton |
( |
| ) |
const |
◆ iconRemoveButton()
| QIcon ctkPathListButtonsWidget::iconRemoveButton |
( |
| ) |
const |
◆ init()
◆ isAddDirectoryButtonVisible()
| bool ctkPathListButtonsWidget::isAddDirectoryButtonVisible |
( |
| ) |
const |
◆ isAddFilesButtonVisible()
| bool ctkPathListButtonsWidget::isAddFilesButtonVisible |
( |
| ) |
const |
◆ isButtonsAutoRaise()
| bool ctkPathListButtonsWidget::isButtonsAutoRaise |
( |
| ) |
const |
◆ isEditButtonVisible()
| bool ctkPathListButtonsWidget::isEditButtonVisible |
( |
| ) |
const |
◆ isRemoveButtonVisible()
| bool ctkPathListButtonsWidget::isRemoveButtonVisible |
( |
| ) |
const |
◆ orientation()
| Qt::Orientation ctkPathListButtonsWidget::orientation |
( |
| ) |
const |
◆ setAddDirectoryButtonVisible()
| void ctkPathListButtonsWidget::setAddDirectoryButtonVisible |
( |
bool |
visible | ) |
|
◆ setAddFilesButtonVisible()
| void ctkPathListButtonsWidget::setAddFilesButtonVisible |
( |
bool |
visible | ) |
|
◆ setButtonsAutoRaise()
| void ctkPathListButtonsWidget::setButtonsAutoRaise |
( |
bool |
autoRaise | ) |
|
◆ setButtonSpacing()
| void ctkPathListButtonsWidget::setButtonSpacing |
( |
int |
spacing | ) |
|
◆ setEditButtonVisible()
| void ctkPathListButtonsWidget::setEditButtonVisible |
( |
bool |
visible | ) |
|
◆ setIconAddDirectoryButton()
| void ctkPathListButtonsWidget::setIconAddDirectoryButton |
( |
const QIcon & |
icon | ) |
|
◆ setIconAddFilesButton()
| void ctkPathListButtonsWidget::setIconAddFilesButton |
( |
const QIcon & |
icon | ) |
|
◆ setIconEditButton()
| void ctkPathListButtonsWidget::setIconEditButton |
( |
const QIcon & |
icon | ) |
|
◆ setIconRemoveButton()
| void ctkPathListButtonsWidget::setIconRemoveButton |
( |
const QIcon & |
icon | ) |
|
◆ setOrientation()
| void ctkPathListButtonsWidget::setOrientation |
( |
Qt::Orientation |
orientation | ) |
|
◆ setRemoveButtonVisible()
| void ctkPathListButtonsWidget::setRemoveButtonVisible |
( |
bool |
visible | ) |
|
◆ setTextAddDirectoryButton()
| void ctkPathListButtonsWidget::setTextAddDirectoryButton |
( |
const QString & |
text | ) |
|
◆ setTextAddFilesButton()
| void ctkPathListButtonsWidget::setTextAddFilesButton |
( |
const QString & |
text | ) |
|
◆ setTextEditButton()
| void ctkPathListButtonsWidget::setTextEditButton |
( |
const QString & |
text | ) |
|
◆ setTextRemoveButton()
| void ctkPathListButtonsWidget::setTextRemoveButton |
( |
const QString & |
text | ) |
|
◆ setToolTipAddDirectoryButton()
| void ctkPathListButtonsWidget::setToolTipAddDirectoryButton |
( |
const QString & |
toolTip | ) |
|
◆ setToolTipAddFilesButton()
| void ctkPathListButtonsWidget::setToolTipAddFilesButton |
( |
const QString & |
toolTip | ) |
|
◆ setToolTipEditButton()
| void ctkPathListButtonsWidget::setToolTipEditButton |
( |
const QString & |
toolTip | ) |
|
◆ setToolTipRemoveButton()
| void ctkPathListButtonsWidget::setToolTipRemoveButton |
( |
const QString & |
toolTip | ) |
|
◆ textAddDirectoryButton()
| QString ctkPathListButtonsWidget::textAddDirectoryButton |
( |
| ) |
const |
◆ textAddFilesButton()
| QString ctkPathListButtonsWidget::textAddFilesButton |
( |
| ) |
const |
◆ textEditButton()
| QString ctkPathListButtonsWidget::textEditButton |
( |
| ) |
const |
◆ textRemoveButton()
| QString ctkPathListButtonsWidget::textRemoveButton |
( |
| ) |
const |
◆ toolTipAddDirectoryButton()
| QString ctkPathListButtonsWidget::toolTipAddDirectoryButton |
( |
| ) |
const |
◆ toolTipAddFilesButton()
| QString ctkPathListButtonsWidget::toolTipAddFilesButton |
( |
| ) |
const |
◆ toolTipEditButton()
| QString ctkPathListButtonsWidget::toolTipEditButton |
( |
| ) |
const |
◆ toolTipRemoveButton()
| QString ctkPathListButtonsWidget::toolTipRemoveButton |
( |
| ) |
const |
◆ unsetIconAddDirectoryButton()
| void ctkPathListButtonsWidget::unsetIconAddDirectoryButton |
( |
| ) |
|
◆ unsetIconAddFilesButton()
| void ctkPathListButtonsWidget::unsetIconAddFilesButton |
( |
| ) |
|
◆ unsetIconEditButton()
| void ctkPathListButtonsWidget::unsetIconEditButton |
( |
| ) |
|
◆ unsetIconRemoveButton()
| void ctkPathListButtonsWidget::unsetIconRemoveButton |
( |
| ) |
|
◆ d_ptr
| QScopedPointer<ctkPathListButtonsWidgetPrivate> ctkPathListButtonsWidget::d_ptr |
|
protected |
◆ buttonsAutoRaise
| bool ctkPathListButtonsWidget::buttonsAutoRaise |
|
readwrite |
◆ buttonSpacing
| int ctkPathListButtonsWidget::buttonSpacing |
|
readwrite |
◆ iconAddDirectoryButton
| QIcon ctkPathListButtonsWidget::iconAddDirectoryButton |
|
readwrite |
◆ iconAddFilesButton
| QIcon ctkPathListButtonsWidget::iconAddFilesButton |
|
readwrite |
◆ iconEditButton
| QIcon ctkPathListButtonsWidget::iconEditButton |
|
readwrite |
◆ iconRemoveButton
| QIcon ctkPathListButtonsWidget::iconRemoveButton |
|
readwrite |
◆ orientation
| Qt::Orientation ctkPathListButtonsWidget::orientation |
|
readwrite |
◆ showAddDirectoryButton
| bool ctkPathListButtonsWidget::showAddDirectoryButton |
|
readwrite |
◆ showAddFilesButton
| bool ctkPathListButtonsWidget::showAddFilesButton |
|
readwrite |
◆ showEditButton
| bool ctkPathListButtonsWidget::showEditButton |
|
readwrite |
◆ showRemoveButton
| bool ctkPathListButtonsWidget::showRemoveButton |
|
readwrite |
◆ textAddDirectoryButton
| QString ctkPathListButtonsWidget::textAddDirectoryButton |
|
readwrite |
◆ textAddFilesButton
| QString ctkPathListButtonsWidget::textAddFilesButton |
|
readwrite |
◆ textEditButton
| QString ctkPathListButtonsWidget::textEditButton |
|
readwrite |
◆ textRemoveButton
| QString ctkPathListButtonsWidget::textRemoveButton |
|
readwrite |
◆ toolTipAddDirectoryButton
| QString ctkPathListButtonsWidget::toolTipAddDirectoryButton |
|
readwrite |
◆ toolTipAddFilesButton
| QString ctkPathListButtonsWidget::toolTipAddFilesButton |
|
readwrite |
◆ toolTipEditButton
| QString ctkPathListButtonsWidget::toolTipEditButton |
|
readwrite |
◆ toolTipRemoveButton
| QString ctkPathListButtonsWidget::toolTipRemoveButton |
|
readwrite |
The documentation for this class was generated from the following file: