RenderWindow Class Reference
[-src Gui/ThreeD/Carpet/glade-src]

#include <RenderWindow.hh>

Inheritance diagram for RenderWindow:

Inheritance graph
[legend]
Collaboration diagram for RenderWindow:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RenderWindow ()
 Ctor.
virtual ~RenderWindow ()
 Dtor.
gint on_RenderWindow_expose_event (GdkEventExpose *event)
 Called by GUI when graphic needs refresh.
gint on_RenderWindow_configure_event (GdkEventConfigure *event)
 Called by GUI when graphic is reconfigured.
void on_RenderWindow_realize ()
 Called by GUI when the graphic window has been realized.
gint on_RenderWindow_map_event (GdkEventAny *)
 Called by GUI when the graphic window has been mapped.
void on_RenderWindow_show ()
 Called by GUI when the graphic window is shown.

Friends

class RenderWindow_glade

Detailed Description

Definition at line 24 of file RenderWindow.hh.


Constructor & Destructor Documentation

RenderWindow::RenderWindow (  ) 

Ctor.

virtual RenderWindow::~RenderWindow (  )  [virtual]

Dtor.


Member Function Documentation

gint RenderWindow::on_RenderWindow_expose_event ( GdkEventExpose *  event  ) 

Called by GUI when graphic needs refresh.

Parameters:
event The expose event
Returns:

gint RenderWindow::on_RenderWindow_configure_event ( GdkEventConfigure *  event  ) 

Called by GUI when graphic is reconfigured.

Parameters:
event The configure event.
Returns:

void RenderWindow::on_RenderWindow_realize (  ) 

Called by GUI when the graphic window has been realized.

gint RenderWindow::on_RenderWindow_map_event ( GdkEventAny *   ) 

Called by GUI when the graphic window has been mapped.

void RenderWindow::on_RenderWindow_show (  ) 

Called by GUI when the graphic window is shown.


Friends And Related Function Documentation

friend class RenderWindow_glade [friend]

Definition at line 71 of file RenderWindow.hh.


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