#include </home/zeitlin/src/wx/github/interface/wx/dataview.h>
Inheritance diagram for wxDataViewIconText:wxDataViewIconText is used by wxDataViewIconTextRenderer for data transfer.
This class can be converted to and from a wxVariant.
Public Member Functions | |
| const wxIcon & | GetIcon () const |
| Gets the icon. | |
| wxString | GetText () const |
| Gets the text. | |
| void | SetIcon (const wxIcon &icon) |
| Set the icon. | |
| void | SetText (const wxString &text) |
| Set the text. | |
| wxDataViewIconText (const wxString &text=wxEmptyString, const wxIcon &icon=wxNullIcon) | |
| Constructor. | |
| wxDataViewIconText (const wxDataViewIconText &other) | |
| Constructor. | |
| wxDataViewIconText::wxDataViewIconText | ( | const wxString & | text = wxEmptyString, |
| const wxIcon & | icon = wxNullIcon |
||
| ) |
Constructor.
| wxDataViewIconText::wxDataViewIconText | ( | const wxDataViewIconText & | other | ) |
Constructor.
| const wxIcon& wxDataViewIconText::GetIcon | ( | ) | const |
Gets the icon.
| wxString wxDataViewIconText::GetText | ( | ) | const |
Gets the text.
| void wxDataViewIconText::SetIcon | ( | const wxIcon & | icon | ) |
Set the icon.
| void wxDataViewIconText::SetText | ( | const wxString & | text | ) |
Set the text.