Index

C++ Code Documentation

milieu::opengl::Background

Derived from: virtual milieu::kernel::Background

File: GEOM/milieu/opengl/Background.H

public:
  • Background();
    constructor
  • Background( Background const & );
    copy constructor
  • virtual ~Background();
    destructor
  • Background &operator=( Background const & );
    assignment operator
  • virtual base::Color3 const &color() const;
    access functions
  • virtual void color( base::Color3 const &a );
  • virtual void enable_draw(bool) = 0;
  • virtual void refresh() = 0;
  • virtual void background_image( base::String const &filename ) = 0;
  • virtual void background_clear_image() = 0;
  • virtual void stars(bool state) = 0;
protected:
  • void draw() const;
    virtual void background_next(); virtual void background_prev(); virtual void background_synchronize();
private:
  • static float const DEFAULT_ALPHA;


milieu::opengl::Background GANG