Searched refs:m_veto (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpower.h54 m_veto = false;
58 void Veto() { m_veto = true; }
60 bool IsVetoed() const { return m_veto; }
68 bool m_veto; member in class:wxPowerEvent
H A Devent.h1386 m_veto(false), // should be false by default
1392 m_veto(event.m_veto),
1412 m_veto = veto;
1416 bool GetVeto() const { return m_canVeto && m_veto; }
1422 m_veto, member in class:wxCloseEvent

Completed in 55 milliseconds