Add wxDataViewModel::HasValue().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 01:03:24 +0000 (01:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 01:03:24 +0000 (01:03 +0000)
commitb372f20e7ed8d5477b0b4ffa1449f86b29fa3c5b
tree5a60dd775d2db19a7b8d110a410e01fde87e3af6
parentc27050d2e3bc84da49f662c5e79fe4542be02337
Add wxDataViewModel::HasValue().

This method allows to simply test whether we have a value at the given row and
column or not (as it happens for container items unless they too have columns).

Currently this method is not virtual and is not used by the implementations
yet but it might make sense to make it virtual and allow overriding it in the
future.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/dataview.h
interface/wx/dataview.h