Home
last modified time | relevance | path

Searched refs:wxPGVIteratorBase_State (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/propgrid/
H A Dpropgridiface.cpp800 class wxPGVIteratorBase_State : public wxPGVIteratorBase class
803 wxPGVIteratorBase_State( wxPropertyGridPageState* state, int flags ) in wxPGVIteratorBase_State() function in wxPGVIteratorBase_State
807 virtual ~wxPGVIteratorBase_State() { } in ~wxPGVIteratorBase_State()
813 return wxPGVIterator( new wxPGVIteratorBase_State( m_pState, flags ) ); in GetVIterator()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgridiface.cpp848 class wxPGVIteratorBase_State : public wxPGVIteratorBase class
851 wxPGVIteratorBase_State( wxPropertyGridPageState* state, int flags ) in wxPGVIteratorBase_State() function in wxPGVIteratorBase_State
855 virtual ~wxPGVIteratorBase_State() { } in ~wxPGVIteratorBase_State()
861 return wxPGVIterator( new wxPGVIteratorBase_State( m_pState, flags ) ); in GetVIterator()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/propgrid/
H A Dpropgridiface.cpp800 class wxPGVIteratorBase_State : public wxPGVIteratorBase class
803 wxPGVIteratorBase_State( wxPropertyGridPageState* state, int flags ) in wxPGVIteratorBase_State() function in wxPGVIteratorBase_State
807 virtual ~wxPGVIteratorBase_State() { } in ~wxPGVIteratorBase_State()
813 return wxPGVIterator( new wxPGVIteratorBase_State( m_pState, flags ) ); in GetVIterator()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/wxpropgrid/src/
H A Dpropgrid.cpp11014 class wxPGVIteratorBase_State : public wxPGVIteratorBase class
11017 wxPGVIteratorBase_State( wxPropertyGridState* state, int flags ) in wxPGVIteratorBase_State() function in wxPGVIteratorBase_State
11021 ~wxPGVIteratorBase_State() override { } in ~wxPGVIteratorBase_State()
11027 return wxPGVIterator( new wxPGVIteratorBase_State( m_pState, flags ) ); in GetVIterator()