Searched refs:SvpSalFrame (Results 1 – 5 of 5) sorted by relevance
34 SvpSalFrame* SvpSalFrame::s_pFocusFrame = NULL;36 SvpSalFrame::SvpSalFrame( SvpSalInstance* pInstance, in SvpSalFrame() function in SvpSalFrame41 m_pParent( static_cast<SvpSalFrame*>(pParent) ), in SvpSalFrame()70 SvpSalFrame::~SvpSalFrame() in ~SvpSalFrame()75 std::list<SvpSalFrame*> Children = m_aChildren; in ~SvpSalFrame()76 for( std::list<SvpSalFrame*>::iterator it = Children.begin(); in ~SvpSalFrame()94 … SvpSalFrame* pFrame = const_cast<SvpSalFrame*>(static_cast<const SvpSalFrame*>(*it)); in ~SvpSalFrame()110 void SvpSalFrame::GetFocus() in GetFocus()121 void SvpSalFrame::LoseFocus() in LoseFocus()130 SalGraphics* SvpSalFrame::GetGraphics() in GetGraphics()[all …]
36 class SvpSalFrame : public SalFrame, public SvpElement class39 SvpSalFrame* m_pParent; // pointer to parent frame40 std::list< SvpSalFrame* > m_aChildren; // List of child frames53 static SvpSalFrame* s_pFocusFrame;55 SvpSalFrame( SvpSalInstance* pInstance,59 virtual ~SvpSalFrame();
238 return new SvpSalFrame( this, NULL, nStyle, pParent ); in CreateChildFrame()243 return new SvpSalFrame( this, pParent, nStyle ); in CreateFrame()379 const SvpSalFrame* pSvpFrame = static_cast<const SvpSalFrame*>(it->m_pFrame); in Yield()
82 class SvpSalFrame;
154 else if( dynamic_cast<SvpSalFrame*>(pEle) ) in matchType()