define typesafe wxVariantList (to be used by wxVariant instead of wxList
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -104,6 +104,10 @@ private:
|
|||||||
* wxVariant can store any kind of data, but has some basic types
|
* wxVariant can store any kind of data, but has some basic types
|
||||||
* built in.
|
* built in.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
class WXDLLIMPEXP_FWD_BASE wxVariant;
|
||||||
|
|
||||||
|
WX_DECLARE_LIST_WITH_DECL(wxVariant, wxVariantList, class WXDLLIMPEXP_BASE);
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxVariant: public wxObject
|
class WXDLLIMPEXP_BASE wxVariant: public wxObject
|
||||||
{
|
{
|
||||||
|
@@ -52,6 +52,9 @@ using namespace std ;
|
|||||||
wxVariant WXDLLIMPEXP_BASE wxNullVariant;
|
wxVariant WXDLLIMPEXP_BASE wxNullVariant;
|
||||||
|
|
||||||
|
|
||||||
|
#include "wx/listimpl.cpp"
|
||||||
|
WX_DEFINE_LIST(wxVariantList);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* wxVariant
|
* wxVariant
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user