KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.TEXT_EFFECTS Class Reference
Inheritance diagram for pcbnew.TEXT_EFFECTS:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, "int" aSetOfBits=0)
 
"bool" Bit (self, *args)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 bits = property(_pcbnew.TEXT_EFFECTS_bits_get, _pcbnew.TEXT_EFFECTS_bits_set, doc=)
 
 hjustify = property(_pcbnew.TEXT_EFFECTS_hjustify_get, _pcbnew.TEXT_EFFECTS_hjustify_set, doc=)
 
 vjustify = property(_pcbnew.TEXT_EFFECTS_vjustify_get, _pcbnew.TEXT_EFFECTS_vjustify_set, doc=)
 
 size = property(_pcbnew.TEXT_EFFECTS_size_get, _pcbnew.TEXT_EFFECTS_size_set, doc=)
 
 penwidth = property(_pcbnew.TEXT_EFFECTS_penwidth_get, _pcbnew.TEXT_EFFECTS_penwidth_set, doc=)
 
 angle = property(_pcbnew.TEXT_EFFECTS_angle_get, _pcbnew.TEXT_EFFECTS_angle_set, doc=)
 
 pos = property(_pcbnew.TEXT_EFFECTS_pos_get, _pcbnew.TEXT_EFFECTS_pos_set, doc=)
 

Detailed Description

Proxy of C++ TEXT_EFFECTS class.

Definition at line 2546 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.TEXT_EFFECTS.__init__ (   self,
"int"  aSetOfBits = 0 
)
__init__(TEXT_EFFECTS self, int aSetOfBits=0) -> TEXT_EFFECTS

Definition at line 2552 of file pcbnew.py.

Member Function Documentation

◆ Bit()

"bool" pcbnew.TEXT_EFFECTS.Bit (   self,
args 
)
    Bit(TEXT_EFFECTS self, int aBit, bool aValue)
    Bit(TEXT_EFFECTS self, int aBit) -> bool

Definition at line 2563 of file pcbnew.py.

Here is the caller graph for this function:

Property Documentation

◆ angle

pcbnew.TEXT_EFFECTS.angle = property(_pcbnew.TEXT_EFFECTS_angle_get, _pcbnew.TEXT_EFFECTS_angle_set, doc=)
static

Definition at line 2560 of file pcbnew.py.

◆ bits

pcbnew.TEXT_EFFECTS.bits = property(_pcbnew.TEXT_EFFECTS_bits_get, _pcbnew.TEXT_EFFECTS_bits_set, doc=)
static

Definition at line 2555 of file pcbnew.py.

◆ hjustify

pcbnew.TEXT_EFFECTS.hjustify = property(_pcbnew.TEXT_EFFECTS_hjustify_get, _pcbnew.TEXT_EFFECTS_hjustify_set, doc=)
static

Definition at line 2556 of file pcbnew.py.

◆ penwidth

pcbnew.TEXT_EFFECTS.penwidth = property(_pcbnew.TEXT_EFFECTS_penwidth_get, _pcbnew.TEXT_EFFECTS_penwidth_set, doc=)
static

Definition at line 2559 of file pcbnew.py.

◆ pos

pcbnew.TEXT_EFFECTS.pos = property(_pcbnew.TEXT_EFFECTS_pos_get, _pcbnew.TEXT_EFFECTS_pos_set, doc=)
static

Definition at line 2561 of file pcbnew.py.

◆ size

pcbnew.TEXT_EFFECTS.size = property(_pcbnew.TEXT_EFFECTS_size_get, _pcbnew.TEXT_EFFECTS_size_set, doc=)
static

Definition at line 2558 of file pcbnew.py.

◆ thisown

pcbnew.TEXT_EFFECTS.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 2549 of file pcbnew.py.

◆ vjustify

pcbnew.TEXT_EFFECTS.vjustify = property(_pcbnew.TEXT_EFFECTS_vjustify_get, _pcbnew.TEXT_EFFECTS_vjustify_set, doc=)
static

Definition at line 2557 of file pcbnew.py.


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