Index

C++ Code Documentation

imagegl::ScreenLoad

Children: isight::context::Write

File: GEOM/imagegl/ScreenLoad.H

public:
  • ScreenLoad();
    constructor
  • virtual ~ScreenLoad();
    destructor
  • void read( base::String const &filename, image::Reader &reader, bool on_top = false );
  • void draw() const;
  • void clear();
  • void enable( bool state = true );
protected:
private:
  • virtual uint area_width() const = 0;
  • virtual uint area_height() const = 0;
  • image::Image _image;
  • bool _enable;
    if true, draw
  • bool _on_top;
    if true, draw geom in front
  • ScreenLoad( ScreenLoad const & );
    disabled copy constructor
  • ScreenLoad &operator=( ScreenLoad const & );
    disabled assignment operator


imagegl::ScreenLoad GANG