Searched refs:StackWindow (Results 1 – 2 of 2) sorted by relevance
288 class StackWindow : public BasicDockingWindow class301 StackWindow( Window* pParent );302 ~StackWindow();457 StackWindow aStackWindow;495 StackWindow& GetStackWindow() { return aStackWindow; } in GetStackWindow()
1533 StackWindow::StackWindow( Window* pParent ) : in StackWindow() function in StackWindow1551 aGotoCallButton.SetClickHdl( LINK( this, StackWindow, ButtonHdl ) ); in StackWindow()1566 __EXPORT StackWindow::~StackWindow() in ~StackWindow()1573 void __EXPORT StackWindow::Paint( const Rectangle& ) in Paint()1581 void __EXPORT StackWindow::Resize() in Resize()1598 IMPL_LINK_INLINE_START( StackWindow, ButtonHdl, ImageButton *, pButton ) in IMPL_LINK_INLINE_START() argument1612 IMPL_LINK_INLINE_END( StackWindow, ButtonHdl, ImageButton *, pButton ) in IMPL_LINK_INLINE_END() argument1616 void __EXPORT StackWindow::UpdateCalls() in IMPL_LINK_INLINE_END()
Completed in 31 milliseconds