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

An object that contains information about a page in a tab view. More...

#include <omGraphicsGUITabView.h>

Public Member Functions

 PageInfo ()
 Create a new page info object with the default state. More...
 

Public Attributes

GUIObjectheader
 The object that is displayed in the header area for this page. More...
 
GUIObjectpage
 The object that is displayed in the page area, e.g. the main view. More...
 
PageFlags flags
 An object containing boolean flags for this page. More...
 
Index userID
 A user identifier for the page. More...
 

Detailed Description

An object that contains information about a page in a tab view.

Constructor & Destructor Documentation

om::graphics::gui::objects::TabView::PageInfo::PageInfo ( )
inline

Create a new page info object with the default state.

Member Data Documentation

GUIObject* om::graphics::gui::objects::TabView::PageInfo::header

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

GUIObject* om::graphics::gui::objects::TabView::PageInfo::page

The object that is displayed in the page area, e.g. the main view.

PageFlags om::graphics::gui::objects::TabView::PageInfo::flags

An object containing boolean flags for this page.

Index om::graphics::gui::objects::TabView::PageInfo::userID

A user identifier for the page.


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