C4 Engine
C4 Engine API Documentation

TableWidget::UnselectAllTableItems

Defined in:  C4Widgets.h
Unselects all items in a table.
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::SelectTableItem

TableWidget::UnselectTableItem

TableWidget::GetFirstSelectedTableItem

TableWidget::GetLastSelectedTableItem

TableWidget::GetSelectedTableItem

TableWidget::GetSelectedTableItemCount

TableWidget::GetTableItemCount

TableWidget::GetTableFlags

TableWidget::SetTableFlags

TableWidget::RevealTableItem