RenderWindow Class Reference

#include <renderwindow.h>

List of all members.

Public Member Functions

 RenderWindow (int x, int y, int w, int h, Fl_Color col_back, Fl_Color col_renderback, const char *lab=0, bool opengl_enabled=false)
void update_image ()
void set_image (Fl_RGB_Image *img)

Private Attributes

GlWindowglwin
Fl_Group * groupwin
Fl_RGB_Image * image_ptr
const bool opengl_enabled


Detailed Description

Definition at line 74 of file renderwindow.h.


Constructor & Destructor Documentation

RenderWindow::RenderWindow ( int  x,
int  y,
int  w,
int  h,
Fl_Color  col_back,
Fl_Color  col_renderback,
const char *  lab = 0,
bool  opengl_enabled = false 
)

Definition at line 244 of file renderwindow.cpp.

References glwin, groupwin, and image_ptr.


Member Function Documentation

void RenderWindow::set_image ( Fl_RGB_Image *  img  ) 

Definition at line 273 of file renderwindow.cpp.

References glwin, groupwin, image_ptr, opengl_enabled, and GlWindow::set_image().

Referenced by bindFrameBuffer().

void RenderWindow::update_image (  ) 

Definition at line 268 of file renderwindow.cpp.

References glwin, image_ptr, opengl_enabled, and GlWindow::update_image().

Referenced by merge_FrameBuffer().


Member Data Documentation

Definition at line 75 of file renderwindow.h.

Referenced by RenderWindow(), set_image(), and update_image().

Fl_Group* RenderWindow::groupwin [private]

Definition at line 76 of file renderwindow.h.

Referenced by RenderWindow(), and set_image().

Fl_RGB_Image* RenderWindow::image_ptr [private]

Definition at line 77 of file renderwindow.h.

Referenced by RenderWindow(), set_image(), and update_image().

const bool RenderWindow::opengl_enabled [private]

Definition at line 78 of file renderwindow.h.

Referenced by set_image(), and update_image().


The documentation for this class was generated from the following files:

Generated on Mon May 18 07:14:53 2009 for lux by  doxygen 1.5.7.1