~haggai-eran/nux/rtl

« back to all changes in this revision

Viewing changes to Nux/Matrix4Editor.h

  • Committer: Haggai Eran
  • Date: 2011-10-15 21:01:00 UTC
  • mfrom: (413.1.84 nux)
  • Revision ID: haggai.eran@gmail.com-20111015210100-4amf0pdxuzkynotw
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    Matrix4Editor (Matrix4 matrix = Matrix4::IDENTITY(), NUX_FILE_LINE_PROTO);
89
89
    ~Matrix4Editor();
90
90
    Area* FindAreaUnderMouse(const Point& mouse_position, NuxEventType event_type);
91
 
    virtual long ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo);
 
91
 
92
92
    virtual void Draw (GraphicsEngine &GfxContext, bool force_draw);
93
93
    virtual void DrawContent (GraphicsEngine &GfxContext, bool force_draw);
94
94
    virtual void PostDraw (GraphicsEngine &GfxContext, bool force_draw);