Added wxVariant's =, == and != operators for wxObject*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -168,7 +168,11 @@ public:
|
||||
void operator= (const wxList& value) ;
|
||||
bool operator== (void* value) const;
|
||||
bool operator!= (void* value) const;
|
||||
void operator= (void* value) ;
|
||||
void operator= (void* value);
|
||||
bool operator== (wxObject* value) const;
|
||||
bool operator!= (wxObject* value) const;
|
||||
void operator= (wxObject* value);
|
||||
|
||||
|
||||
// Treat a list variant as an array
|
||||
wxVariant operator[] (size_t idx) const;
|
||||
|
Reference in New Issue
Block a user