40 #ifndef _uipagedcontainer_cpp
41 #define _uipagedcontainer_cpp
43 #include "UI/pagedcontainer.h"
44 #include "UI/pageprovider.h"
45 #include "UI/screen.h"
56 LastFocusedChild(NULL),
63 LastFocusedChild(NULL),
69 Widget(RendName,RendRect,Parent),
70 LastFocusedChild(NULL),
281 if( !PageDataNode.
Empty() ) {
284 if( !XProviderNode.
Empty() ) {
289 if( !CurrAttrib.
Empty() )
290 ProviderName = CurrAttrib.
AsString();
293 if( !CurrAttrib.
Empty() )
294 ProviderConfig = static_cast<ProviderMode>( CurrAttrib.
AsWhole() );
296 if( !ProviderName.empty() ) {
301 switch( ProviderConfig )
313 if( !YProviderNode.
Empty() ) {
318 if( !CurrAttrib.
Empty() )
319 ProviderName = CurrAttrib.
AsString();
322 if( !CurrAttrib.
Empty() )
323 ProviderConfig = static_cast<ProviderMode>( CurrAttrib.
AsWhole() );
325 if( !ProviderName.empty() ) {
330 switch( ProviderConfig )
355 if( !PropertiesNode.
Empty() ) {
358 if( !WorkAreaSizeNode.
Empty() ) {
391 if( EventWidget != NULL ) {
407 if( (*ChildIt)->IsVisible() ) {
408 (*ChildIt)->_AppendRenderDataCascading(*
VertexCache);
417 if( (*It)->IsVisible() ) {
418 (*It)->_AppendRenderDataCascading(RenderData);