OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
owl::TTheme Class Reference

Encapsulates a theme handle. More...

#include <owl/theme.h>

Inheritance diagram for owl::TTheme:
owl::TThemePart

Public Member Functions

 TTheme (HWND, LPCWSTR cls)
 Constructs a theme handler.
 
virtual ~TTheme ()
 Releases the theme handle.
 
HTHEME GetHandle ()
 
 operator HTHEME ()
 

Detailed Description

Encapsulates a theme handle.

TODO: Add appropriate member functions from the module API.

Definition at line 107 of file theme.h.

Constructor & Destructor Documentation

◆ TTheme()

owl::TTheme::TTheme ( HWND w,
LPCWSTR cls )

Constructs a theme handler.

Definition at line 141 of file theme.cpp.

References _T, and owl::TXTheme::Raise().

◆ ~TTheme()

owl::TTheme::~TTheme ( )
virtual

Releases the theme handle.

Definition at line 151 of file theme.cpp.

References owl::TThemeModule::GetInstance().

Member Function Documentation

◆ GetHandle()

HTHEME owl::TTheme::GetHandle ( )
inline

Definition at line 115 of file theme.h.

◆ operator HTHEME()

owl::TTheme::operator HTHEME ( )
inline

Definition at line 116 of file theme.h.


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