Collaboration diagram for TextureUpdateArgs:Public Attributes | |
| gui::IGUIEnvironment * | guienv |
| u64 | last_time_ms |
| u16 | last_percent |
| std::wstring | text_base |
| ITextureSource * | tsrc |
| gui::IGUIEnvironment* TextureUpdateArgs::guienv |
Referenced by Client::afterContentReceived(), and Client::showUpdateProgressTexture().
| u16 TextureUpdateArgs::last_percent |
Referenced by Client::afterContentReceived(), and Client::showUpdateProgressTexture().
| u64 TextureUpdateArgs::last_time_ms |
Referenced by Client::afterContentReceived(), and Client::showUpdateProgressTexture().
| std::wstring TextureUpdateArgs::text_base |
Referenced by Client::afterContentReceived(), and Client::showUpdateProgressTexture().
| ITextureSource* TextureUpdateArgs::tsrc |
Referenced by Client::afterContentReceived(), and Client::showUpdateProgressTexture().