| 
    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 &aCategory, const wxString &aUrl=wxEmptyString) | |
| virtual | ~CONTRIBUTOR () | 
| wxString & | GetName () | 
| wxString & | GetUrl () | 
| wxString & | GetCategory () | 
| void | SetChecked (bool status) | 
| bool | IsChecked () | 
Private Attributes | |
| wxString | m_name | 
| wxString | m_url | 
| wxString | m_category | 
| 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 156 of file aboutinfo.h.
      
  | 
  inline | 
Definition at line 159 of file aboutinfo.h.
References m_category, m_checked, m_name, and m_url.
      
  | 
  inlinevirtual | 
Definition at line 168 of file aboutinfo.h.
      
  | 
  inline | 
Definition at line 172 of file aboutinfo.h.
References m_category.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
      
  | 
  inline | 
Definition at line 170 of file aboutinfo.h.
References m_name.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
      
  | 
  inline | 
Definition at line 171 of file aboutinfo.h.
References m_url.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
      
  | 
  inline | 
Definition at line 174 of file aboutinfo.h.
References m_checked.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
      
  | 
  inline | 
Definition at line 173 of file aboutinfo.h.
References m_checked.
Referenced by DIALOG_ABOUT::createNotebookPageByCategory().
      
  | 
  private | 
Definition at line 179 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetCategory().
      
  | 
  private | 
Definition at line 180 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), IsChecked(), and SetChecked().
      
  | 
  private | 
Definition at line 177 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetName().
      
  | 
  private | 
Definition at line 178 of file aboutinfo.h.
Referenced by CONTRIBUTOR(), and GetUrl().