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

NvizFrame Class Reference

#include <nviz3d.h>

Collaboration diagram for NvizFrame:

[legend]
List of all members.

Public Methods

 NvizFrame (wxFrame *frame, 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 wxFrame *    frame,
const wxString &    title,
const wxPoint &    pos,
const wxSize &    size,
long    style = wxDEFAULT_FRAME_STYLE
 

Definition at line 218 of file nviz3d.cpp.

References glc_nvizcanvas.

00220                      : wxFrame(frame, -1, title, pos, size, style)
00221 {
00222     glc_nvizcanvas = NULL;
00223 }


Member Function Documentation

void NvizFrame::OnExit wxCommandEvent &    event
 

Definition at line 226 of file nviz3d.cpp.

00227 {
00228     Destroy();
00229 }


Member Data Documentation

Nviz3DCanvas* NvizFrame::glc_nvizcanvas
 

Definition at line 39 of file nviz3d.h.

Referenced by NvizFrame, and Nviz3DApp::OnInit.


The documentation for this class was generated from the following files:
Generated on Fri Jun 6 22:02:34 2003 for NeReK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002