All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objdialog.cpp File Reference Detailed DescriptionC++ wrapper for dialogs. Definition in file objdialog.cpp. Go to the source code of this file.
Function Documentation
copy method for dialog plugins (called when SCIP copies plugins) Definition at line 53 of file objdialog.cpp. References SCIP_CALL, SCIP_OKAY, SCIPdialogGetData(), SCIPincludeObjDialog(), and TRUE.
destructor of dialog to free user data (called when SCIP is exiting) Definition at line 78 of file objdialog.cpp. References SCIP_CALL, SCIP_OKAY, SCIPdialogGetData(), and SCIPdialogSetData().
description output method of dialog Definition at line 104 of file objdialog.cpp. References SCIP_CALL, SCIP_OKAY, and SCIPdialogGetData().
execution method of dialog Definition at line 121 of file objdialog.cpp. References SCIP_CALL, SCIP_OKAY, and SCIPdialogGetData().
creates the dialog for the given dialog object and includes it in SCIP
Definition at line 143 of file objdialog.cpp. References SCIP_CALL, scip::ObjDialog::scip_desc_, scip::ObjDialog::scip_issubmenu_, scip::ObjDialog::scip_name_, SCIP_OKAY, SCIPaddDialogEntry(), SCIPdialogHasEntry(), SCIPgetRootDialog(), SCIPincludeDialog(), and SCIPreleaseDialog(). Referenced by SCIP_DECL_DIALOGCOPY(). |