Ignore:
Timestamp:
06/01/13 22:47:44 (12 years ago)
Author:
epyon
Message:
  • types - typemap based on type_index, allowing type retrival by typeid
  • object - autoinitialization of uid and lua_index, based on root's capabilities
  • object - proper cleanup of uid and lua_index
  • object - root accessor
  • lua_state - implementation of register_object and unregister_object
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/gui_element.cc

    r69 r77  
    1313
    1414element::element( root* aroot, const rectangle r )
    15         : object( aroot, "", 0 ), m_class(""), m_relative( r ), m_absolute( r ), m_enabled( true ), m_visible( true ), m_dirty( true )
     15        : object( aroot, "" ), m_class(""), m_relative( r ), m_absolute( r ), m_enabled( true ), m_visible( true ), m_dirty( true )
    1616{
    1717
Note: See TracChangeset for help on using the changeset viewer.