umbrello 25.04.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
|
#include <finddialog.h>
Public Member Functions | |
FindDialog (QWidget *parent=nullptr) | |
~FindDialog () | |
QString | text () const |
UMLFinder::Filter | filter () const |
UMLFinder::Category | category () const |
![]() | |
SinglePageDialogBase (QWidget *parent, bool withApplyButton=false, bool withSearchButton=false) | |
virtual | ~SinglePageDialogBase () |
virtual bool | apply () |
void | setCaption (const QString &caption) |
QWidget * | mainWidget () |
void | setMainWidget (QWidget *widget) |
void | setButtonText (ButtonCode code, const QString &text) |
Protected Member Functions | |
void | showEvent (QShowEvent *event) |
![]() | |
void | enableButtonOk (bool enable) |
virtual bool | validate () |
Private Slots | |
void | slotFilterButtonClicked (int button) |
Additional Inherited Members | |
![]() | |
enum | ButtonCode { Cancel = 0 , Ok = 1 , Apply = 2 } |
![]() | |
void | slotApply () |
void | slotOk () |
void | slotCancel () |
void | slotClicked (QAbstractButton *) |
![]() | |
QDialogButtonBox * | m_buttonBox |
QWidget * | m_mainWidget |
![]() | |
void | setupUi (QWidget *FindDialog) |
void | retranslateUi (QWidget *FindDialog) |
![]() | |
QHBoxLayout * | horizontalLayout_3 |
QVBoxLayout * | verticalLayout |
QGroupBox * | groupBox_2 |
QVBoxLayout * | verticalLayout_2 |
QHBoxLayout * | horizontalLayout_2 |
QRadioButton * | ui_treeView |
QRadioButton * | ui_CurrentDiagram |
QRadioButton * | ui_Diagrams |
QGroupBox * | groupBox |
QHBoxLayout * | horizontalLayout_5 |
QHBoxLayout * | horizontalLayout_4 |
QRadioButton * | ui_categoryAll |
QRadioButton * | ui_categoryClass |
QRadioButton * | ui_categoryPackage |
QRadioButton * | ui_categoryInterface |
QRadioButton * | ui_categoryOperation |
QRadioButton * | ui_categoryAttribute |
QHBoxLayout * | horizontalLayout |
QLabel * | label_2 |
QLineEdit * | ui_searchTerm |
QButtonGroup * | ui_buttonGroup |
Class FindDialog provides the ui part for selecting find attributes.
|
explicit |
FindDialog::~FindDialog | ( | ) |
UMLFinder::Category FindDialog::category | ( | ) | const |
Return user selected category.
UMLFinder::Filter FindDialog::filter | ( | ) | const |
Return user selected filter.
|
protected |
Override default event handler for show event.
event |
|
privateslot |
Handles filter radio button group click.
button | (-2=Treeview,-3,-4) |
QString FindDialog::text | ( | ) | const |
return entered text.