KiCad PCB EDA Suite
Loading...
Searching...
No Matches
symbol.h File Reference
#include <lib_id.h>
#include <sch_item.h>
#include <sch_field.h>
#include <sch_pin.h>

Go to the source code of this file.

Classes

class  SYMBOL
 A base class for LIB_SYMBOL and SCH_SYMBOL. More...
 

Enumerations

enum  SYMBOL_ORIENTATION_T {
  SYM_NORMAL , SYM_ROTATE_CLOCKWISE , SYM_ROTATE_COUNTERCLOCKWISE , SYM_ORIENT_0 ,
  SYM_ORIENT_90 , SYM_ORIENT_180 , SYM_ORIENT_270 , SYM_MIRROR_X = 0x100 ,
  SYM_MIRROR_Y = 0x200
}
 enum used in RotationMiroir() More...
 
enum  SYMBOL_ORIENTATION_PROP { SYMBOL_ANGLE_0 = SYMBOL_ORIENTATION_T::SYM_ORIENT_0 , SYMBOL_ANGLE_90 = SYMBOL_ORIENTATION_T::SYM_ORIENT_90 , SYMBOL_ANGLE_180 = SYMBOL_ORIENTATION_T::SYM_ORIENT_180 , SYMBOL_ANGLE_270 = SYMBOL_ORIENTATION_T::SYM_ORIENT_270 }
 

Enumeration Type Documentation

◆ SYMBOL_ORIENTATION_PROP

Enumerator
SYMBOL_ANGLE_0 
SYMBOL_ANGLE_90 
SYMBOL_ANGLE_180 
SYMBOL_ANGLE_270 

Definition at line 50 of file symbol.h.

◆ SYMBOL_ORIENTATION_T

enum used in RotationMiroir()

Enumerator
SYM_NORMAL 
SYM_ROTATE_CLOCKWISE 
SYM_ROTATE_COUNTERCLOCKWISE 
SYM_ORIENT_0 
SYM_ORIENT_90 
SYM_ORIENT_180 
SYM_ORIENT_270 
SYM_MIRROR_X 
SYM_MIRROR_Y 

Definition at line 34 of file symbol.h.