Ignore:
Timestamp:
02/04/15 16:37:00 (10 years ago)
Author:
epyon
Message:
  • massive untracked updates
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nv/gui/gui_style.hh

    r319 r350  
    2828                        style();
    2929                        void load_style( const std::string& filename );
    30                         bool get( element* e, const std::string& entry, std::string& s );
    31                         bool get( element* e, const std::string& entry, vec4& vec );
    32                         bool get( element* e, const std::string& entry, int& i );
    33                         bool get( element* e, const std::string& entry, double& d );
     30                        bool get( element* e, const char* centry, std::string& s );
     31                        bool get( element* e, const char* centry, vec4& vec );
     32                        bool get( element* e, const char* centry, int& i );
     33                        bool get( element* e, const char* centry, double& d );
    3434                        ~style();
    3535                protected:
    36                         bool resolve( element* e, const std::string& entry, int type );
     36                        bool resolve( const char* cid, const char* cclass, const char* centry, int type );
    3737                protected:
    3838                        lua::state m_lua; //!< separate lua state for style calculation
Note: See TracChangeset for help on using the changeset viewer.