/Mantis 2/CEGUI/inc/cegui/src/ScriptingModules/PythonScriptModule/bindings/output/CEGUI/ComboDropList.pypp.cpp
https://bitbucket.org/ahernandez52/school-mantis-2 · C++ · 561 lines · 445 code · 114 blank · 2 comment · 18 complexity · dc7c2fcd086de5c226a72834a5bd88e1 MD5 · raw file
- // This file has been generated by Py++.
- #include "boost/python.hpp"
- #include "python_CEGUI.h"
- #include "ComboDropList.pypp.hpp"
- namespace bp = boost::python;
- struct ComboDropList_wrapper : CEGUI::ComboDropList, bp::wrapper< CEGUI::ComboDropList > {
- ComboDropList_wrapper(::CEGUI::String const & type, ::CEGUI::String const & name )
- : CEGUI::ComboDropList( boost::ref(type), boost::ref(name) )
- , bp::wrapper< CEGUI::ComboDropList >(){
- // constructor
-
- }
- virtual void initialiseComponents( ) {
- if( bp::override func_initialiseComponents = this->get_override( "initialiseComponents" ) )
- func_initialiseComponents( );
- else{
- this->CEGUI::ComboDropList::initialiseComponents( );
- }
- }
-
- void default_initialiseComponents( ) {
- CEGUI::ComboDropList::initialiseComponents( );
- }
- virtual void beginInitialisation( ) {
- if( bp::override func_beginInitialisation = this->get_override( "beginInitialisation" ) )
- func_beginInitialisation( );
- else{
- this->CEGUI::Window::beginInitialisation( );
- }
- }
-
- void default_beginInitialisation( ) {
- CEGUI::Window::beginInitialisation( );
- }
- virtual void cloneChildWidgetsTo( ::CEGUI::Window & target ) const {
- if( bp::override func_cloneChildWidgetsTo = this->get_override( "cloneChildWidgetsTo" ) )
- func_cloneChildWidgetsTo( boost::ref(target) );
- else{
- this->CEGUI::Window::cloneChildWidgetsTo( boost::ref(target) );
- }
- }
-
- void default_cloneChildWidgetsTo( ::CEGUI::Window & target ) const {
- CEGUI::Window::cloneChildWidgetsTo( boost::ref(target) );
- }
- virtual void clonePropertiesTo( ::CEGUI::Window & target ) const {
- if( bp::override func_clonePropertiesTo = this->get_override( "clonePropertiesTo" ) )
- func_clonePropertiesTo( boost::ref(target) );
- else{
- this->CEGUI::Window::clonePropertiesTo( boost::ref(target) );
- }
- }
-
- void default_clonePropertiesTo( ::CEGUI::Window & target ) const {
- CEGUI::Window::clonePropertiesTo( boost::ref(target) );
- }
- virtual void destroy( ) {
- if( bp::override func_destroy = this->get_override( "destroy" ) )
- func_destroy( );
- else{
- this->CEGUI::Window::destroy( );
- }
- }
-
- void default_destroy( ) {
- CEGUI::Window::destroy( );
- }
- virtual void endInitialisation( ) {
- if( bp::override func_endInitialisation = this->get_override( "endInitialisation" ) )
- func_endInitialisation( );
- else{
- this->CEGUI::Window::endInitialisation( );
- }
- }
-
- void default_endInitialisation( ) {
- CEGUI::Window::endInitialisation( );
- }
- virtual void fireEvent( ::CEGUI::String const & name, ::CEGUI::EventArgs & args, ::CEGUI::String const & eventNamespace="" ) {
- if( bp::override func_fireEvent = this->get_override( "fireEvent" ) )
- func_fireEvent( boost::ref(name), boost::ref(args), boost::ref(eventNamespace) );
- else{
- this->CEGUI::EventSet::fireEvent( boost::ref(name), boost::ref(args), boost::ref(eventNamespace) );
- }
- }
-
- void default_fireEvent( ::CEGUI::String const & name, ::CEGUI::EventArgs & args, ::CEGUI::String const & eventNamespace="" ) {
- CEGUI::EventSet::fireEvent( boost::ref(name), boost::ref(args), boost::ref(eventNamespace) );
- }
- virtual ::CEGUI::Rect getListRenderArea( ) const {
- if( bp::override func_getListRenderArea = this->get_override( "getListRenderArea" ) )
- return func_getListRenderArea( );
- else{
- return this->CEGUI::Listbox::getListRenderArea( );
- }
- }
-
- ::CEGUI::Rect default_getListRenderArea( ) const {
- return CEGUI::Listbox::getListRenderArea( );
- }
- virtual void getRenderingContext_impl( ::CEGUI::RenderingContext & ctx ) const {
- if( bp::override func_getRenderingContext_impl = this->get_override( "getRenderingContext_impl" ) )
- func_getRenderingContext_impl( boost::ref(ctx) );
- else{
- this->CEGUI::Window::getRenderingContext_impl( boost::ref(ctx) );
- }
- }
-
- void default_getRenderingContext_impl( ::CEGUI::RenderingContext & ctx ) const {
- CEGUI::Window::getRenderingContext_impl( boost::ref(ctx) );
- }
- virtual ::CEGUI::Rect getUnclippedInnerRect_impl( ) const {
- if( bp::override func_getUnclippedInnerRect_impl = this->get_override( "getUnclippedInnerRect_impl" ) )
- return func_getUnclippedInnerRect_impl( );
- else{
- return this->CEGUI::Window::getUnclippedInnerRect_impl( );
- }
- }
-
- ::CEGUI::Rect default_getUnclippedInnerRect_impl( ) const {
- return CEGUI::Window::getUnclippedInnerRect_impl( );
- }
- virtual bool isHit( ::CEGUI::Vector2 const & position, bool const allow_disabled=false ) const {
- if( bp::override func_isHit = this->get_override( "isHit" ) )
- return func_isHit( boost::ref(position), allow_disabled );
- else{
- return this->CEGUI::Window::isHit( boost::ref(position), allow_disabled );
- }
- }
-
- bool default_isHit( ::CEGUI::Vector2 const & position, bool const allow_disabled=false ) const {
- return CEGUI::Window::isHit( boost::ref(position), allow_disabled );
- }
- virtual void performChildWindowLayout( ) {
- if( bp::override func_performChildWindowLayout = this->get_override( "performChildWindowLayout" ) )
- func_performChildWindowLayout( );
- else{
- this->CEGUI::Window::performChildWindowLayout( );
- }
- }
-
- void default_performChildWindowLayout( ) {
- CEGUI::Window::performChildWindowLayout( );
- }
- virtual void setLookNFeel( ::CEGUI::String const & look ) {
- if( bp::override func_setLookNFeel = this->get_override( "setLookNFeel" ) )
- func_setLookNFeel( boost::ref(look) );
- else{
- this->CEGUI::Window::setLookNFeel( boost::ref(look) );
- }
- }
-
- void default_setLookNFeel( ::CEGUI::String const & look ) {
- CEGUI::Window::setLookNFeel( boost::ref(look) );
- }
- virtual void setMargin( ::CEGUI::UBox const & margin ) {
- if( bp::override func_setMargin = this->get_override( "setMargin" ) )
- func_setMargin( boost::ref(margin) );
- else{
- this->CEGUI::Window::setMargin( boost::ref(margin) );
- }
- }
-
- void default_setMargin( ::CEGUI::UBox const & margin ) {
- CEGUI::Window::setMargin( boost::ref(margin) );
- }
- virtual ::CEGUI::RefCounted< CEGUI::BoundSlot > subscribeScriptedEvent( ::CEGUI::String const & name, ::CEGUI::String const & subscriber_name ) {
- if( bp::override func_subscribeScriptedEvent = this->get_override( "subscribeScriptedEvent" ) )
- return func_subscribeScriptedEvent( boost::ref(name), boost::ref(subscriber_name) );
- else{
- return this->CEGUI::EventSet::subscribeScriptedEvent( boost::ref(name), boost::ref(subscriber_name) );
- }
- }
-
- ::CEGUI::RefCounted< CEGUI::BoundSlot > default_subscribeScriptedEvent( ::CEGUI::String const & name, ::CEGUI::String const & subscriber_name ) {
- return CEGUI::EventSet::subscribeScriptedEvent( boost::ref(name), boost::ref(subscriber_name) );
- }
- virtual ::CEGUI::RefCounted< CEGUI::BoundSlot > subscribeScriptedEvent( ::CEGUI::String const & name, unsigned int group, ::CEGUI::String const & subscriber_name ) {
- if( bp::override func_subscribeScriptedEvent = this->get_override( "subscribeScriptedEvent" ) )
- return func_subscribeScriptedEvent( boost::ref(name), group, boost::ref(subscriber_name) );
- else{
- return this->CEGUI::EventSet::subscribeScriptedEvent( boost::ref(name), group, boost::ref(subscriber_name) );
- }
- }
-
- ::CEGUI::RefCounted< CEGUI::BoundSlot > default_subscribeScriptedEvent( ::CEGUI::String const & name, unsigned int group, ::CEGUI::String const & subscriber_name ) {
- return CEGUI::EventSet::subscribeScriptedEvent( boost::ref(name), group, boost::ref(subscriber_name) );
- }
- virtual void update( float elapsed ) {
- if( bp::override func_update = this->get_override( "update" ) )
- func_update( elapsed );
- else{
- this->CEGUI::Window::update( elapsed );
- }
- }
-
- void default_update( float elapsed ) {
- CEGUI::Window::update( elapsed );
- }
- virtual void writeXMLToStream( ::CEGUI::XMLSerializer & xml_stream ) const {
- if( bp::override func_writeXMLToStream = this->get_override( "writeXMLToStream" ) )
- func_writeXMLToStream( boost::ref(xml_stream) );
- else{
- this->CEGUI::Window::writeXMLToStream( boost::ref(xml_stream) );
- }
- }
-
- void default_writeXMLToStream( ::CEGUI::XMLSerializer & xml_stream ) const {
- CEGUI::Window::writeXMLToStream( boost::ref(xml_stream) );
- }
- };
- void register_ComboDropList_class(){
- { //::CEGUI::ComboDropList
- typedef bp::class_< ComboDropList_wrapper, bp::bases< CEGUI::Listbox >, boost::noncopyable > ComboDropList_exposer_t;
- ComboDropList_exposer_t ComboDropList_exposer = ComboDropList_exposer_t( "ComboDropList", "*!\n\
- \n\
- Base class for the combo box drop down list. This is a specialisation of the Listbox class.\n\
- *\n", bp::init< CEGUI::String const &, CEGUI::String const & >(( bp::arg("type"), bp::arg("name") ), "*************************************************************************\n\
- Constructor & Destructor\n\
- *************************************************************************\n\
- *!\n\
- \n\
- Constructor for ComboDropList base class\n\
- *\n") );
- bp::scope ComboDropList_scope( ComboDropList_exposer );
- { //::CEGUI::ComboDropList::initialiseComponents
-
- typedef void ( ::CEGUI::ComboDropList::*initialiseComponents_function_type )( ) ;
- typedef void ( ComboDropList_wrapper::*default_initialiseComponents_function_type )( ) ;
-
- ComboDropList_exposer.def(
- "initialiseComponents"
- , initialiseComponents_function_type(&::CEGUI::ComboDropList::initialiseComponents)
- , default_initialiseComponents_function_type(&ComboDropList_wrapper::default_initialiseComponents) );
-
- }
- { //::CEGUI::ComboDropList::isArmed
-
- typedef bool ( ::CEGUI::ComboDropList::*isArmed_function_type )( ) const;
-
- ComboDropList_exposer.def(
- "isArmed"
- , isArmed_function_type( &::CEGUI::ComboDropList::isArmed )
- , "*!\n\
- \n\
- Return the 'armed' state of the ComboDropList.\n\
- \n\
- @return\n\
- - true if the box is armed; items will be highlighted and the next left button up event\n\
- will cause dismissal and possible item selection.\n\
- \n\
- - false if the box is not armed; items will not be highlighted or selected until the box is\
- armed.\n\
- *\n" );
-
- }
- { //::CEGUI::ComboDropList::isAutoArmEnabled
-
- typedef bool ( ::CEGUI::ComboDropList::*isAutoArmEnabled_function_type )( ) const;
-
- ComboDropList_exposer.def(
- "isAutoArmEnabled"
- , isAutoArmEnabled_function_type( &::CEGUI::ComboDropList::isAutoArmEnabled )
- , "*!\n\
- \n\
- returns the mode of operation for the drop-list\n\
- \n\
- @return\n\
- - true if the ComboDropList auto-arms when the mouse enters the box.\n\
- - false if the user must click to arm the box.\n\
- *\n" );
-
- }
- { //::CEGUI::ComboDropList::setArmed
-
- typedef void ( ::CEGUI::ComboDropList::*setArmed_function_type )( bool ) ;
-
- ComboDropList_exposer.def(
- "setArmed"
- , setArmed_function_type( &::CEGUI::ComboDropList::setArmed )
- , ( bp::arg("setting") )
- , "*!\n\
- \n\
- Set whether the drop-list is 'armed' for selection.\n\
- \n\
- \note\n\
- This setting is not exclusively under client control; the ComboDropList will auto-arm in\n\
- response to certain left mouse button events. This is also dependant upon the autoArm\n\
- setting of the ComboDropList.\n\
- \n\
- @param setting\n\
- - true to arm the box; items will be highlighted and the next left button up event\n\
- will cause dismissal and possible item selection.\n\
- \n\
- - false to disarm the box; items will not be highlighted or selected until the box is armed.\n\
- \n\
- @return\n\
- Nothing.\n\
- *\n" );
-
- }
- { //::CEGUI::ComboDropList::setAutoArmEnabled
-
- typedef void ( ::CEGUI::ComboDropList::*setAutoArmEnabled_function_type )( bool ) ;
-
- ComboDropList_exposer.def(
- "setAutoArmEnabled"
- , setAutoArmEnabled_function_type( &::CEGUI::ComboDropList::setAutoArmEnabled )
- , ( bp::arg("setting") )
- , "*!\n\
- \n\
- Set the mode of operation for the ComboDropList.\n\
- \n\
- @param setting\n\
- - true if the ComboDropList auto-arms when the mouse enters the box.\n\
- - false if the user must click to arm the box.\n\
- \n\
- @return\n\
- Nothing.\n\
- *\n" );
-
- }
- ComboDropList_exposer.add_static_property( "EventListSelectionAccepted"
- , bp::make_getter( &CEGUI::ComboDropList::EventListSelectionAccepted
- , bp::return_value_policy< bp::return_by_value >() ) );
- { //::CEGUI::Window::beginInitialisation
-
- typedef void ( ::CEGUI::Window::*beginInitialisation_function_type )( ) ;
- typedef void ( ComboDropList_wrapper::*default_beginInitialisation_function_type )( ) ;
-
- ComboDropList_exposer.def(
- "beginInitialisation"
- , beginInitialisation_function_type(&::CEGUI::Window::beginInitialisation)
- , default_beginInitialisation_function_type(&ComboDropList_wrapper::default_beginInitialisation) );
-
- }
- { //::CEGUI::Window::cloneChildWidgetsTo
-
- typedef void ( ::CEGUI::Window::*cloneChildWidgetsTo_function_type )( ::CEGUI::Window & ) const;
- typedef void ( ComboDropList_wrapper::*default_cloneChildWidgetsTo_function_type )( ::CEGUI::Window & ) const;
-
- ComboDropList_exposer.def(
- "cloneChildWidgetsTo"
- , cloneChildWidgetsTo_function_type(&::CEGUI::Window::cloneChildWidgetsTo)
- , default_cloneChildWidgetsTo_function_type(&ComboDropList_wrapper::default_cloneChildWidgetsTo)
- , ( bp::arg("target") ) );
-
- }
- { //::CEGUI::Window::clonePropertiesTo
-
- typedef void ( ::CEGUI::Window::*clonePropertiesTo_function_type )( ::CEGUI::Window & ) const;
- typedef void ( ComboDropList_wrapper::*default_clonePropertiesTo_function_type )( ::CEGUI::Window & ) const;
-
- ComboDropList_exposer.def(
- "clonePropertiesTo"
- , clonePropertiesTo_function_type(&::CEGUI::Window::clonePropertiesTo)
- , default_clonePropertiesTo_function_type(&ComboDropList_wrapper::default_clonePropertiesTo)
- , ( bp::arg("target") ) );
-
- }
- { //::CEGUI::Window::destroy
-
- typedef void ( ::CEGUI::Window::*destroy_function_type )( ) ;
- typedef void ( ComboDropList_wrapper::*default_destroy_function_type )( ) ;
-
- ComboDropList_exposer.def(
- "destroy"
- , destroy_function_type(&::CEGUI::Window::destroy)
- , default_destroy_function_type(&ComboDropList_wrapper::default_destroy) );
-
- }
- { //::CEGUI::Window::endInitialisation
-
- typedef void ( ::CEGUI::Window::*endInitialisation_function_type )( ) ;
- typedef void ( ComboDropList_wrapper::*default_endInitialisation_function_type )( ) ;
-
- ComboDropList_exposer.def(
- "endInitialisation"
- , endInitialisation_function_type(&::CEGUI::Window::endInitialisation)
- , default_endInitialisation_function_type(&ComboDropList_wrapper::default_endInitialisation) );
-
- }
- { //::CEGUI::EventSet::fireEvent
-
- typedef void ( ::CEGUI::EventSet::*fireEvent_function_type )( ::CEGUI::String const &,::CEGUI::EventArgs &,::CEGUI::String const & ) ;
- typedef void ( ComboDropList_wrapper::*default_fireEvent_function_type )( ::CEGUI::String const &,::CEGUI::EventArgs &,::CEGUI::String const & ) ;
-
- ComboDropList_exposer.def(
- "fireEvent"
- , fireEvent_function_type(&::CEGUI::EventSet::fireEvent)
- , default_fireEvent_function_type(&ComboDropList_wrapper::default_fireEvent)
- , ( bp::arg("name"), bp::arg("args"), bp::arg("eventNamespace")="" ) );
-
- }
- { //::CEGUI::Listbox::getListRenderArea
-
- typedef ::CEGUI::Rect ( ::CEGUI::Listbox::*getListRenderArea_function_type )( ) const;
- typedef ::CEGUI::Rect ( ComboDropList_wrapper::*default_getListRenderArea_function_type )( ) const;
-
- ComboDropList_exposer.def(
- "getListRenderArea"
- , getListRenderArea_function_type(&::CEGUI::Listbox::getListRenderArea)
- , default_getListRenderArea_function_type(&ComboDropList_wrapper::default_getListRenderArea) );
-
- }
- { //::CEGUI::Window::getRenderedStringParser
-
- typedef ::CEGUI::RenderedStringParser & ( ::CEGUI::Window::*getRenderedStringParser_function_type )( ) const;
-
- ComboDropList_exposer.def(
- "getRenderedStringParser"
- , getRenderedStringParser_function_type(&::CEGUI::Window::getRenderedStringParser)
- , bp::return_value_policy< bp::reference_existing_object >() );
-
- }
- { //::CEGUI::Window::getRenderingContext_impl
-
- typedef void ( ::CEGUI::Window::*getRenderingContext_impl_function_type )( ::CEGUI::RenderingContext & ) const;
- typedef void ( ComboDropList_wrapper::*default_getRenderingContext_impl_function_type )( ::CEGUI::RenderingContext & ) const;
-
- ComboDropList_exposer.def(
- "getRenderingContext_impl"
- , getRenderingContext_impl_function_type(&::CEGUI::Window::getRenderingContext_impl)
- , default_getRenderingContext_impl_function_type(&ComboDropList_wrapper::default_getRenderingContext_impl)
- , ( bp::arg("ctx") ) );
-
- }
- { //::CEGUI::Window::getUnclippedInnerRect_impl
-
- typedef ::CEGUI::Rect ( ::CEGUI::Window::*getUnclippedInnerRect_impl_function_type )( ) const;
- typedef ::CEGUI::Rect ( ComboDropList_wrapper::*default_getUnclippedInnerRect_impl_function_type )( ) const;
-
- ComboDropList_exposer.def(
- "getUnclippedInnerRect_impl"
- , getUnclippedInnerRect_impl_function_type(&::CEGUI::Window::getUnclippedInnerRect_impl)
- , default_getUnclippedInnerRect_impl_function_type(&ComboDropList_wrapper::default_getUnclippedInnerRect_impl) );
-
- }
- { //::CEGUI::Window::isHit
-
- typedef bool ( ::CEGUI::Window::*isHit_function_type )( ::CEGUI::Vector2 const &,bool const ) const;
- typedef bool ( ComboDropList_wrapper::*default_isHit_function_type )( ::CEGUI::Vector2 const &,bool const ) const;
-
- ComboDropList_exposer.def(
- "isHit"
- , isHit_function_type(&::CEGUI::Window::isHit)
- , default_isHit_function_type(&ComboDropList_wrapper::default_isHit)
- , ( bp::arg("position"), bp::arg("allow_disabled")=(bool const)(false) ) );
-
- }
- { //::CEGUI::Window::performChildWindowLayout
-
- typedef void ( ::CEGUI::Window::*performChildWindowLayout_function_type )( ) ;
- typedef void ( ComboDropList_wrapper::*default_performChildWindowLayout_function_type )( ) ;
-
- ComboDropList_exposer.def(
- "performChildWindowLayout"
- , performChildWindowLayout_function_type(&::CEGUI::Window::performChildWindowLayout)
- , default_performChildWindowLayout_function_type(&ComboDropList_wrapper::default_performChildWindowLayout) );
-
- }
- { //::CEGUI::Window::setLookNFeel
-
- typedef void ( ::CEGUI::Window::*setLookNFeel_function_type )( ::CEGUI::String const & ) ;
- typedef void ( ComboDropList_wrapper::*default_setLookNFeel_function_type )( ::CEGUI::String const & ) ;
-
- ComboDropList_exposer.def(
- "setLookNFeel"
- , setLookNFeel_function_type(&::CEGUI::Window::setLookNFeel)
- , default_setLookNFeel_function_type(&ComboDropList_wrapper::default_setLookNFeel)
- , ( bp::arg("look") ) );
-
- }
- { //::CEGUI::Window::setMargin
-
- typedef void ( ::CEGUI::Window::*setMargin_function_type )( ::CEGUI::UBox const & ) ;
- typedef void ( ComboDropList_wrapper::*default_setMargin_function_type )( ::CEGUI::UBox const & ) ;
-
- ComboDropList_exposer.def(
- "setMargin"
- , setMargin_function_type(&::CEGUI::Window::setMargin)
- , default_setMargin_function_type(&ComboDropList_wrapper::default_setMargin)
- , ( bp::arg("margin") ) );
-
- }
- { //::CEGUI::EventSet::subscribeScriptedEvent
-
- typedef ::CEGUI::RefCounted< CEGUI::BoundSlot > ( ::CEGUI::EventSet::*subscribeScriptedEvent_function_type )( ::CEGUI::String const &,::CEGUI::String const & ) ;
- typedef ::CEGUI::RefCounted< CEGUI::BoundSlot > ( ComboDropList_wrapper::*default_subscribeScriptedEvent_function_type )( ::CEGUI::String const &,::CEGUI::String const & ) ;
-
- ComboDropList_exposer.def(
- "subscribeScriptedEvent"
- , subscribeScriptedEvent_function_type(&::CEGUI::EventSet::subscribeScriptedEvent)
- , default_subscribeScriptedEvent_function_type(&ComboDropList_wrapper::default_subscribeScriptedEvent)
- , ( bp::arg("name"), bp::arg("subscriber_name") ) );
-
- }
- { //::CEGUI::EventSet::subscribeScriptedEvent
-
- typedef ::CEGUI::RefCounted< CEGUI::BoundSlot > ( ::CEGUI::EventSet::*subscribeScriptedEvent_function_type )( ::CEGUI::String const &,unsigned int,::CEGUI::String const & ) ;
- typedef ::CEGUI::RefCounted< CEGUI::BoundSlot > ( ComboDropList_wrapper::*default_subscribeScriptedEvent_function_type )( ::CEGUI::String const &,unsigned int,::CEGUI::String const & ) ;
-
- ComboDropList_exposer.def(
- "subscribeScriptedEvent"
- , subscribeScriptedEvent_function_type(&::CEGUI::EventSet::subscribeScriptedEvent)
- , default_subscribeScriptedEvent_function_type(&ComboDropList_wrapper::default_subscribeScriptedEvent)
- , ( bp::arg("name"), bp::arg("group"), bp::arg("subscriber_name") ) );
-
- }
- { //::CEGUI::Window::update
-
- typedef void ( ::CEGUI::Window::*update_function_type )( float ) ;
- typedef void ( ComboDropList_wrapper::*default_update_function_type )( float ) ;
-
- ComboDropList_exposer.def(
- "update"
- , update_function_type(&::CEGUI::Window::update)
- , default_update_function_type(&ComboDropList_wrapper::default_update)
- , ( bp::arg("elapsed") ) );
-
- }
- { //::CEGUI::Window::writeXMLToStream
-
- typedef void ( ::CEGUI::Window::*writeXMLToStream_function_type )( ::CEGUI::XMLSerializer & ) const;
- typedef void ( ComboDropList_wrapper::*default_writeXMLToStream_function_type )( ::CEGUI::XMLSerializer & ) const;
-
- ComboDropList_exposer.def(
- "writeXMLToStream"
- , writeXMLToStream_function_type(&::CEGUI::Window::writeXMLToStream)
- , default_writeXMLToStream_function_type(&ComboDropList_wrapper::default_writeXMLToStream)
- , ( bp::arg("xml_stream") ) );
-
- }
- }
- }