UTLayoutView.h File Reference

Go to the source code of this file.

Classes

class  LayoutView_t
 View object, which manages the display of a rectangular area in a window. More...

Typedefs

typedef int row_column_set_token_t

Enumerations

enum  layout_h_align_mode_t { eLHAM_align_left = 0, eLHAM_center = 1, eLHAM_align_right = 2 }
enum  layout_v_align_mode_t { eLVAM_align_top = 0, eLVAM_center = 1, eLVAM_align_bottom = 2 }

Detailed Description

Non-core library: UTgui

Definition in file UTLayoutView.h.


Typedef Documentation

Token identifying a set of rows or columns. The token is returned when a set is created, and can be used to later delete the set if needed.

Definition at line 87 of file UTLayoutView.h.


Enumeration Type Documentation

Enumeration representing whether a view should be left aligned, centered, or right aligned if it can't be expanded to fill its grid allocation in its LayoutView_t parent in the horizontal domain.

Enumerator:
eLHAM_align_left 
eLHAM_center 
eLHAM_align_right 

Definition at line 67 of file UTLayoutView.h.

Enumeration representing whether a view should be top aligned, centered, or bottom aligned if it can't be expanded to fill its grid allocation in its LayoutView_t parent in the vertical domain.

Enumerator:
eLVAM_align_top 
eLVAM_center 
eLVAM_align_bottom 

Definition at line 78 of file UTLayoutView.h.


Generated on Tue Dec 14 22:35:06 2010 for UT library by  doxygen 1.6.1