Removed further wxsgv files.

This commit is contained in:
Robert Osfield
2002-02-08 23:07:43 +00:00
parent 2fb698f4ca
commit 254d22ec90
5 changed files with 0 additions and 192 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

View File

@@ -1,14 +0,0 @@
application ICON "wxsgv.ico"
#include "wx/msw/wx.rc"
icon1 ICON "icons/camera.ico"
icon2 ICON "icons/engine.ico"
icon3 ICON "icons/geom.ico"
icon4 ICON "icons/group.ico"
icon5 ICON "icons/light.ico"
icon6 ICON "icons/lod.ico"
icon7 ICON "icons/mesh.ico"
icon8 ICON "icons/top.ico"
icon9 ICON "icons/unknown.ico"
icon10 ICON "icons/xform.ico"

Binary file not shown.

View File

@@ -1,125 +0,0 @@
//------------------------------------------------------------------------------
// Source code generated by wxDesigner from file: wxsgv.wdr
// Do not modify this file, all changes will be lost!
//------------------------------------------------------------------------------
#ifdef __GNUG__
#pragma implementation "wxsgv_wdr.cpp"
#endif
// For compilers that support precompilation
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
// Include private header
#include "wxsgv_wdr.h"
// Implement window functions
void SceneGraphFunc( wxPanel *parent, bool call_fit )
{
wxSizer *item0 = new wxBoxSizer( wxVERTICAL );
wxTreeCtrl *item1 = new wxTreeCtrl( parent, ID_SCENETREE, wxDefaultPosition, wxDefaultSize, wxTR_HAS_BUTTONS|wxSUNKEN_BORDER );
item0->Add( item1, 1, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
wxSizer *item2 = new wxBoxSizer( wxHORIZONTAL );
wxButton *item3 = new wxButton( parent, ID_ZOOMTO, "Zoom To", wxDefaultPosition, wxSize(60,-1), 0 );
item2->Add( item3, 0, wxALIGN_CENTRE|wxALL, 5 );
wxButton *item4 = new wxButton( parent, ID_REFRESH, "Refresh", wxDefaultPosition, wxSize(55,-1), 0 );
item2->Add( item4, 0, wxALIGN_CENTRE|wxALL, 5 );
item0->Add( item2, 0, wxALIGN_CENTRE|wxALL, 0 );
parent->SetAutoLayout( TRUE );
parent->SetSizer( item0 );
if (call_fit)
{
item0->Fit( parent );
item0->SetSizeHints( parent );
}
}
void CameraDialogFunc( wxPanel *parent, bool call_fit )
{
wxSizer *item0 = new wxBoxSizer( wxVERTICAL );
wxSizer *item1 = new wxBoxSizer( wxHORIZONTAL );
wxStaticText *item2 = new wxStaticText( parent, ID_TEXT, "Horizontal FOV (degrees)", wxDefaultPosition, wxDefaultSize, 0 );
item1->Add( item2, 0, wxALIGN_CENTRE|wxALL, 5 );
wxTextCtrl *item3 = new wxTextCtrl( parent, ID_FOV, "", wxDefaultPosition, wxSize(60,-1), 0 );
item1->Add( item3, 0, wxALIGN_CENTRE|wxALL, 0 );
wxSlider *item4 = new wxSlider( parent, ID_FOVSLIDER, 0, 0, 100, wxDefaultPosition, wxSize(100,-1), 0 );
item1->Add( item4, 0, wxALIGN_CENTRE|wxALL, 0 );
item0->Add( item1, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxTOP, 5 );
wxSizer *item5 = new wxBoxSizer( wxHORIZONTAL );
wxStaticText *item6 = new wxStaticText( parent, ID_TEXT, "Near Clipping Plane (meters):", wxDefaultPosition, wxDefaultSize, 0 );
item5->Add( item6, 0, wxALIGN_CENTRE|wxALL, 5 );
wxTextCtrl *item7 = new wxTextCtrl( parent, ID_NEAR, "", wxDefaultPosition, wxSize(60,-1), 0 );
item5->Add( item7, 0, wxALIGN_CENTRE|wxALL, 0 );
wxSlider *item8 = new wxSlider( parent, ID_NEARSLIDER, 0, 0, 100, wxDefaultPosition, wxSize(100,-1), 0 );
item5->Add( item8, 0, wxALIGN_CENTRE|wxALL, 0 );
item0->Add( item5, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 0 );
wxSizer *item9 = new wxBoxSizer( wxHORIZONTAL );
wxStaticText *item10 = new wxStaticText( parent, ID_TEXT, "Far Clipping Plane (meters):", wxDefaultPosition, wxDefaultSize, 0 );
item9->Add( item10, 0, wxALIGN_CENTRE|wxALL, 5 );
wxTextCtrl *item11 = new wxTextCtrl( parent, ID_FAR, "", wxDefaultPosition, wxSize(60,-1), 0 );
item9->Add( item11, 0, wxALIGN_CENTRE|wxALL, 0 );
wxSlider *item12 = new wxSlider( parent, ID_FARSLIDER, 0, 0, 100, wxDefaultPosition, wxSize(100,-1), 0 );
item9->Add( item12, 0, wxALIGN_CENTRE|wxALL, 0 );
item0->Add( item9, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxALL, 0 );
wxStaticLine *item13 = new wxStaticLine( parent, ID_LINE, wxDefaultPosition, wxSize(20,-1), wxLI_HORIZONTAL );
item0->Add( item13, 0, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5 );
wxSizer *item14 = new wxBoxSizer( wxHORIZONTAL );
wxStaticText *item15 = new wxStaticText( parent, ID_TEXT, "Navigation Speed (m/frame):", wxDefaultPosition, wxDefaultSize, 0 );
item14->Add( item15, 0, wxALIGN_CENTRE|wxALL, 5 );
wxTextCtrl *item16 = new wxTextCtrl( parent, ID_SPEED, "", wxDefaultPosition, wxSize(60,-1), 0 );
item14->Add( item16, 0, wxALIGN_CENTRE|wxALL, 0 );
wxSlider *item17 = new wxSlider( parent, ID_SPEEDSLIDER, 0, 0, 100, wxDefaultPosition, wxSize(100,-1), 0 );
item14->Add( item17, 0, wxALIGN_CENTRE, 0 );
item0->Add( item14, 0, wxALIGN_RIGHT|wxALIGN_CENTER_VERTICAL|wxBOTTOM, 5 );
parent->SetAutoLayout( TRUE );
parent->SetSizer( item0 );
if (call_fit)
{
item0->Fit( parent );
item0->SetSizeHints( parent );
}
}
// Implement bitmap functions
wxBitmap MyBitmapsFunc( size_t index )
{
return wxNullBitmap;
}
// End of generated file

View File

@@ -1,53 +0,0 @@
//------------------------------------------------------------------------------
// Header generated by wxDesigner from file: wxsgv.wdr
// Do not modify this file, all changes will be lost!
//------------------------------------------------------------------------------
#ifndef __WDR_wxsgv_H__
#define __WDR_wxsgv_H__
#ifdef __GNUG__
#pragma interface "wxsgv_wdr.cpp"
#endif
// Include wxWindows' headers
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif
#include <wx/image.h>
#include <wx/statline.h>
#include <wx/spinbutt.h>
#include <wx/spinctrl.h>
#include <wx/splitter.h>
#include <wx/listctrl.h>
#include <wx/treectrl.h>
#include <wx/notebook.h>
// Declare window functions
#define ID_SCENETREE 10000
#define ID_ZOOMTO 10001
#define ID_REFRESH 10002
void SceneGraphFunc( wxPanel *parent, bool call_fit = TRUE );
#define ID_TEXT 10003
#define ID_FOV 10004
#define ID_FOVSLIDER 10005
#define ID_NEAR 10006
#define ID_NEARSLIDER 10007
#define ID_FAR 10008
#define ID_FARSLIDER 10009
#define ID_LINE 10010
#define ID_SPEED 10011
#define ID_SPEEDSLIDER 10012
void CameraDialogFunc( wxPanel *parent, bool call_fit = TRUE );
// Declare bitmap functions
wxBitmap MyBitmapsFunc( size_t index );
#endif
// End of generated file