Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8626 in orxonox.OLD for branches/gui/src/lib/gui/gl/glgui_table.h


Ignore:
Timestamp:
Jun 20, 2006, 1:57:33 PM (18 years ago)
Author:
bensch
Message:

repositioning Text

File:
1 edited

Legend:

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

    r8619 r8626  
    3939    void setHeader(const std::vector<std::string>& headerNames);
    4040
    41     void setEntry(unsigned int column, unsigned int row, const std::string& name);
     41    void setEntry(unsigned int row, unsigned int column, const std::string& name);
    4242
    4343    void setColumnWidth(unsigned int column, float size);
     
    6464    void init();
    6565
     66    void repositionText(unsigned int fromLeft, unsigned int fromTop);
    6667    void applyTextSettings(unsigned int row, unsigned int column, LimitedWidthText* text);
    6768    bool checkIntegrity() const;
     
    7071    typedef std::vector<LimitedWidthText> TableTextList;
    7172    TableTextList                _headers;
     73    std::vector<float>           _columnWidths;
     74
    7275    std::vector<TableTextList>   _entries;     //!< inner is by column, outer is by row.
    7376
Note: See TracChangeset for help on using the changeset viewer.