public

Inheritance Graph

graph BT
	Image
	Image --> Component
	click Image "classGUI_1_1Image"
	click Component "classGUI_1_1Component"

Description

Public Functions

   
   
  Image( GUI_Manager & gui, const Geometry::Rect & relRect, flag_t flags)
   
  Image( GUI_Manager & gui, const Util::Bitmap & bitmap, flag_t flags)
   
  ~Image()
   
Util::Reference < Util::PixelAccessor > createPixelAccessor()
   
void dataChanged()
   
ImageData * getImageData() const
   
const Util::Reference < Util::Bitmap > getBitmap() const
   
void updateData(const Util::Bitmap & bitmap)

Documentation

function
GUI::Image::Image

public
     
     
Image( GUI_Manager & gui,
  const Geometry::Rect & relRect,
  flag_t flags
)    

Defined in GUI/Components/Image.h:40


function
GUI::Image::Image

public
     
     
Image( GUI_Manager & gui,
  const Util::Bitmap & bitmap,
  flag_t flags
)    

Defined in GUI/Components/Image.h:41


function
GUI::Image::~Image

public virtual
   
   
~Image( )

Defined in GUI/Components/Image.h:43


function
GUI::Image::createPixelAccessor

public
   
   
Util::Reference < Util::PixelAccessor > createPixelAccessor( )

Defined in GUI/Components/Image.h:46


function
GUI::Image::dataChanged

public inline
   
   
void dataChanged( )

Defined in GUI/Components/Image.h:47


function
GUI::Image::getImageData

public const inline
   
   
ImageData * getImageData( ) const

Defined in GUI/Components/Image.h:51


function
GUI::Image::getBitmap

public const inline
   
   
const Util::Reference < Util::Bitmap > getBitmap( ) const

Defined in GUI/Components/Image.h:52


function
GUI::Image::updateData

public inline
     
     
void updateData( const Util::Bitmap & bitmap )

Defined in GUI/Components/Image.h:55