Office2010Style Class

Office2010Style class implements Microsoft Office 2010 style. More...

Header: #include <Office2010Style>
Inherits: OfficeStyle

Properties

Public Functions

Office2010Style()
virtual ~Office2010Style()
void setTheme(Office2010Style::Theme theme)
Office2010Style::Theme theme() const

Detailed Description

Property Documentation

theme : Theme

Sets the theme of the office style. You can choose from Blue, Black, Silver or Aqua theme's families.

Access functions:

Office2010Style::Theme theme() const
void setTheme(Office2010Style::Theme theme)

See also Theme.

Member Function Documentation

Office2010Style::Office2010Style()

Constuctor of Office2010Style class.

[virtual noexcept] Office2010Style::~Office2010Style()

Destructor of Office2010Style class.