Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::graphics::gui::objects::TreeView::ColumnInfo Class Reference

An object that contains information for a tree view column. More...

#include <omGraphicsGUITreeView.h>

Public Member Functions

 ColumnInfo ()
 Create a default column info object. More...
 

Public Attributes

GUIObjectheader
 The object that is displayed in the header area for this column. More...
 
AABB1f sizeRange
 A 1D range indicating the allowed sizes of the column along the column axis. More...
 
Float size
 The size of this column along the column axis. More...
 
Float flex
 The flexibility of this column, from 0 to 1. More...
 
Index userID
 An integer identifier for this column provided by the user. More...
 
Int sort
 The sort direction for this column if sorting is enabled. More...
 
ColumnFlags flags
 Boolean flags for this column. More...
 

Detailed Description

An object that contains information for a tree view column.

Constructor & Destructor Documentation

om::graphics::gui::objects::TreeView::ColumnInfo::ColumnInfo ( )
inline

Create a default column info object.

Member Data Documentation

GUIObject* om::graphics::gui::objects::TreeView::ColumnInfo::header

The object that is displayed in the header area for this column.

AABB1f om::graphics::gui::objects::TreeView::ColumnInfo::sizeRange

A 1D range indicating the allowed sizes of the column along the column axis.

Float om::graphics::gui::objects::TreeView::ColumnInfo::size

The size of this column along the column axis.

Float om::graphics::gui::objects::TreeView::ColumnInfo::flex

The flexibility of this column, from 0 to 1.

Index om::graphics::gui::objects::TreeView::ColumnInfo::userID

An integer identifier for this column provided by the user.

Int om::graphics::gui::objects::TreeView::ColumnInfo::sort

The sort direction for this column if sorting is enabled.

A value of 1 indicates sorting in increasing order, -1 in decreasing order, and 0 indicates no sorting is applied for the column.

ColumnFlags om::graphics::gui::objects::TreeView::ColumnInfo::flags

Boolean flags for this column.


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