diff --git a/doc/doc++/osgWX/ClassGraph.class b/doc/doc++/osgWX/ClassGraph.class deleted file mode 100644 index c6a7b6c79..000000000 Binary files a/doc/doc++/osgWX/ClassGraph.class and /dev/null differ diff --git a/doc/doc++/osgWX/ClassGraphPanel.class b/doc/doc++/osgWX/ClassGraphPanel.class deleted file mode 100644 index 94b21b47a..000000000 Binary files a/doc/doc++/osgWX/ClassGraphPanel.class and /dev/null differ diff --git a/doc/doc++/osgWX/ClassLayout.class b/doc/doc++/osgWX/ClassLayout.class deleted file mode 100644 index 77fb9fa28..000000000 Binary files a/doc/doc++/osgWX/ClassLayout.class and /dev/null differ diff --git a/doc/doc++/osgWX/General.html b/doc/doc++/osgWX/General.html deleted file mode 100644 index fb26724e1..000000000 --- a/doc/doc++/osgWX/General.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - General Bits - - - - -
-
- -o#define -OSGWX_EXPORT_
- -o#define -OSGWX_EXPORT(dllexport)
- -o#define -OSGWX_EXPORT(dllimport)
- -o#define -OSGWX_EXPORT
- -o#define -OSGWX_VERSION
- -o#define -OSGWX_WXEVENTADAPTER
-

Alphabetic index Hierarchy of classes


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/HIER.html b/doc/doc++/osgWX/HIER.html deleted file mode 100644 index 94540c4fa..000000000 --- a/doc/doc++/osgWX/HIER.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - Hierarchy of Classes - - - -

Hierarchy of Classes

- -

Alphabetic index


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/HIERjava.html b/doc/doc++/osgWX/HIERjava.html deleted file mode 100644 index d23b2dd9d..000000000 --- a/doc/doc++/osgWX/HIERjava.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Hierarchy of Classes - - - -

Hierarchy of classes

- - alphabetic index


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/NavigatorButton.class b/doc/doc++/osgWX/NavigatorButton.class deleted file mode 100644 index 5fa134ee0..000000000 Binary files a/doc/doc++/osgWX/NavigatorButton.class and /dev/null differ diff --git a/doc/doc++/osgWX/WXEventAdapter.html b/doc/doc++/osgWX/WXEventAdapter.html deleted file mode 100644 index 354eb03a9..000000000 --- a/doc/doc++/osgWX/WXEventAdapter.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - class OSGWX_EXPORT osgWX::WXEventAdapter - - - - -

class OSGWX_EXPORT osgWX::WXEventAdapter

Class for adapting WX events so that they can be used as input to osgUtil::CameraManipulators
-
- -

Inheritance:

- - - - - - - -
- -
-

-

Public Methods

-[more] WXEventAdapter() -
-[more]virtual ~WXEventAdapter() -
-[more]virtual EventType getEventType() const -
Get the EventType of the GUI event -
-[more]virtual int getKey() const -
key pressed, return -1 if inapropriate for this event. -
-[more]virtual int getButton() const -
button pressed/released, return -1 if inappropriate for this event -
-[more]virtual int getXmin() const -
window minimum x. -
-[more]virtual int getXmax() const -
window maximum x. -
-[more]virtual int getYmin() const -
window minimum y. -
-[more]virtual int getYmax() const -
window maximum y. -
-[more]virtual int getX() const -
current mouse x position -
-[more]virtual int getY() const -
current mouse y position -
-[more]virtual unsigned int getButtonMask() const -
current mouse button state -
-[more]virtual float time() const -
time in seconds of event. -
-[more]static void setWindowSize(int Xmin, int Ymin, int Xmax, int Ymax) -
static method for setting window dimensions -
-[more]static void setButtonMask(unsigned int buttonMask) -
static method for setting button state -
-[more]void adaptResize(float t, int Xmin, int Ymin, int Xmax, int Ymax) -
method for adapting resize events. -
-[more]void adaptMouseMotion(float t, int x, int y) -
method for adapting mouse motion events whilst mouse buttons are pressed -
-[more]void adaptMousePassiveMotion(float t, int x, int y) -
method for adapting mouse motion events whilst no mouse button are pressed -
-[more]void adaptMouse(float t, class wxMouseEvent* event) -
method for adapting mouse button pressed/released events -
-[more]void adaptKeyboard(float t, unsigned char key, int x, int y ) -
method for adapting keyboard events -
-[more]void adaptFrame(float t) -
method for adapting frame events, ie. -
-[more]void copyStaticVariables() -

- -

-

Protected Fields

-[more]EventType _eventType -
-[more]int _key -
-[more]int _button -
-[more]int _Xmin -
-[more]int _Xmax -
-[more]int _Ymin -
-[more]int _Ymax -
-[more]int _mx -
-[more]int _my -
-[more]unsigned int _buttonMask -
-[more]float _time -
-[more]static unsigned int _s_accumulatedButtonMask -
-[more]static int _s_Xmin -
-[more]static int _s_Xmax -
-[more]static int _s_Ymin -
-[more]static int _s_Ymax -
-[more]static int _s_mx -
-[more]static int _s_my -

- -
- - -
-

Documentation

-
Class for adapting WX events so that they can be used as input to -osgUtil::CameraManipulators
-
- - - -
o WXEventAdapter() -

- - -

ovirtual ~WXEventAdapter() -

- - -

ovirtual EventType getEventType() const -
Get the EventType of the GUI event -

- - -

ovirtual int getKey() const -
key pressed, return -1 if inapropriate for this event. -

- - -

ovirtual int getButton() const -
button pressed/released, return -1 if inappropriate for this event -

- - -

ovirtual int getXmin() const -
window minimum x. -

- - -

ovirtual int getXmax() const -
window maximum x. -

- - -

ovirtual int getYmin() const -
window minimum y. -

- - -

ovirtual int getYmax() const -
window maximum y. -

- - -

ovirtual int getX() const -
current mouse x position -

- - -

ovirtual int getY() const -
current mouse y position -

- - -

ovirtual unsigned int getButtonMask() const -
current mouse button state -

- - -

ovirtual float time() const -
time in seconds of event. -

- - -

ostatic void setWindowSize(int Xmin, int Ymin, int Xmax, int Ymax) -
static method for setting window dimensions -

- - -

ostatic void setButtonMask(unsigned int buttonMask) -
static method for setting button state -

- - -

ovoid adaptResize(float t, int Xmin, int Ymin, int Xmax, int Ymax) -
method for adapting resize events. -

- - -

ovoid adaptMouseMotion(float t, int x, int y) -
method for adapting mouse motion events whilst mouse buttons are pressed -

- - -

ovoid adaptMousePassiveMotion(float t, int x, int y) -
method for adapting mouse motion events whilst no mouse button are pressed -

- - -

ovoid adaptMouse(float t, class wxMouseEvent* event) -
method for adapting mouse button pressed/released events -

- - -

ovoid adaptKeyboard(float t, unsigned char key, int x, int y ) -
method for adapting keyboard events -

- - -

ovoid adaptFrame(float t) -
method for adapting frame events, ie. iddle/display callback. -

- - -

ovoid copyStaticVariables() -

- - -

oEventType _eventType -

- - -

oint _key -

- - -

oint _button -

- - -

oint _Xmin -

- - -

oint _Xmax -

- - -

oint _Ymin -

- - -

oint _Ymax -

- - -

oint _mx -

- - -

oint _my -

- - -

ounsigned int _buttonMask -

- - -

ofloat _time -

- - -

ostatic unsigned int _s_accumulatedButtonMask -

- - -

ostatic int _s_Xmin -

- - -

ostatic int _s_Xmax -

- - -

ostatic int _s_Ymin -

- - -

ostatic int _s_Ymax -

- - -

ostatic int _s_mx -

- - -

ostatic int _s_my -

- -
This class has no child classes.
- -

Alphabetic index HTML hierarchy of classes or Java


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/icon1.gif b/doc/doc++/osgWX/icon1.gif deleted file mode 100644 index f78f30eb9..000000000 Binary files a/doc/doc++/osgWX/icon1.gif and /dev/null differ diff --git a/doc/doc++/osgWX/icon2.gif b/doc/doc++/osgWX/icon2.gif deleted file mode 100644 index 6cbe01a83..000000000 Binary files a/doc/doc++/osgWX/icon2.gif and /dev/null differ diff --git a/doc/doc++/osgWX/index.html b/doc/doc++/osgWX/index.html deleted file mode 100644 index 0d5fe30b7..000000000 --- a/doc/doc++/osgWX/index.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - Table of Contents - - - - -

Table of Contents

-

Namespaces

- -

Functions

- -

Macros

- -

Hierarchy of classes


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/osgWX.html b/doc/doc++/osgWX/osgWX.html deleted file mode 100644 index 89b194264..000000000 --- a/doc/doc++/osgWX/osgWX.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - namespace osgWX - - - - -

namespace osgWX

-
-

-
-class OSGWX_EXPORT WXEventAdapter: public osgUtil::GUIEventAdapter -
Class for adapting WX events so that they can be used as input to osgUtil::CameraManipulators -

- - - -
-

Documentation

-
-
-

Alphabetic index HTML hierarchy of classes or Java


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/osgWXGetLibraryName.html b/doc/doc++/osgWX/osgWXGetLibraryName.html deleted file mode 100644 index 3625b64f5..000000000 --- a/doc/doc++/osgWX/osgWXGetLibraryName.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - extern OSGWX_EXPORT const char* osgWXGetLibraryName - - - - -

extern OSGWX_EXPORT const char* osgWXGetLibraryName

()

getLibraryName_osgWX() returns the library name in human friendly form
- - -
-

Documentation

-
-getLibraryName_osgWX() returns the library name in human friendly form
-

Alphabetic index HTML hierarchy of classes or Java


-
-This page was generated with the help of DOC++. - - diff --git a/doc/doc++/osgWX/osgWXGetVersion.html b/doc/doc++/osgWX/osgWXGetVersion.html deleted file mode 100644 index 1c92e910a..000000000 --- a/doc/doc++/osgWX/osgWXGetVersion.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - extern OSGWX_EXPORT const char* osgWXGetVersion - - - - -

extern OSGWX_EXPORT const char* osgWXGetVersion

()

osgWXGetVersion() returns the library version number.
- - -
-

Documentation

-
-osgWXGetVersion() returns the library version number. -Numbering conventon : osg_src-0.8.31 will return 0.8.31. - -

This C function can be also used to check for the existance of the OpenSceneGraph -library using autoconf and its m4 macro AC_CHECK_LIB. - -

Here is the code to add to your configure.in: -\verbatim -# -# Check for the OpenSceneGraph (OSG) WX library -# -AC_CHECK_LIB(osg, osgWXGetVersion, , -[AC_MSG_ERROR(OpenSceneGraph WX library not found. See http://www.openscenegraph.org)],) -\endverbatim

-

Alphabetic index HTML hierarchy of classes or Java


-
-This page was generated with the help of DOC++. - -