TableWidget::UnselectAllTableItems
Defined in:
Unselects all items in a table.
C4Widgets.h
Prototype
void UnselectAllTableItems(bool post = false);
Parameters
post |
Indicates whether to post a kEventWidgetChange event.
|
Description
The UnselectAllTableItems
function unselects all of the items in a table. If any table items were previously selected and the post
parameter is true
, then the table widget posts a kEventWidgetChange
event that can be handled by its observers.
See Also
TableWidget::SelectAllTableItems
TableWidget::UnselectTableItem
TableWidget::GetFirstSelectedTableItem
TableWidget::GetLastSelectedTableItem
TableWidget::GetSelectedTableItem
TableWidget::GetSelectedTableItemCount