Lines Matching refs:PaneGroup

58     class PaneGroup;
85 ::std::vector< ::boost::shared_ptr<PaneGroup> > maPaneGroups;
199 class PaneGroup class
202 PaneGroup (void);
203 ~PaneGroup (void);
227 typedef ::boost::shared_ptr<PaneGroup> SharedPaneGroup;
682 SharedPaneGroup pUpperPanes (new PaneGroup()); in SetupPaneGroups()
694 SharedPaneGroup pLowerPanes (new PaneGroup()); in SetupPaneGroups()
780 SharedPaneGroup pLowerPanes (new PaneGroup()); in ShowPane()
905 ::boost::bind(&PaneGroup::HidePanes, maPaneGroups[0])); in CreateShowAnimation()
962 SharedPaneGroup pAllPanes (new PaneGroup()); in ShowPane()
1054 PaneGroup::PaneGroup (void) in PaneGroup() function in sdext::presenter::__anon7a5f8c2c0211::PaneGroup
1065 PaneGroup::~PaneGroup (void) in ~PaneGroup()
1073 void PaneGroup::AddPane (const PresenterPaneContainer::SharedPaneDescriptor& rpPane) in AddPane()
1090 void PaneGroup::CreateSubstitution (const Reference<rendering::XSpriteCanvas>& rxCanvas) in CreateSubstitution()
1120 void PaneGroup::Restore (void) in Restore()
1132 ::boost::shared_ptr<PresenterSprite> PaneGroup::GetSubstitution (void) in GetSubstitution()
1140 geometry::RealRectangle2D PaneGroup::GetOriginalBoundingBox (void) const in GetOriginalBoundingBox()
1152 geometry::RealRectangle2D PaneGroup::GetCurrentBoundingBox (void) const in GetCurrentBoundingBox()
1160 void PaneGroup::MovePanes ( in MovePanes()
1188 void PaneGroup::ActivatePanes (void) in ActivatePanes()
1200 void PaneGroup::DeactivatePanes (void) in DeactivatePanes()
1212 void PaneGroup::ShowPanes (void) in ShowPanes()
1225 void PaneGroup::HidePanes (void) in HidePanes()