Added a new documentation overview section 'Caveats When Not Using C++ RTTI', describing possible problems with Bind() and wxAny when C++ RTTI is disabled.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -790,6 +790,8 @@ public:
|
||||
@param userData
|
||||
Data to be associated with the event table entry.
|
||||
|
||||
@see @ref overview_cpp_rtti_disabled
|
||||
|
||||
@since 2.9.0
|
||||
*/
|
||||
template <typename EventTag, typename Functor>
|
||||
@@ -823,6 +825,8 @@ public:
|
||||
@param userData
|
||||
Data to be associated with the event table entry.
|
||||
|
||||
@see @ref overview_cpp_rtti_disabled
|
||||
|
||||
@since 2.9.0
|
||||
*/
|
||||
template <typename EventTag, typename Class, typename EventArg, typename EventHandler>
|
||||
@@ -855,6 +859,8 @@ public:
|
||||
@param userData
|
||||
Data associated with the event table entry.
|
||||
|
||||
@see @ref overview_cpp_rtti_disabled
|
||||
|
||||
@since 2.9.0
|
||||
*/
|
||||
template <typename EventTag, typename Functor>
|
||||
@@ -885,6 +891,8 @@ public:
|
||||
@param userData
|
||||
Data associated with the event table entry.
|
||||
|
||||
@see @ref overview_cpp_rtti_disabled
|
||||
|
||||
@since 2.9.0
|
||||
*/
|
||||
template <typename EventTag, typename Class, typename EventArg, typename EventHandler>
|
||||
|
Reference in New Issue
Block a user