~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to src/modules/navigationSlices/WMNavigationSlices.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
class WMNavigationSlices: public WModule
49
49
{
50
50
public:
51
 
 
52
51
    /**
53
52
     * Default constructor.
54
53
     */
86
85
    virtual const char** getXPMIcon() const;
87
86
 
88
87
protected:
89
 
 
90
88
    /**
91
89
     * Entry point after loading the module. Runs in separate thread.
92
90
     */
129
127
        PickCallback( osg::ref_ptr< osg::Node > node, WPropDouble property, bool negateDirection = false );
130
128
 
131
129
    private:
132
 
 
133
130
        /**
134
131
         * Pick event handler. Uses for dragging the slices
135
132
         *