SGL
GOptionPane Member List

This is the complete list of members for GOptionPane, including all inherited members.

CONFIRM_CANCEL enum valueGOptionPane
CONFIRM_NO enum valueGOptionPane
CONFIRM_OK enum valueGOptionPane
CONFIRM_OK_CANCEL enum valueGOptionPane
CONFIRM_YES enum valueGOptionPane
CONFIRM_YES_NO enum valueGOptionPane
CONFIRM_YES_NO_CANCEL enum valueGOptionPane
ConfirmResult enum nameGOptionPane
ConfirmType enum nameGOptionPane
MESSAGE_ABOUT enum valueGOptionPane
MESSAGE_ERROR enum valueGOptionPane
MESSAGE_INFORMATION enum valueGOptionPane
MESSAGE_PLAIN enum valueGOptionPane
MESSAGE_QUESTION enum valueGOptionPane
MESSAGE_WARNING enum valueGOptionPane
MessageType enum nameGOptionPane
showConfirmDialog(string message, string title="", ConfirmType type=CONFIRM_YES_NO)GOptionPanestatic
showConfirmDialog(GWindow *parent, string message, string title="", ConfirmType type=CONFIRM_YES_NO)GOptionPanestatic
showConfirmDialog(QWidget* parent, string message, string title="", ConfirmType type=CONFIRM_YES_NO)GOptionPanestatic
showInputDialog(string message, string title="", string initialValue="")GOptionPanestatic
showInputDialog(GWindow *parent, string message, string title="", string initialValue="")GOptionPanestatic
showInputDialog(QWidget* parent, string message, string title="", string initialValue="")GOptionPanestatic
showMessageDialog(string message, string title="", MessageType type=MESSAGE_PLAIN)GOptionPanestatic
showMessageDialog(GWindow *parent, string message, string title="", MessageType type=MESSAGE_PLAIN)GOptionPanestatic
showMessageDialog(QWidget* parent, string message, string title="", MessageType type=MESSAGE_PLAIN)GOptionPanestatic
showOptionDialog(string message, const std::vector< string > &options, string title="", string initiallySelected="")GOptionPanestatic
showOptionDialog(GWindow *parent, string message, const std::vector< string > &options, string title="", string initiallySelected="")GOptionPanestatic
showOptionDialog(QWidget* parent, string message, const std::vector< string > &options, string title="", string initiallySelected="")GOptionPanestatic
showTextFileDialog(string fileText, string title="", int rows=-1, int cols=-1)GOptionPanestatic
showTextFileDialog(GWindow *parent, string fileText, string title="", int rows=-1, int cols=-1)GOptionPanestatic
showTextFileDialog(QWidget* parent, string fileText, string title="", int rows=-1, int cols=-1)GOptionPanestatic