struct_dialog.h
Go to the documentation of this file.
31 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
47 SCIP_DECL_DIALOGCOPY ((*dialogcopy)); /**< copy method of dialog or NULL if you don't want to copy your plugin into sub-SCIPs */
74 SCIP_LINELIST** inputlistptr; /**< pointer to the ending nextline pointer of the list (which points to 0) */
Definition: struct_dialog.h:45
Definition: struct_dialog.h:63
SCIP_DECL_DIALOGDESC((*dialogdesc))
SCIP_DECL_DIALOGEXEC((*dialogexec))
Definition: struct_dialog.h:70
SCIP_DECL_DIALOGCOPY((*dialogcopy))
SCIP_DECL_DIALOGFREE((*dialogfree))
type definitions for user interface dialog
common defines and data types used in all packages of SCIP