Changeset 9371 in orxonox.OLD for branches/proxy/src/lib/gui/gl/glgui_widget.cc
- Timestamp:
- Jul 20, 2006, 11:08:16 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_widget.cc
r9369 r9371 793 793 //this->_currentStyle = this->_style[state]; 794 794 this->_state = state; 795 PRINTF(4)("%s::%s Switches to state %s\n", this->getClass Name(), this->getName(), OrxGui::StateString[state].c_str());795 PRINTF(4)("%s::%s Switches to state %s\n", this->getClassCName(), this->getCName(), OrxGui::StateString[state].c_str()); 796 796 797 797 this->animateBack(); … … 861 861 void GLGuiWidget::debug(unsigned int level) const 862 862 { 863 PRINT(0)("Debug of %s::%s - WidgetPart ", this->getClass Name(), this->getName());863 PRINT(0)("Debug of %s::%s - WidgetPart ", this->getClassCName(), this->getCName()); 864 864 if (_parent != NULL) 865 PRINT(0)("- Parent %s::%s ", _parent->getClass Name(), _parent->getName());865 PRINT(0)("- Parent %s::%s ", _parent->getClassCName(), _parent->getCName()); 866 866 PRINT(0)("- State: %s", StateString[_state].c_str()); 867 867
Note: See TracChangeset
for help on using the changeset viewer.