libui-ng
A portable GUI library for C
uiTableSelection Struct Reference

Holds an array of selected row indices for a table. More...

#include <ui.h>

Public Member Functions

void uiFreeTableSelection (uiTableSelection *s)
 Frees the given uiTableSelection and all it's resources. More...
 

Public Attributes

int NumRows
 Number of selected rows. More...
 
int * Rows
 Array containing selected row indices, NULL on empty selection. More...
 

Detailed Description

Holds an array of selected row indices for a table.

Member Function Documentation

◆ uiFreeTableSelection()

void uiFreeTableSelection ( uiTableSelection s)

Frees the given uiTableSelection and all it's resources.

Parameters
suiTableSelection instance.

Member Data Documentation

◆ NumRows

int uiTableSelection::NumRows

Number of selected rows.

◆ Rows

int* uiTableSelection::Rows

Array containing selected row indices, NULL on empty selection.


The documentation for this struct was generated from the following file: