Addition at simple wxObject*, support into wxVariant.
authorRoger Gammans <rgammans@computer-surgery.co.uk>
Mon, 2 Jun 2003 21:17:28 +0000 (21:17 +0000)
committerRoger Gammans <rgammans@computer-surgery.co.uk>
Mon, 2 Jun 2003 21:17:28 +0000 (21:17 +0000)
commitcf6ae2907c365869b10b61cbe3bde2768facd4d8
treeac9443230f2ba471e51d25070905c61ac7c91aa0
parent8647bec62d5d0112201f07494e0e69e6e2d45e4b
Addition at simple wxObject*, support into wxVariant.

This includes 2 new methods wxVariant::IsValueKindOf() and
wxVariantData::GetValueClassInfo() to allow query of the
wxRTTI data of the variant's data.

Also included is a macro analogues to dynamicCast for fetching
objects out of a wxVariant.

Documentation patches for the above.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/variant.tex
include/wx/variant.h
samples/typetest/typetest.cpp
src/common/variant.cpp