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

« back to all changes in this revision

Viewing changes to Nux/Layout.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-25 13:42:45 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110825134245-edi1g8cm2iqibae7
Tags: 1.4.0-0ubuntu1
* New upstream version:
  - "scrolling down in a lens brings it back to the top automatically" 
    (lp: #821534)
* debian/rules: updated shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
    bool SearchInAllSubNodes (Area *bo);
148
148
    bool SearchInFirstSubNodes (Area *bo);
149
149
 
150
 
    //! Process Event
151
 
    /*!
152
 
        Propagate event to all element contained in the layout.
153
 
        \param ievent
154
 
        \param TraverseInfo
155
 
        \param ProcessEventInfo
156
 
        \return The state of the Process Event.
157
 
    */
158
 
    virtual long ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo);
 
150
    // Deprectated. Do not use.
 
151
    virtual long ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo) {return 0;}
159
152
 
160
153
    Area* FindAreaUnderMouse(const Point& mouse_position, NuxEventType event_type);
161
154