32 std::vector<Link<VclSimpleEvent&,void>> aCopy(
m_aListeners );
33 std::vector<Link<VclSimpleEvent&,void>>::iterator aIter( aCopy.begin() );
34 std::vector<Link<VclSimpleEvent&,void>>::const_iterator aEnd( aCopy.end() );
52 while ( aIter != aEnd )
void removeListener(const Link< VclSimpleEvent &, void > &rListener)
std::vector< Link< VclSimpleEvent &, void > > m_aListeners
void Call(VclSimpleEvent &rEvent) const
void addListener(const Link< VclSimpleEvent &, void > &rListener)
virtual ~VclWindowEvent() override
VclWindowEvent(vcl::Window *pWin, VclEventId n, void *pDat)
VclPtr< vcl::Window > pWindow
std::unique_ptr< WindowImpl > mpWindowImpl