KiCad PCB EDA Suite
|
Public Member Functions | |
bool | getBool () const |
void | setBool (bool a) |
int | getNew () const |
void | setNew (int m) |
Public Attributes | |
int | m_m = 0 |
bool | m_bool = false |
Definition at line 64 of file test_property.cpp.
|
inline |
Definition at line 67 of file test_property.cpp.
References m_bool.
Referenced by CLASS_C_DESC::CLASS_C_DESC(), and CLASS_D_DESC::CLASS_D_DESC().
|
inline |
Definition at line 70 of file test_property.cpp.
References m_m.
Referenced by CLASS_C_DESC::CLASS_C_DESC().
|
inline |
Definition at line 68 of file test_property.cpp.
References m_bool.
Referenced by CLASS_C_DESC::CLASS_C_DESC(), and CLASS_D_DESC::CLASS_D_DESC().
|
inline |
Definition at line 71 of file test_property.cpp.
References m_m.
Referenced by CLASS_C_DESC::CLASS_C_DESC().
bool C::m_bool = false |
Definition at line 74 of file test_property.cpp.
int C::m_m = 0 |
Definition at line 73 of file test_property.cpp.