Vaca::FontDialog Class Reference

#include <FontDialog.h>

Inheritance diagram for Vaca::FontDialog:

Vaca::CommonDialog Vaca::Component Vaca::Referenceable Vaca::NonCopyable

List of all members.


Detailed Description

A common dialog box to select fonts.

See also:
Font

Public Member Functions

 FontDialog (const Font &font, Widget *parent)
virtual ~FontDialog ()
virtual bool doModal ()
Font getFont () const
bool getLogFont (LPLOGFONT lplf) const

Private Attributes

Font m_font
LOGFONT m_logFont

Constructor & Destructor Documentation

FontDialog::FontDialog ( const Font font,
Widget parent 
)

FontDialog::~FontDialog (  )  [virtual]


Member Function Documentation

bool FontDialog::doModal (  )  [virtual]

Implements Vaca::CommonDialog.

Font FontDialog::getFont (  )  const

bool FontDialog::getLogFont ( LPLOGFONT  lplf  )  const


Member Data Documentation

LOGFONT Vaca::FontDialog::m_logFont [private]