DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
Dtk::Widget::DInputDialog 成员列表

成员的完整列表,这些成员属于 Dtk::Widget::DInputDialog,包括所有继承而来的类成员

aboutToClose() (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
addButton(const QString &text, bool isDefault=false, ButtonType type=ButtonNormal)Dtk::Widget::DDialogslot
addButtons(const QStringList &text)Dtk::Widget::DDialogslot
addContent(QWidget *widget, Qt::Alignment alignment={})Dtk::Widget::DDialogslot
addSpacing(int spacing)Dtk::Widget::DDialogslot
buttonClicked(int index, const QString &text) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
buttonCount() constDtk::Widget::DDialog
ButtonNormal 枚举值 (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialog
ButtonRecommend 枚举值 (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialog
ButtonType 枚举名称Dtk::Widget::DDialog
ButtonWarning 枚举值 (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialog
cancelButtonClicked()Dtk::Widget::DInputDialogsignal
cancelButtonTextDtk::Widget::DInputDialog
cancelButtonText() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
Center 枚举值Dtk::Widget::DAbstractDialog
changeEvent(QEvent *event) override (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogprotected
childEvent(QChildEvent *event) Q_DECL_OVERRIDE (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogprotected
clearButtons()Dtk::Widget::DDialogslot
clearContents(bool isDelete=true)Dtk::Widget::DDialogslot
clearSpacing()Dtk::Widget::DDialogslot
closeButtonVisibleDtk::Widget::DDialog
closeButtonVisible() constDtk::Widget::DDialog
closed() (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
closeEvent(QCloseEvent *event) override (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogprotected
ComboBox 枚举值 (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
comboBoxCurrentIndexDtk::Widget::DInputDialog
comboBoxCurrentIndex() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
comboBoxCurrentIndexChanged(int comboBoxCurrentIndex)Dtk::Widget::DInputDialogsignal
comboBoxEditableDtk::Widget::DInputDialog
comboBoxItemsDtk::Widget::DInputDialog
comboBoxItems() constDtk::Widget::DInputDialog
contentCount() constDtk::Widget::DDialog
contentLayoutContentsMargins() constDtk::Widget::DDialog
DAbstractDialog(QWidget *parent=nullptr)Dtk::Widget::DAbstractDialog
DAbstractDialog(bool blurIfPossible, QWidget *parent=nullptr)Dtk::Widget::DAbstractDialog
DAbstractDialog(DAbstractDialogPrivate &dd, QWidget *parent=nullptr) (定义于 Dtk::Widget::DAbstractDialog)Dtk::Widget::DAbstractDialogprotected
DDialog(QWidget *parent=nullptr)Dtk::Widget::DDialogexplicit
DDialog(const QString &title, const QString &message, QWidget *parent=0)Dtk::Widget::DDialogexplicit
DDialog(DDialogPrivate &dd, QWidget *parent=0) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogexplicitprotected
DInputDialog(QWidget *parent=0)Dtk::Widget::DInputDialogexplicit
DisplayCenter 枚举值 (定义于 Dtk::Widget::DAbstractDialog)Dtk::Widget::DAbstractDialog
DisplayPosition 枚举名称Dtk::Widget::DAbstractDialog
displayPositionDtk::Widget::DAbstractDialog
displayPosition() const (定义于 Dtk::Widget::DAbstractDialog)Dtk::Widget::DAbstractDialog
DisplayPostion 枚举名称 (定义于 Dtk::Widget::DAbstractDialog)Dtk::Widget::DAbstractDialog
DisplayTopRight 枚举值 (定义于 Dtk::Widget::DAbstractDialog)Dtk::Widget::DAbstractDialog
doubleDecimalsDtk::Widget::DInputDialog
doubleDecimals() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
DoubleInput 枚举值 (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
doubleMaximumDtk::Widget::DInputDialog
doubleMaximum() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
doubleMinimumDtk::Widget::DInputDialog
doubleMinimum() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
doubleValueDtk::Widget::DInputDialog
doubleValue() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
doubleValueChanged(double value)Dtk::Widget::DInputDialogsignal
doubleValueSelected(double value)Dtk::Widget::DInputDialogsignal
eventFilter(QObject *watched, QEvent *event) override (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogprotected
exec() Q_DECL_OVERRIDEDtk::Widget::DDialogslot
getButton(int index) constDtk::Widget::DDialog
getButtonIndexByText(const QString &text) constDtk::Widget::DDialog
getButtons() constDtk::Widget::DDialog
getContent(int index) constDtk::Widget::DDialog
getContents() constDtk::Widget::DDialog
getDouble(QWidget *parent, const QString &title, const QString &message, double value=0, double minValue=-2147483647, double maxValue=2147483647, int decimals=1, bool *ok=0, Qt::WindowFlags flags=Qt::WindowFlags{0})Dtk::Widget::DInputDialogstatic
getInt(QWidget *parent, const QString &title, const QString &message, int value=0, int minValue=-2147483647, int maxValue=2147483647, int step=1, bool *ok=0, Qt::WindowFlags flags=Qt::WindowFlags{0})Dtk::Widget::DInputDialogstatic
getItem(QWidget *parent, const QString &title, const QString &message, const QStringList &items, int current=0, bool editable=true, bool *ok=0, Qt::WindowFlags flags=Qt::WindowFlags{0}, Qt::InputMethodHints inputMethodHints=Qt::ImhNone)Dtk::Widget::DInputDialogstatic
getText(QWidget *parent, const QString &title, const QString &message, QLineEdit::EchoMode echo=QLineEdit::Normal, const QString &text=QString(), bool *ok=0, Qt::WindowFlags flags=Qt::WindowFlags{0}, Qt::InputMethodHints inputMethodHints=Qt::ImhNone)Dtk::Widget::DInputDialogstatic
hideEvent(QHideEvent *event) Q_DECL_OVERRIDEDtk::Widget::DDialogprotected
iconDtk::Widget::DDialog
icon() constDtk::Widget::DDialog
inputModeDtk::Widget::DInputDialog
inputMode() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
InputMode 枚举名称 (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
insertButton(int index, const QString &text, bool isDefault=false, ButtonType type=ButtonNormal)Dtk::Widget::DDialogslot
insertButton(int index, QAbstractButton *button, bool isDefault=false)Dtk::Widget::DDialogslot
insertButtons(int index, const QStringList &text)Dtk::Widget::DDialogslot
insertContent(int index, QWidget *widget, Qt::Alignment alignment={})Dtk::Widget::DDialogslot
insertSpacing(int index, int spacing)Dtk::Widget::DDialogslot
IntInput 枚举值 (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
intMaximumDtk::Widget::DInputDialog
intMaximum() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
intMinimumDtk::Widget::DInputDialog
intMinimum() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
intStepDtk::Widget::DInputDialog
intStep() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
intValueDtk::Widget::DInputDialog
intValue() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
intValueChanged(int value)Dtk::Widget::DInputDialogsignal
intValueSelected(int value)Dtk::Widget::DInputDialogsignal
isComboBoxEditable() constDtk::Widget::DInputDialog
isTextAlert() constDtk::Widget::DInputDialog
keyPressEvent(QKeyEvent *event) override (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogprotected
messageDtk::Widget::DDialog
message() constDtk::Widget::DDialog
messageChanged(QString massage) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDEDtk::Widget::DAbstractDialogprotected
mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDEDtk::Widget::DAbstractDialogprotected
mouseReleaseEvent(QMouseEvent *event) Q_DECL_OVERRIDEDtk::Widget::DAbstractDialogprotected
move(const QPoint &pos)Dtk::Widget::DAbstractDialog
move(int x, int y)Dtk::Widget::DAbstractDialoginline
moveToCenter()Dtk::Widget::DAbstractDialogslot
moveToCenterByRect(const QRect &rect)Dtk::Widget::DAbstractDialogslot
moveToTopRight()Dtk::Widget::DAbstractDialogslot
moveToTopRightByRect(const QRect &rect)Dtk::Widget::DAbstractDialogslot
okButtonClicked()Dtk::Widget::DInputDialogsignal
okButtonIsEnabled() constDtk::Widget::DInputDialog
okButtonTextDtk::Widget::DInputDialog
okButtonText() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
onButtonClickedCloseDtk::Widget::DDialog
onButtonClickedClose() constDtk::Widget::DDialog
removeButton(int index)Dtk::Widget::DDialogslot
removeButton(QAbstractButton *button)Dtk::Widget::DDialogslot
removeButtonByText(const QString &text)Dtk::Widget::DDialogslot
removeContent(QWidget *widget, bool isDelete=true)Dtk::Widget::DDialogslot
resizeEvent(QResizeEvent *event) override (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogprotected
setButtonIcon(int index, const QIcon &icon)Dtk::Widget::DDialogslot
setButtonText(int index, const QString &text)Dtk::Widget::DDialogslot
setCancelButtonText(const QString &text)Dtk::Widget::DInputDialog
setCloseButtonVisible(bool closeButtonVisible)Dtk::Widget::DDialogslot
setComboBoxCurrentIndex(int comboBoxCurrentIndex)Dtk::Widget::DInputDialog
setComboBoxEditable(bool editable)Dtk::Widget::DInputDialog
setComboBoxItems(const QStringList &items)Dtk::Widget::DInputDialog
setContentLayoutContentsMargins(const QMargins &margins)Dtk::Widget::DDialog
setDefaultButton(int index)Dtk::Widget::DDialogslot
setDefaultButton(const QString &str)Dtk::Widget::DDialogslot
setDefaultButton(QAbstractButton *button)Dtk::Widget::DDialogslot
setDisplayPosition(DisplayPosition displayPosition)Dtk::Widget::DAbstractDialogslot
setDoubleDecimals(int decimals)Dtk::Widget::DInputDialog
setDoubleMaximum(double max)Dtk::Widget::DInputDialog
setDoubleMinimum(double min)Dtk::Widget::DInputDialog
setDoubleRange(double min, double max)Dtk::Widget::DInputDialog
setDoubleValue(double value)Dtk::Widget::DInputDialog
setGeometry(const QRect &rect)Dtk::Widget::DAbstractDialog
setGeometry(int x, int y, int width, int height) (定义于 Dtk::Widget::DAbstractDialog)Dtk::Widget::DAbstractDialoginline
setIcon(const QIcon &icon)Dtk::Widget::DDialogslot
setInputMode(InputMode mode)Dtk::Widget::DInputDialog
setIntMaximum(int max)Dtk::Widget::DInputDialog
setIntMinimum(int min)Dtk::Widget::DInputDialog
setIntRange(int min, int max)Dtk::Widget::DInputDialog
setIntStep(int step)Dtk::Widget::DInputDialog
setIntValue(int value)Dtk::Widget::DInputDialog
setMessage(const QString &message)Dtk::Widget::DDialogslot
setOkButtonEnabled(const bool enable)Dtk::Widget::DInputDialog
setOkButtonText(const QString &text)Dtk::Widget::DInputDialog
setOnButtonClickedClose(bool onButtonClickedClose)Dtk::Widget::DDialogslot
setSpacing(int spacing)Dtk::Widget::DDialogslot
setTextAlert(bool textAlert)Dtk::Widget::DInputDialog
setTextEchoMode(QLineEdit::EchoMode mode)Dtk::Widget::DInputDialog
setTextFormat(Qt::TextFormat textFormat)Dtk::Widget::DDialogslot
setTextValue(const QString &text)Dtk::Widget::DInputDialog
setTitle(const QString &title)Dtk::Widget::DDialogslot
setWordWrapMessage(bool wordWrap)Dtk::Widget::DDialogslot
setWordWrapTitle(bool wordWrap)Dtk::Widget::DDialogslot
showEvent(QShowEvent *e) (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialogprotected
sizeChanged(QSize size) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
textAlertDtk::Widget::DInputDialog
textAlertChanged(bool textAlert)Dtk::Widget::DInputDialogsignal
textEchoModeDtk::Widget::DInputDialog
textEchoMode() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
textFormatDtk::Widget::DDialog
textFormat() constDtk::Widget::DDialog
textFormatChanged(Qt::TextFormat textFormat) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
TextInput 枚举值 (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
textValueDtk::Widget::DInputDialog
textValue() const (定义于 Dtk::Widget::DInputDialog)Dtk::Widget::DInputDialog
textValueChanged(const QString &text)Dtk::Widget::DInputDialogsignal
textValueSelected(const QString &text)Dtk::Widget::DInputDialogsignal
titleDtk::Widget::DDialog
title() constDtk::Widget::DDialog
titleChanged(QString title) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal
TopRight 枚举值Dtk::Widget::DAbstractDialog
visibleChanged(bool visible) (定义于 Dtk::Widget::DDialog)Dtk::Widget::DDialogsignal