GLUI_Column Class Reference

#include <glui.h>

Inherits GLUI_Control.

List of all members.

Public Member Functions

void draw (int x, int y)
 GLUI_Column (GLUI_Node *parent, int draw_bar=true)
 GLUI_Column (void)

Protected Member Functions

void common_init ()


Detailed Description

A GLUI_Column object separates all previous controls from subsequent controls with a vertical bar.

Constructor & Destructor Documentation

GLUI_Column::GLUI_Column ( GLUI_Node parent,
int  draw_bar = true 
)

Create a new column, which separates the previous controls from subsequent controls.

Parameters:
parent The panel our object is inside; or the main GLUI object.
draw_bar If true, draw a visible bar between new and old controls.

GLUI_Column::GLUI_Column ( void   )  [inline]


Member Function Documentation

void GLUI_Column::common_init ( void   )  [inline, protected]

void GLUI_Column::draw ( int  x,
int  y 
) [virtual]

Implements GLUI_Control.


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

Generated on Tue Jan 20 23:44:13 2009 for FlowVis by  doxygen 1.5.7.1