#include "cdt.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 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 } |
enum | imagescale_t { IMAGESCALE_FALSE, IMAGESCALE_TRUE, IMAGESCALE_WIDTH, IMAGESCALE_HEIGHT, IMAGESCALE_BOTH } |
typedef struct usershape_s usershape_t |
Definition at line 39 of file usershape.h.
enum imagescale_t |
Definition at line 31 of file usershape.h.
enum imagetype_t |
Definition at line 26 of file usershape.h.