Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
#include "cdt.h"
#include <stdbool.h>
#include <stdio.h>
Include dependency graph for usershape.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  usershape_s
 

Typedefs

typedef struct usershape_s usershape_t
 

Enumerations

enum  imagetype_t {
  FT_NULL , FT_BMP , FT_GIF , FT_PNG ,
  FT_JPEG , FT_PDF , FT_PS , FT_EPS ,
  FT_SVG , FT_XML , FT_RIFF , FT_WEBP ,
  FT_ICO , FT_TIFF
}
 
enum  imagescale_t {
  IMAGESCALE_FALSE , IMAGESCALE_TRUE , IMAGESCALE_WIDTH , IMAGESCALE_HEIGHT ,
  IMAGESCALE_BOTH
}
 
enum  imagepos_t {
  IMAGEPOS_TOP_LEFT , IMAGEPOS_TOP_CENTER , IMAGEPOS_TOP_RIGHT , IMAGEPOS_MIDDLE_LEFT ,
  IMAGEPOS_MIDDLE_CENTER , IMAGEPOS_MIDDLE_RIGHT , IMAGEPOS_BOTTOM_LEFT , IMAGEPOS_BOTTOM_CENTER ,
  IMAGEPOS_BOTTOM_RIGHT
}
 

Typedef Documentation

◆ usershape_t

typedef struct usershape_s usershape_t

Definition at line 50 of file usershape.h.

Enumeration Type Documentation

◆ imagepos_t

enum imagepos_t
Enumerator
IMAGEPOS_TOP_LEFT 
IMAGEPOS_TOP_CENTER 
IMAGEPOS_TOP_RIGHT 
IMAGEPOS_MIDDLE_LEFT 
IMAGEPOS_MIDDLE_CENTER 
IMAGEPOS_MIDDLE_RIGHT 
IMAGEPOS_BOTTOM_LEFT 
IMAGEPOS_BOTTOM_CENTER 
IMAGEPOS_BOTTOM_RIGHT 

Definition at line 38 of file usershape.h.

◆ imagescale_t

Enumerator
IMAGESCALE_FALSE 
IMAGESCALE_TRUE 
IMAGESCALE_WIDTH 
IMAGESCALE_HEIGHT 
IMAGESCALE_BOTH 

Definition at line 30 of file usershape.h.

◆ imagetype_t

Enumerator
FT_NULL 
FT_BMP 
FT_GIF 
FT_PNG 
FT_JPEG 
FT_PDF 
FT_PS 
FT_EPS 
FT_SVG 
FT_XML 
FT_RIFF 
FT_WEBP 
FT_ICO 
FT_TIFF 

Definition at line 24 of file usershape.h.