/////////////////////////////////////////////////////////////////////////////
// Name: cmndata.h
-// Purpose: documentation for wxFontData class
+// Purpose: interface of wxFontData
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@library{wxcore}
@category{FIXME}
- @seealso
- Overview, wxFont, wxFontDialog
+ @see Overview(), wxFont, wxFontDialog
*/
class wxFontData : public wxObject
{
};
+
/**
@class wxPageSetupDialogData
@wxheader{cmndata.h}
@library{wxcore}
@category{printing}
- @seealso
- @ref overview_printingoverview "Printing framework overview", wxPageSetupDialog
+ @see @ref overview_printingoverview "Printing framework overview",
+ wxPageSetupDialog
*/
class wxPageSetupDialogData : public wxObject
{
};
+
/**
@class wxColourData
@wxheader{cmndata.h}
@library{wxcore}
@category{FIXME}
- @seealso
- wxColour, wxColourDialog, @ref overview_wxcolourdialogoverview "wxColourDialog
- overview"
+ @see wxColour, wxColourDialog, @ref overview_wxcolourdialogoverview
+ "wxColourDialog overview"
*/
class wxColourData : public wxObject
{
};
+
/**
@class wxPrintData
@wxheader{cmndata.h}
@library{wxcore}
@category{printing}
- @seealso
- @ref overview_printingoverview "Printing framework overview", wxPrintDialog,
- wxPageSetupDialog, wxPrintDialogData, wxPageSetupDialogData, @ref overview_wxprintdialogoverview "wxPrintDialog Overview", wxPrinterDC, wxPostScriptDC
+ @see @ref overview_printingoverview "Printing framework overview",
+ wxPrintDialog, wxPageSetupDialog, wxPrintDialogData, wxPageSetupDialogData, @ref overview_wxprintdialogoverview "wxPrintDialog Overview", wxPrinterDC, wxPostScriptDC
*/
class wxPrintData : public wxObject
{
Returns the current print quality. This can be a positive integer, denoting the
number of dots per inch, or
one of the following identifiers:
-
+
On input you should pass one of these identifiers, but on return you may get
back a positive integer
indicating the current resolution setting.
Sets the desired print quality. This can be a positive integer, denoting the
number of dots per inch, or
one of the following identifiers:
-
+
On input you should pass one of these identifiers, but on return you may get
back a positive integer
indicating the current resolution setting.
};
+
/**
@class wxPrintDialogData
@wxheader{cmndata.h}
@library{wxcore}
@category{printing}
- @seealso
- @ref overview_printingoverview "Printing framework overview", wxPrintDialog,
- @ref overview_wxprintdialogoverview "wxPrintDialog Overview"
+ @see @ref overview_printingoverview "Printing framework overview",
+ wxPrintDialog, @ref overview_wxprintdialogoverview "wxPrintDialog Overview"
*/
class wxPrintDialogData : public wxObject
{
void operator =(const wxPrintDialogData& data);
//@}
};
+