Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9621 in orxonox.OLD for branches/proxy/src/lib/gui/gl/glgui_box.h


Ignore:
Timestamp:
Jul 30, 2006, 10:06:46 PM (18 years ago)
Author:
bensch
Message:

better packing modularity in the Box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/gui/gl/glgui_box.h

    r9620 r9621  
    3030
    3131    virtual void pack(GLGuiWidget* widget);
    32     void pack(GLGuiWidget* widget, std::list<GLGuiWidget*>::iterator pos);
    3332    void pack(GLGuiWidget* widget, unsigned int position);
    34     //void
     33    void pack(GLGuiWidget* widget, GLGuiWidget* widgetPointer);
     34    void packFront(GLGuiWidget* widget);
     35    void packBack(GLGuiWidget* widget);
    3536    virtual void unpack(GLGuiWidget* widget);
     37
    3638    virtual void clear();
    3739
     
    4648  private:
    4749    void init();
     50    void packing(GLGuiWidget* widget); // the action executing when packing a widget.
     51    void pack(GLGuiWidget* widget, std::list<GLGuiWidget*>::iterator pos);
     52
     53  private:
     54
    4855
    4956    Orientation                _orientation;
Note: See TracChangeset for help on using the changeset viewer.