Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Variables
otvmod.c File Reference
#include <ft2build.h>
#include "otvmod.h"
#include "otvalid.h"
#include "otvcommn.h"

Go to the source code of this file.

Macros

#define FT_COMPONENT   trace_otvmodule
 

Variables

FT_CALLBACK_TABLE_DEF const FT_Module_Class otv_module_class
 

Macro Definition Documentation

◆ FT_COMPONENT

#define FT_COMPONENT   trace_otvmodule

Definition at line 38 of file otvmod.c.

Variable Documentation

◆ otv_module_class

Initial value:
=
{
0,
sizeof ( FT_ModuleRec ),
"otvalid",
0x10000L,
0x20000L,
0,
(FT_Module_Requester) otvalid_get_service
}
FT_Error(* FT_Module_Constructor)(FT_Module module)
Definition: ftmodapi.h:121
struct FT_ModuleRec_ FT_ModuleRec
FT_Module_Interface(* FT_Module_Requester)(FT_Module module, const char *name)
Definition: ftmodapi.h:153
void(* FT_Module_Destructor)(FT_Module module)
Definition: ftmodapi.h:136

Definition at line 266 of file otvmod.c.