~ubuntu-branches/ubuntu/oneiric/nux/oneiric

« back to all changes in this revision

Viewing changes to Nux/Matrix4Editor.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20110825134245-kfz5nhs15353wcbl
Tags: upstream-1.4.0
ImportĀ upstreamĀ versionĀ 1.4.0

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);