gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Annotate.cpp File Reference
#include <vector>
#include "GmshConfig.h"
#include "Annotate.h"
#include "Context.h"
Include dependency graph for Annotate.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterAnnotatePlugin ()
 
static double getStyle ()
 

Variables

StringXNumber AnnotateOptions_Number []
 
StringXString AnnotateOptions_String []
 

Function Documentation

◆ getStyle()

static double getStyle ( )
static

Definition at line 32 of file Annotate.cpp.

Referenced by GMSH_AnnotatePlugin::draw(), and GMSH_AnnotatePlugin::execute().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GMSH_RegisterAnnotatePlugin()

GMSH_Plugin* GMSH_RegisterAnnotatePlugin ( )

Definition at line 29 of file Annotate.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ AnnotateOptions_Number

◆ AnnotateOptions_String

GMSH_AnnotatePlugin::callbackX
static double callbackX(int, int, double)
Definition: Annotate.cpp:120
GMSH_AnnotatePlugin::callbackFont
static std::string callbackFont(int, int, const std::string &)
Definition: Annotate.cpp:167
GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20
GMSH_AnnotatePlugin::callback3D
static double callback3D(int, int, double)
Definition: Annotate.cpp:150
GMSH_AnnotatePlugin::callbackText
static std::string callbackText(int, int, const std::string &)
Definition: Annotate.cpp:161
GMSH_AnnotatePlugin::callbackY
static double callbackY(int, int, double)
Definition: Annotate.cpp:130
GMSH_AnnotatePlugin::callbackFontSize
static double callbackFontSize(int, int, double)
Definition: Annotate.cpp:155
GMSH_AnnotatePlugin::callbackAlign
static std::string callbackAlign(int, int, const std::string &)
Definition: Annotate.cpp:173
GMSH_AnnotatePlugin::callbackZ
static double callbackZ(int, int, double)
Definition: Annotate.cpp:140