All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Dialog Struct Reference Detailed Descriptionuser interface dialog Definition at line 35 of file struct_dialog.h.
Member Function Documentation
copy method of dialog or NULL if you don't want to copy your plugin into sub-SCIPs
execution method of dialog
description output method of dialog, or NULL
destructor of dialog to free user data, or NULL Field Documentation
name of dialog: command name appearing in parent's dialog menu Definition at line 41 of file struct_dialog.h. Referenced by SCIPdialogDisplayMenuEntry(), SCIPdialogGetName(), SCIPdialogGetPath(), and SCIPdialoghdlrAddHistory().
description of dialog used if description output method is NULL Definition at line 42 of file struct_dialog.h. Referenced by SCIPdialogDisplayMenuEntry(), and SCIPdialogGetDesc().
parent dialog of dialog Definition at line 43 of file struct_dialog.h. Referenced by SCIPdialogAddEntry(), SCIPdialogGetParent(), SCIPdialogGetPath(), and SCIPdialoghdlrAddHistory().
sub dialogs of dialog Definition at line 44 of file struct_dialog.h. Referenced by ensureSubdialogMem(), SCIPdialogAddEntry(), SCIPdialogDisplayMenu(), and SCIPdialogGetSubdialogs().
user defined dialog data Definition at line 45 of file struct_dialog.h. Referenced by SCIPdialogGetData(), and SCIPdialogSetData().
number of sub dialogs Definition at line 46 of file struct_dialog.h. Referenced by SCIPdialogAddEntry(), SCIPdialogDisplayMenu(), and SCIPdialogGetNSubdialogs().
size of subdialogs array Definition at line 47 of file struct_dialog.h. Referenced by ensureSubdialogMem().
number of times, the dialog is used Definition at line 48 of file struct_dialog.h. Referenced by SCIPdialogCapture().
is the dialog a submenu? Definition at line 49 of file struct_dialog.h. Referenced by SCIPdialogDisplayMenuEntry(), and SCIPdialogIsSubmenu(). |