C++ wrapper for dialogs.
Definition in file objdialog.h.
Go to the source code of this file.
Data Structures | |
| class | scip::ObjDialog |
| C++ wrapper for dialogs. More... | |
Namespaces | |
| namespace | scip |
Functions | |
| SCIP_RETCODE | SCIPincludeObjDialog (SCIP *scip, scip::ObjDialog *objdialog, SCIP_Bool deleteobject) |
| SCIP_RETCODE SCIPincludeObjDialog | ( | SCIP * | scip, |
| scip::ObjDialog * | objdialog, | ||
| SCIP_Bool | deleteobject ) |
creates the dialog for the given dialog object and includes it in SCIP
The method should be called in one of the following ways:
creates the dialog for the given dialog object and includes it in SCIP
| scip | SCIP data structure |
| objdialog | dialog object |
| deleteobject | should the dialog object be deleted when dialog is freed? |
Definition at line 152 of file objdialog.cpp.
References assert(), SCIP_Bool, 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().