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]
Public Attributes | List of all members
FT_Module_Class_ Struct Reference

#include <ftmodapi.h>

Public Attributes

FT_ULong module_flags
 
FT_Long module_size
 
const FT_Stringmodule_name
 
FT_Fixed module_version
 
FT_Fixed module_requires
 
const voidmodule_interface
 
FT_Module_Constructor module_init
 
FT_Module_Destructor module_done
 
FT_Module_Requester get_interface
 

Detailed Description

Definition at line 186 of file ftmodapi.h.

Member Data Documentation

◆ get_interface

FT_Module_Requester FT_Module_Class_::get_interface

Definition at line 198 of file ftmodapi.h.

Referenced by cff_get_interface(), and ft_module_get_service().

◆ module_done

FT_Module_Destructor FT_Module_Class_::module_done

Definition at line 197 of file ftmodapi.h.

◆ module_flags

FT_ULong FT_Module_Class_::module_flags

Definition at line 188 of file ftmodapi.h.

Referenced by FT_Done_Library().

◆ module_init

FT_Module_Constructor FT_Module_Class_::module_init

Definition at line 196 of file ftmodapi.h.

◆ module_interface

const void* FT_Module_Class_::module_interface

Definition at line 194 of file ftmodapi.h.

Referenced by FT_Get_Module_Interface(), and tt_get_interface().

◆ module_name

const FT_String* FT_Module_Class_::module_name

Definition at line 190 of file ftmodapi.h.

Referenced by FT_Add_Module(), and FT_Done_Library().

◆ module_requires

FT_Fixed FT_Module_Class_::module_requires

Definition at line 192 of file ftmodapi.h.

◆ module_size

FT_Long FT_Module_Class_::module_size

Definition at line 189 of file ftmodapi.h.

◆ module_version

FT_Fixed FT_Module_Class_::module_version

Definition at line 191 of file ftmodapi.h.

Referenced by FT_Add_Module().


The documentation for this struct was generated from the following file: