This nested class defines the data type used for styles of the ISplitCanvas class. The available styles are defined as static data members in ISplitCanvas. Objects of this Style class represent characteristics of an ISplitCanvas object that you can specify when you construct it.
These style objects are used with the ISplitCanvas::defaultStyle and ISplitCanvas::setDefaultStyle functions, and with the ISplitCanvas constructor. You can use these styles along with the styles defined in the base classes of ISplitCanvas:
Once you have constructed an ISplitCanvas object, you can use ISplitCanvas, ICanvas, and IWindow member functions to query and change individual styles.
IBitFlag bitwiseAnd(const IBitFlag& rhs) const
IBitFlag bitwiseOr(const IBitFlag& rhs) const
bool comparisonAnd(const IBitFlag& rhs) const
IBitFlag()
IBitFlag(const IBitFlag& bitFlag)
IBitFlag( unsigned long count,
const unsigned long bitIndex [ ] )
IBitFlag negate() const
IBitFlag& setValue(const IBitFlag& bitFlag)