#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 std::unique_ptr<const FG_Graphic> FG_ConstGraphicPtr |
typedef std::unique_ptr<FG_Graphic> FG_GraphicPtr |
typedef std::shared_ptr<FG_Graphic> FG_SharedGraphicPtr |
enum FGType |