- Member OpenGUI::System::_getResourceProvider ()
- Ideally, no part of OpenGUI should need this.
- Member OpenGUI::Texture::_setName (const std::string &name)
- This function would be removed if Texture::getName() is removed.
- Member OpenGUI::Texture::getName () const
- This function is hardly used in OpenGUI, seemingly only for a few logging operations. It may be later decided that tracking the source filename for a texture is the complete responsibility of the Renderer, in which case this function would either be altered or removed. This would affect _setName() as well.
- Member OpenGUI::Texture::getUVs (float &max_u, float &max_v)
- Because this function is not used internally within OpenGUI, it will likely either be removed in the future, or its value will begin being used.
- Member OpenGUI::Value::setValueAuto (const std::string &std_string)
- Due to the unreliable nature of this function, it will likely be removed in the future. OpenGUI does not use this function internally, so it's removal is likely.
- Member OpenGUI::WidgetCollection::setParent (Object *object)
- May move this functionality into the constructor to ultimately eliminate the potential for misuse.
Copyright © 2006 OpenGUI |
OpenGUI.SF.net
Generated: Fri Jan 5 23:05:24 2007