KiCad PCB EDA Suite
Loading...
Searching...
No Matches
C Class Reference
Inheritance diagram for C:
D E

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
 

Detailed Description

Definition at line 64 of file test_property.cpp.

Member Function Documentation

◆ getBool()

bool C::getBool ( ) const
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().

◆ getNew()

int C::getNew ( ) const
inline

Definition at line 70 of file test_property.cpp.

References m_m.

Referenced by CLASS_C_DESC::CLASS_C_DESC().

◆ setBool()

void C::setBool ( bool  a)
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().

◆ setNew()

void C::setNew ( int  m)
inline

Definition at line 71 of file test_property.cpp.

References m_m.

Referenced by CLASS_C_DESC::CLASS_C_DESC().

Member Data Documentation

◆ m_bool

bool C::m_bool = false

Definition at line 74 of file test_property.cpp.

Referenced by getBool(), and setBool().

◆ m_m

int C::m_m = 0

Definition at line 73 of file test_property.cpp.

Referenced by getNew(), and setNew().


The documentation for this class was generated from the following file: