All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_dialog.h File Reference Detailed Descriptiontype definitions for user interface dialog This file defines the interface for dialogs implemented in C. Definition in file type_dialog.h. Go to the source code of this file.
Macro Definition Documentation
copy method for dialog plugins (called when SCIP copies plugins) input:
Definition at line 53 of file type_dialog.h.
destructor of dialog to free user data (called when the dialog is not captured anymore) input:
Definition at line 61 of file type_dialog.h.
description output method of dialog This method should output (usually a single line of) information describing the meaning of the dialog. The method is called, when the help menu of the parent's dialog is displayed. If no description output method is given, the description string of the dialog is displayed instead. input:
Definition at line 73 of file type_dialog.h.
execution method of dialog This method is invoked, if the user selected the dialog's command name in the parent's dialog menu. input:
output:
Definition at line 87 of file type_dialog.h. Typedef Documentation
user interface dialog Definition at line 41 of file type_dialog.h.
user defined dialog data Definition at line 42 of file type_dialog.h.
dialog handler Definition at line 43 of file type_dialog.h.
linked list of single input lines Definition at line 44 of file type_dialog.h. |