This is the complete list of members for GOptionPane, including all inherited members.
CONFIRM_CANCEL enum value | GOptionPane | |
CONFIRM_NO enum value | GOptionPane | |
CONFIRM_OK enum value | GOptionPane | |
CONFIRM_OK_CANCEL enum value | GOptionPane | |
CONFIRM_YES enum value | GOptionPane | |
CONFIRM_YES_NO enum value | GOptionPane | |
CONFIRM_YES_NO_CANCEL enum value | GOptionPane | |
ConfirmResult enum name | GOptionPane | |
ConfirmType enum name | GOptionPane | |
MESSAGE_ABOUT enum value | GOptionPane | |
MESSAGE_ERROR enum value | GOptionPane | |
MESSAGE_INFORMATION enum value | GOptionPane | |
MESSAGE_PLAIN enum value | GOptionPane | |
MESSAGE_QUESTION enum value | GOptionPane | |
MESSAGE_WARNING enum value | GOptionPane | |
MessageType enum name | GOptionPane | |
showConfirmDialog(string message, string title="", ConfirmType type=CONFIRM_YES_NO) | GOptionPane | static |
showConfirmDialog(GWindow *parent, string message, string title="", ConfirmType type=CONFIRM_YES_NO) | GOptionPane | static |
showConfirmDialog(QWidget* parent, string message, string title="", ConfirmType type=CONFIRM_YES_NO) | GOptionPane | static |
showInputDialog(string message, string title="", string initialValue="") | GOptionPane | static |
showInputDialog(GWindow *parent, string message, string title="", string initialValue="") | GOptionPane | static |
showInputDialog(QWidget* parent, string message, string title="", string initialValue="") | GOptionPane | static |
showMessageDialog(string message, string title="", MessageType type=MESSAGE_PLAIN) | GOptionPane | static |
showMessageDialog(GWindow *parent, string message, string title="", MessageType type=MESSAGE_PLAIN) | GOptionPane | static |
showMessageDialog(QWidget* parent, string message, string title="", MessageType type=MESSAGE_PLAIN) | GOptionPane | static |
showOptionDialog(string message, const std::vector< string > &options, string title="", string initiallySelected="") | GOptionPane | static |
showOptionDialog(GWindow *parent, string message, const std::vector< string > &options, string title="", string initiallySelected="") | GOptionPane | static |
showOptionDialog(QWidget* parent, string message, const std::vector< string > &options, string title="", string initiallySelected="") | GOptionPane | static |
showTextFileDialog(string fileText, string title="", int rows=-1, int cols=-1) | GOptionPane | static |
showTextFileDialog(GWindow *parent, string fileText, string title="", int rows=-1, int cols=-1) | GOptionPane | static |
showTextFileDialog(QWidget* parent, string fileText, string title="", int rows=-1, int cols=-1) | GOptionPane | static |