Home
last modified time | relevance | path

Searched refs:notifyDisplaySizeChanged_function_type (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DImageManager.pypp.cpp254 …typedef void ( ::CEGUI::ImageManager::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef co… in register_ImageManager_class() typedef
258 … , notifyDisplaySizeChanged_function_type( &::CEGUI::ImageManager::notifyDisplaySizeChanged ) in register_ImageManager_class()
H A DImage.pypp.cpp147 …typedef void ( ::CEGUI::Image::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef const & )… in register_Image_class() typedef
151 …, bp::pure_virtual( notifyDisplaySizeChanged_function_type(&::CEGUI::Image::notifyDisplaySizeChang… in register_Image_class()
H A DBasicImage.pypp.cpp155 …typedef void ( ::CEGUI::BasicImage::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef cons… in register_BasicImage_class() typedef
160 … , notifyDisplaySizeChanged_function_type(&::CEGUI::BasicImage::notifyDisplaySizeChanged) in register_BasicImage_class()
H A DFontManager.pypp.cpp124 …typedef void ( ::CEGUI::FontManager::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef con… in register_FontManager_class() typedef
128 … , notifyDisplaySizeChanged_function_type( &::CEGUI::FontManager::notifyDisplaySizeChanged ) in register_FontManager_class()
H A DMouseCursor.pypp.cpp281 …typedef void ( ::CEGUI::MouseCursor::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef con… in register_MouseCursor_class() typedef
285 … , notifyDisplaySizeChanged_function_type( &::CEGUI::MouseCursor::notifyDisplaySizeChanged ) in register_MouseCursor_class()
H A DFont.pypp.cpp516 …typedef void ( ::CEGUI::Font::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef const & ) ; in register_Font_class() typedef
521 , notifyDisplaySizeChanged_function_type(&::CEGUI::Font::notifyDisplaySizeChanged) in register_Font_class()
H A DSystem.pypp.cpp602 …typedef void ( ::CEGUI::System::*notifyDisplaySizeChanged_function_type )( ::CEGUI::Sizef const & … in register_System_class() typedef
606 … , notifyDisplaySizeChanged_function_type( &::CEGUI::System::notifyDisplaySizeChanged ) in register_System_class()