Lines Matching refs:model

221 	const model::SharedPageDescriptor& rpDescriptor,  in ProcessButtonDownEvent()
236 const model::SharedPageDescriptor& rpDescriptor, in ProcessButtonUpEvent()
249 mbIsExcluded = mpDescriptor->HasState(model::PageDescriptor::ST_Excluded); in ProcessButtonUpEvent()
262 const model::SharedPageDescriptor& rpDescriptor, in ProcessMouseMotionEvent()
266 model::SharedPageDescriptor pOldDescriptor (mpDescriptor); in ProcessMouseMotionEvent()
323 SetPage(model::SharedPageDescriptor()); in ResetPage()
329 bool ButtonBar::SetPage (const model::SharedPageDescriptor& rpDescriptor) in SetPage()
336 mbIsExcluded = mpDescriptor->HasState(model::PageDescriptor::ST_Excluded); in SetPage()
435 const model::SharedPageDescriptor& rpDescriptor) in Paint()
453 rpDescriptor->HasState(model::PageDescriptor::ST_Excluded) in Paint()
480 const model::SharedPageDescriptor& rpDescriptor, in PaintButtonBackground()
636 const model::SharedPageDescriptor& rpDescriptor, in RequestFadeIn()
658 const model::SharedPageDescriptor& rpDescriptor, in RequestFadeOut()
679 bool ButtonBar::IsVisible (const model::SharedPageDescriptor& rpDescriptor) in IsVisible()
711 const model::SharedPageDescriptor& rpDescriptor, in StartFadeAnimation()
715 model::SharedPageDescriptor pDescriptor (rpDescriptor); in StartFadeAnimation()
764 &model::VisualState::SetButtonAlphaAnimationId, in StartFadeAnimation()
1395 void UnhideButton::ProcessClick (const model::SharedPageDescriptor& rpDescriptor) in ProcessClick()
1400 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) in ProcessClick()
1401 ? model::SharedPageDescriptor() in ProcessClick()
1444 void StartShowButton::ProcessClick (const model::SharedPageDescriptor& rpDescriptor) in ProcessClick()
1447 mrSlideSorter.GetView().GetToolTip().SetPage(model::SharedPageDescriptor()); in ProcessClick()
1493 void HideButton::ProcessClick (const model::SharedPageDescriptor& rpDescriptor) in ProcessClick()
1498 (rpDescriptor->HasState(model::PageDescriptor::ST_Selected) in ProcessClick()
1499 ? model::SharedPageDescriptor() in ProcessClick()
1544 void DuplicateButton::ProcessClick (const model::SharedPageDescriptor& rpDescriptor) in ProcessClick()
1549 mrSlideSorter.GetView().SetPageUnderMouse(model::SharedPageDescriptor(),false); in ProcessClick()
1553 if ( ! rpDescriptor->HasState(model::PageDescriptor::ST_Selected)) in ProcessClick()