KiCad PCB EDA Suite
Loading...
Searching...
No Matches
wx_infobar_message_type.h File Reference

Go to the source code of this file.

Enumerations

enum class  INFOBAR_MESSAGE_TYPE { GENERIC , OUTDATED_SAVE , DRC_RULES_ERROR , DRC_VIOLATION }
 Sets the type of message for special handling if needed. More...
 

Enumeration Type Documentation

◆ INFOBAR_MESSAGE_TYPE

enum class INFOBAR_MESSAGE_TYPE
strong

Sets the type of message for special handling if needed.

Enumerator
GENERIC 

GENERIC Are messages that do not have special handling.

OUTDATED_SAVE 

OUTDATED_SAVE Messages that should be cleared on save.

DRC_RULES_ERROR 
DRC_VIOLATION 

Definition at line 27 of file wx_infobar_message_type.h.