KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ui_common.cpp File Reference
#include <wx/dcclient.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/listbox.h>
#include <wx/dataview.h>
#include <wx/radiobut.h>
#include <wx/slider.h>
#include <wx/spinctrl.h>
#include <wx/srchctrl.h>
#include <wx/stc/stc.h>
#include <wx/scrolbar.h>
#include <wx/grid.h>
#include <widgets/ui_common.h>
#include <algorithm>
#include <dialog_shim.h>
#include <pgm_base.h>
#include <wx/settings.h>
#include <bitmaps/bitmap_types.h>
#include <string_utils.h>

Go to the source code of this file.

Functions

SEVERITY SeverityFromString (const wxString &aSeverity)
 
wxString SeverityToString (const SEVERITY &aSeverity)
 
wxFont getGUIFont (wxWindow *aWindow, int aRelativeSize)
 

Function Documentation

◆ getGUIFont()

wxFont getGUIFont ( wxWindow *  aWindow,
int  aRelativeSize 
)

◆ SeverityFromString()

SEVERITY SeverityFromString ( const wxString &  aSeverity)

Definition at line 52 of file ui_common.cpp.

References RPT_SEVERITY_ERROR, RPT_SEVERITY_IGNORE, and RPT_SEVERITY_WARNING.

◆ SeverityToString()

wxString SeverityToString ( const SEVERITY aSeverity)