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: dataview.h
// Purpose: documentation for wxDataViewIconText class
// Purpose: interface of wxDataViewIconText
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
@@ -52,6 +52,7 @@ public:
};
/**
@class wxDataViewEvent
@wxheader{dataview.h}
@@ -127,6 +128,7 @@ public:
};
/**
@class wxDataViewIconTextRenderer
@wxheader{dataview.h}
@@ -152,6 +154,7 @@ public:
};
/**
@class wxDataViewIndexListModel
@wxheader{dataview.h}
@@ -197,7 +200,7 @@ public:
/**
Oberride this to indicate that the row has special font attributes.
This only affects the
wxDataViewTextRendererText renderer.
wxDataViewTextRendererText() renderer.
See also wxDataViewItemAttr.
*/
bool GetAttr(unsigned int row, unsigned int col,
@@ -272,6 +275,7 @@ public:
};
/**
@class wxDataViewModel
@wxheader{dataview.h}
@@ -396,7 +400,7 @@ public:
/**
Oberride this to indicate that the item has special font attributes.
This only affects the
wxDataViewTextRendererText renderer.
wxDataViewTextRendererText() renderer.
See also wxDataViewItemAttr.
*/
bool GetAttr(const wxDataViewItem& item, unsigned int col,
@@ -536,6 +540,7 @@ public:
};
/**
@class wxDataViewCustomRenderer
@wxheader{dataview.h}
@@ -656,6 +661,7 @@ public:
};
/**
@class wxDataViewBitmapRenderer
@wxheader{dataview.h}
@@ -676,17 +682,18 @@ public:
};
/**
@class wxDataViewItemAttr
@wxheader{dataview.h}
This class is used to indicate to a wxDataViewCtrl
that a certain Item has extra font attributes
that a certain Item() has extra font attributes
for its renderer. For this, it is required to override
wxDataViewModel::GetAttr.
Attributes are currently only supported by
wxDataViewTextRendererText.
wxDataViewTextRendererText().
@library{wxadv}
@category{FIXME}
@@ -717,6 +724,7 @@ public:
};
/**
@class wxDataViewItem
@wxheader{dataview.h}
@@ -763,6 +771,7 @@ public:
};
/**
@class wxDataViewCtrl
@wxheader{dataview.h}
@@ -1111,6 +1120,7 @@ public:
};
/**
@class wxDataViewModelNotifier
@wxheader{dataview.h}
@@ -1198,6 +1208,7 @@ public:
};
/**
@class wxDataViewRenderer
@wxheader{dataview.h}
@@ -1315,6 +1326,7 @@ public:
};
/**
@class wxDataViewTextRenderer
@wxheader{dataview.h}
@@ -1336,6 +1348,7 @@ public:
};
/**
@class wxDataViewProgressRenderer
@wxheader{dataview.h}
@@ -1357,6 +1370,7 @@ public:
};
/**
@class wxDataViewSpinRenderer
@wxheader{dataview.h}
@@ -1381,6 +1395,7 @@ public:
};
/**
@class wxDataViewToggleRenderer
@wxheader{dataview.h}
@@ -1401,6 +1416,7 @@ public:
};
/**
@class wxDataViewTreeCtrl
@wxheader{dataview.h}
@@ -1591,6 +1607,7 @@ public:
};
/**
@class wxDataViewTreeStore
@wxheader{dataview.h}
@@ -1735,6 +1752,7 @@ public:
};
/**
@class wxDataViewDateRenderer
@wxheader{dataview.h}
@@ -1755,6 +1773,7 @@ public:
};
/**
@class wxDataViewTextRendererAttr
@wxheader{dataview.h}
@@ -1781,6 +1800,7 @@ public:
};
/**
@class wxDataViewColumn
@wxheader{dataview.h}
@@ -1906,3 +1926,4 @@ public:
*/
void SetTitle(const wxString& title);
};