Classes | Typedefs | Enumerations

fg_Graphic.h File Reference

#include <memory>
#include <string>
#include "ut_types.h"
#include "ut_bytebuf.h"
#include "pt_Types.h"

Go to the source code of this file.

Classes

class  FG_Graphic

Typedefs

typedef std::unique_ptr
< FG_Graphic
FG_GraphicPtr
typedef std::unique_ptr< const
FG_Graphic
FG_ConstGraphicPtr
typedef std::shared_ptr
< FG_Graphic
FG_SharedGraphicPtr

Enumerations

enum  FGType { FGT_Unknown, FGT_Raster, FGT_Vector }

Typedef Documentation

typedef std::unique_ptr<const FG_Graphic> FG_ConstGraphicPtr
typedef std::unique_ptr<FG_Graphic> FG_GraphicPtr
typedef std::shared_ptr<FG_Graphic> FG_SharedGraphicPtr

Enumeration Type Documentation

enum FGType
Enumerator:
FGT_Unknown 
FGT_Raster 
FGT_Vector