class ffw::GuiImageNanoVG

Class List > ffw :: GuiImageNanoVG

Inherits the following classes: ffw::GuiImage

Public Functions

Type Name
GuiImageNanoVG (NVGcontext * ctx, const int w, const int h, const int flags, const unsigned char * data)
GuiImageNanoVG (NVGcontext * ctx, const std::string & path, const int flags)
virtual ~GuiImageNanoVG ()
virtual void destroy () override
virtual bool isCreated () override const
virtual int getWidth () override const
virtual int getHeight () override const
int getImageId () const

Public Functions Documentation

function GuiImageNanoVG (1/2)

ffw::GuiImageNanoVG::GuiImageNanoVG (
    NVGcontext * ctx,
    const int w,
    const int h,
    const int flags,
    const unsigned char * data
)

function GuiImageNanoVG (2/2)

ffw::GuiImageNanoVG::GuiImageNanoVG (
    NVGcontext * ctx,
    const std::string & path,
    const int flags
)

function ~GuiImageNanoVG

virtual ffw::GuiImageNanoVG::~GuiImageNanoVG ()

function destroy

virtual void ffw::GuiImageNanoVG::destroy ()

Implements GuiImage::destroy

function isCreated

virtual bool ffw::GuiImageNanoVG::isCreated () const

Implements GuiImage::isCreated

function getWidth

virtual int ffw::GuiImageNanoVG::getWidth () const

Implements GuiImage::getWidth

function getHeight

virtual int ffw::GuiImageNanoVG::getHeight () const

Implements GuiImage::getHeight

function getImageId

int ffw::GuiImageNanoVG::getImageId () const

The documentation for this class was generated from the following file: include/ffw/gui/backend/guibackendnanovg.h