regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-03-10 15:24:38 +00:00
parent 3a65144e7c
commit e54c96f187
269 changed files with 2027 additions and 1553 deletions

View File

@@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: brush.h
// Purpose: documentation for wxBrush class
// Purpose: interface of wxBrush
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -18,31 +18,10 @@
@category{gdi}
@stdobjects
Objects:
wxNullBrush
Pointers:
wxBLUE_BRUSH
::Objects:, ::wxNullBrush, ::Pointers:, ::wxBLUE_BRUSH, ::wxGREEN_BRUSH,
::wxWHITE_BRUSH, ::wxBLACK_BRUSH, ::wxGREY_BRUSH, ::wxMEDIUM_GREY_BRUSH, ::wxLIGHT_GREY_BRUSH, ::wxTRANSPARENT_BRUSH, ::wxCYAN_BRUSH, ::wxRED_BRUSH,
wxGREEN_BRUSH
wxWHITE_BRUSH
wxBLACK_BRUSH
wxGREY_BRUSH
wxMEDIUM_GREY_BRUSH
wxLIGHT_GREY_BRUSH
wxTRANSPARENT_BRUSH
wxCYAN_BRUSH
wxRED_BRUSH
@seealso
wxBrushList, wxDC, wxDC::SetBrush
@see wxBrushList, wxDC, wxDC::SetBrush
*/
class wxBrush : public wxGDIObject
{
@@ -432,3 +411,73 @@ public:
*/
bool operator ==(const wxBrush& brush);
};
/**
FIXME
*/
wxBrush Objects:
;
/**
FIXME
*/
wxBrush wxNullBrush;
/**
FIXME
*/
wxBrush Pointers:
;
/**
FIXME
*/
wxBrush wxBLUE_BRUSH;
/**
FIXME
*/
wxBrush wxGREEN_BRUSH;
/**
FIXME
*/
wxBrush wxWHITE_BRUSH;
/**
FIXME
*/
wxBrush wxBLACK_BRUSH;
/**
FIXME
*/
wxBrush wxGREY_BRUSH;
/**
FIXME
*/
wxBrush wxMEDIUM_GREY_BRUSH;
/**
FIXME
*/
wxBrush wxLIGHT_GREY_BRUSH;
/**
FIXME
*/
wxBrush wxTRANSPARENT_BRUSH;
/**
FIXME
*/
wxBrush wxCYAN_BRUSH;
/**
FIXME
*/
wxBrush wxRED_BRUSH;