41 #ifndef _uipageprovider_cpp
42 #define _uipageprovider_cpp
44 #include "UI/pageprovider.h"
45 #include "UI/pagedcontainer.h"
46 #include "UI/screen.h"
61 Widget(RendName,RendRect,Parent)
103 if( !PageDataNode.
Empty() ) {
108 CurrAttrib = PageDataNode.
GetAttribute(
"ContainerName");
109 if( !CurrAttrib.
Empty() )
110 ContainerName = CurrAttrib.
AsString();
112 CurrAttrib = PageDataNode.
GetAttribute(
"ProviderConfig");
113 if( !CurrAttrib.
Empty() )
114 ProviderConfig = static_cast<PagedContainer::ProviderMode>( CurrAttrib.
AsWhole() );
116 if( !ContainerName.empty() ) {
118 if( ToSet != NULL ) {
119 switch( ProviderConfig )