TabViewState Class Reference

#include <Pt/Forms/TabViewStyler.h>

Transient visual state of a tab view. More...

Public Member Functions

 TabViewState ()
 Constructs an empty tab view state.
 
bool isEnabled () const
 Returns true if the view is currently enabled.
 
void setEnabled (bool value)
 Sets whether the view is enabled.
 
bool isFocused () const
 Returns true if the view currently has focus.
 
void setFocused (bool value)
 Sets whether the view has focus.
 

Detailed Description

TabViewState is the snapshot a TabView passes to measure, layout, and paint. It is not the application model. Enabled and focused describe the look of one paint pass.