KiCad PCB EDA Suite
|
A contributor, a person which was involved in the development of the application or which has contributed in any kind somehow to the project. More...
#include <aboutinfo.h>
Public Member Functions | |
CONTRIBUTOR (const wxString &aName, const wxString &aExtra=wxEmptyString, const wxString &aUrl=wxEmptyString, const wxString &aCategory=wxEmptyString, wxBitmap *aIcon=NULL) | |
CONTRIBUTOR (const wxString &aName, const wxString &aCategory, wxBitmap *aIcon) | |
virtual | ~CONTRIBUTOR () |
wxString & | GetName () |
wxString & | GetExtra () |
wxString & | GetUrl () |
wxString & | GetCategory () |
wxBitmap * | GetIcon () |
void | SetChecked (bool status) |
bool | IsChecked () |
Private Attributes | |
wxString | m_name |
wxString | m_extra |
wxString | m_url |
wxString | m_category |
wxBitmap * | m_icon |
bool | m_checked |
A contributor, a person which was involved in the development of the application or which has contributed in any kind somehow to the project.
A contributor consists of the following mandatory information:
Each contributor can have optional information assigned like:
Definition at line 160 of file aboutinfo.h.
|
inline |
Definition at line 163 of file aboutinfo.h.
References m_category, m_checked, m_extra, m_icon, m_name, and m_url.
|
inline |
Definition at line 177 of file aboutinfo.h.
References m_category, m_checked, m_extra, m_icon, m_name, and m_url.
|
inlinevirtual |
Definition at line 189 of file aboutinfo.h.
|
inline |
Definition at line 194 of file aboutinfo.h.
References m_category.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
|
inline |
Definition at line 192 of file aboutinfo.h.
References m_extra.
Referenced by DIALOG_ABOUT::createNotebookPage(), and DIALOG_ABOUT::createNotebookPageByCategory().
|
inline |
Definition at line 195 of file aboutinfo.h.
References m_icon.
Referenced by DIALOG_ABOUT::createNotebookPage(), and DIALOG_ABOUT::createNotebookPageByCategory().
|
inline |
Definition at line 191 of file aboutinfo.h.
References m_name.
Referenced by DIALOG_ABOUT::createNotebookPage(), and DIALOG_ABOUT::createNotebookPageByCategory().
|
inline |
Definition at line 193 of file aboutinfo.h.
References m_url.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
|
inline |
Definition at line 197 of file aboutinfo.h.
References m_checked.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
|
inline |
Definition at line 196 of file aboutinfo.h.
References m_checked.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
|
private |
Definition at line 203 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetCategory().
|
private |
Definition at line 205 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), IsChecked(), and SetChecked().
|
private |
Definition at line 201 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetExtra().
|
private |
Definition at line 204 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetIcon().
|
private |
Definition at line 200 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetName().
|
private |
Definition at line 202 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetUrl().