Main Page   Alphabetical List   Compound List   File List   Compound Members   File Members  

NvizFrame Class Reference

#include <nviz3d.h>

Collaboration diagram for NvizFrame:

Collaboration graph
[legend]
List of all members.

Public Methods

 NvizFrame (wxDialog *parent, const wxString &title, const wxPoint &pos, const wxSize &size, long style=wxDEFAULT_FRAME_STYLE)
void OnExit (wxCommandEvent &event)

Public Attributes

Nviz3DCanvasglc_nvizcanvas

Constructor & Destructor Documentation

NvizFrame::NvizFrame wxDialog *    parent,
const wxString &    title,
const wxPoint &    pos,
const wxSize &    size,
long    style = wxDEFAULT_FRAME_STYLE
 

Definition at line 260 of file nviz3d.cpp.

References glc_nvizcanvas.

00262                      : wxFrame(parent, -1, title, pos, size, style)
00263 {
00264     glc_nvizcanvas = new Nviz3DCanvas(this, -1, wxDefaultPosition, wxDefaultSize);
00265 }


Member Function Documentation

void NvizFrame::OnExit wxCommandEvent &    event
 

Definition at line 268 of file nviz3d.cpp.

00269 {
00270     Destroy();
00271 }


Member Data Documentation

Nviz3DCanvas* NvizFrame::glc_nvizcanvas
 

Definition at line 30 of file nviz3d.h.

Referenced by NvizFrame.


The documentation for this class was generated from the following files:
Generated on Mon Jun 23 23:09:59 2003 for NeReK Documentation by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002