type_dialog.h
Go to the documentation of this file.
37 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
74 * This method should output (usually a single line of) information describing the meaning of the dialog.
76 * If no description output method is given, the description string of the dialog is displayed instead.
86 * This method is invoked, if the user selected the dialog's command name in the parent's dialog menu.
96 #define SCIP_DECL_DIALOGEXEC(x) SCIP_RETCODE x (SCIP* scip, SCIP_DIALOG* dialog, SCIP_DIALOGHDLR* dialoghdlr, SCIP_DIALOG** nextdialog)
Definition: struct_dialog.h:45
type definitions for return codes for SCIP methods
Definition: struct_dialog.h:63
type definitions for SCIP's main datastructure
Definition: struct_dialog.h:70
common defines and data types used in all packages of SCIP