![JAR search and dependency download from the Maven repository](/logo.png)
h.ST_GVCOMMON_t Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plantuml-mit Show documentation
Show all versions of plantuml-mit Show documentation
PlantUML is a component that allows to quickly write diagrams from text.
// THIS FILE HAS BEEN GENERATED BY A PREPROCESSOR.
package h;
import smetana.core.CFunction;
import smetana.core.UnsupportedStarStruct;
import smetana.core.__ptr__;
final public class ST_GVCOMMON_t extends UnsupportedStarStruct {
public __ptr__ info;
// "char *cmdname",
// "int verbose",
// "boolean config, auto_outfile_names",
// "void (*errorfn) (const char *fmt, ...)",
public CFunction errorfn;
// "const char **show_boxes",
// "const char **lib",
// "int viewNum",
// "const lt_symlist_t *builtins",
public __ptr__ builtins;
public boolean demand_loading;
}
// typedef struct GVCOMMON_s {
// char **info;
// char *cmdname;
// int verbose;
// boolean config, auto_outfile_names;
// void (*errorfn) (const char *fmt, ...);
// const char **show_boxes; /* emit code for correct box coordinates */
// const char **lib;
//
// /* rendering state */
// int viewNum; /* current view - 1 based count of views,
// all pages in all layers */
// const lt_symlist_t *builtins;
// int demand_loading;
// } GVCOMMON_t;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy