KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
notifications_manager.cpp File Reference
#include <wx/filename.h>
#include <wx/frame.h>
#include <wx/hyperlink.h>
#include <wx/panel.h>
#include <wx/scrolwin.h>
#include <wx/sizer.h>
#include <wx/settings.h>
#include <wx/stattext.h>
#include <wx/string.h>
#include <wx/time.h>
#include <paths.h>
#include <notifications_manager.h>
#include <widgets/kistatusbar.h>
#include <widgets/ui_common.h>
#include <json_common.h>
#include <kiplatform/ui.h>
#include <core/wx_stl_compat.h>
#include <core/json_serializers.h>
#include <core/kicad_algo.h>
#include <algorithm>
#include <fstream>
#include <map>
#include <optional>
#include <tuple>
#include <vector>

Go to the source code of this file.

Classes

class  NOTIFICATION_PANEL
 
class  NOTIFICATIONS_LIST
 

Variables

static long long g_last_closed_timer = 0
 

Variable Documentation

◆ g_last_closed_timer

long long g_last_closed_timer = 0
static