|
Index
C++ Code Documentation
imagegl::ScreenDump
Children: isight::context::Write
File: GEOM/imagegl/ScreenDump.H
public:
- ScreenDump( Display *display );
 | constructor | |
- virtual ~ScreenDump();
 | destructor | |
- void write( base::String const &filename, uint width, uint height, image::Writer &writer );
- void export_( image::Image &geom );
- void transparent( bool b );
protected:
private:
- virtual void set_window_size(uint x, uint y) = 0;
- virtual void draw() = 0;
- virtual void make_current() = 0;
- virtual uint area_width() const = 0;
- virtual uint area_height() const = 0;
- virtual base::Color3 const &background_color() const = 0;
- bool _transparent;
- ::Display *_display;
- ScreenDump( ScreenDump const & );
 | disabled copy constructor | |
- ScreenDump &operator=( ScreenDump const & );
 | disabled assignment operator | |
|