#include <wx/wx.h>
#include <wx/propdlg.h>
#include <wx/bookctrl.h>
#include <wx/docview.h>
#include <wx/spinctrl.h>
#include <wx/config.h>
#include <wx/confbase.h>
#include "WxWidgetsWindow.h"
#include <H3D/GlobalSettings.h>
#include <H3D/StereoInfo.h>
#include <H3D/Group.h>
#include <H3D/Transform.h>
#include <H3D/Scene.h>
#include <H3D/KeySensor.h>
#include <H3D/SpaceWareSensor.h>
#include <H3D/DeviceInfo.h>
#include <H3D/ResourceResolver.h>
#include <H3D/NavigationInfo.h>
#include <H3D/X3D.h>
#include <H3DUtil/Console.h>
#include "ConsoleDialog.h"
#include "H3DViewerTreeViewDialog.h"
#include "H3DViewerConfig.h"
#include "WxFrameBase.h"
#include "HippConsole.h"
#include <wx/log.h>
#include "FrameRateDialog.h"
#include "PreferencesDialog.h"
Go to the source code of this file.
Classes |
| class | hipp::HippFrame |
| | Implementation of wxDocParentFrame More...
|
Namespaces |
| namespace | hipp |
Enumerations |
| enum | {
hipp::FRAME_EXIT = wxID_HIGHEST + 1,
hipp::FRAME_OPEN,
hipp::FRAME_OPEN_URL,
hipp::FRAME_CLOSE,
hipp::FRAME_CHOOSEDIR,
hipp::FRAME_FULLSCREEN,
hipp::FRAME_RESTORE,
hipp::FRAME_MIRROR,
hipp::FRAME_CONSOLE,
hipp::FRAME_TREEVIEW,
hipp::FRAME_FRAMERATE,
hipp::FRAME_SELECTION,
hipp::FRAME_VIEWPOINT,
hipp::FRAME_VERTICAL_BOARD,
hipp::FRAME_HORIZONTAL_BOARD,
hipp::FRAME_EASEL_BOARD,
hipp::FRAME_SLANTED_BOARD,
hipp::FRAME_NAVIGATION = 6500,
hipp::FRAME_DEVICE = 6550,
hipp::FRAME_CHOOSERENDERER = 6600,
hipp::FRAME_OPENHAPTICS,
hipp::FRAME_CHAI3D,
hipp::FRAME_GODOBJECT,
hipp::FRAME_RUSPINI,
hipp::FRAME_RENDERMODE,
hipp::FRAME_MONO,
hipp::FRAME_QUADBUFFERED,
hipp::FRAME_HORZSPLIT,
hipp::FRAME_HORZSPLITKEEPASPECT,
hipp::FRAME_VERTSPLIT,
hipp::FRAME_VERTSPLITKEEPASPECT,
hipp::FRAME_HORZINTERLACED,
hipp::FRAME_VERTINTERLACED,
hipp::FRAME_CHECKERINTERLACED,
hipp::FRAME_SHARPDISPLAY,
hipp::FRAME_REDBLUE,
hipp::FRAME_REDGREEN,
hipp::FRAME_REDCYAN,
hipp::FRAME_DEVICECONTROL,
hipp::FRAME_HAPTICSCONTROL,
hipp::FRAME_COPY,
hipp::FRAME_PASTE,
hipp::FRAME_CUT,
hipp::FRAME_BACKGROUND
} |