|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ KIID class.
Definition at line 873 of file pcbnew.py.
◆ __init__()
def pcbnew.KIID.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(KIID self) -> KIID
__init__(KIID self, int null) -> KIID
__init__(KIID self, wxString aString) -> KIID
__init__(KIID self, timestamp_t aTimestamp) -> KIID
Definition at line 879 of file pcbnew.py.
◆ __eq__()
"bool" pcbnew.KIID.__eq__ |
( |
|
self, |
|
|
"KIID" |
rhs |
|
) |
| |
__eq__(KIID self, KIID rhs) -> bool
Definition at line 935 of file pcbnew.py.
◆ __gt__()
"bool" pcbnew.KIID.__gt__ |
( |
|
self, |
|
|
"KIID" |
rhs |
|
) |
| |
__gt__(KIID self, KIID rhs) -> bool
Definition at line 947 of file pcbnew.py.
◆ __lt__()
"bool" pcbnew.KIID.__lt__ |
( |
|
self, |
|
|
"KIID" |
rhs |
|
) |
| |
__lt__(KIID self, KIID rhs) -> bool
Definition at line 943 of file pcbnew.py.
◆ __ne__()
"bool" pcbnew.KIID.__ne__ |
( |
|
self, |
|
|
"KIID" |
rhs |
|
) |
| |
__ne__(KIID self, KIID rhs) -> bool
Definition at line 939 of file pcbnew.py.
◆ AsLegacyTimestamp()
"timestamp_t" pcbnew.KIID.AsLegacyTimestamp |
( |
|
self | ) |
|
AsLegacyTimestamp(KIID self) -> timestamp_t
Definition at line 900 of file pcbnew.py.
◆ AsLegacyTimestampString()
"wxString" pcbnew.KIID.AsLegacyTimestampString |
( |
|
self | ) |
|
AsLegacyTimestampString(KIID self) -> wxString
Definition at line 908 of file pcbnew.py.
◆ AsString()
"wxString" pcbnew.KIID.AsString |
( |
|
self | ) |
|
AsString(KIID self) -> wxString
Definition at line 904 of file pcbnew.py.
◆ Clone()
"void" pcbnew.KIID.Clone |
( |
|
self, |
|
|
"KIID" |
aUUID |
|
) |
| |
Clone(KIID self, KIID aUUID)
Definition at line 888 of file pcbnew.py.
◆ ConvertTimestampToUuid()
"void" pcbnew.KIID.ConvertTimestampToUuid |
( |
|
self | ) |
|
ConvertTimestampToUuid(KIID self)
Definition at line 927 of file pcbnew.py.
◆ CreateNilUuids()
"void" pcbnew.KIID.CreateNilUuids |
( |
"bool" |
aNil = True | ) |
|
|
static |
CreateNilUuids(bool aNil=True)
Definition at line 918 of file pcbnew.py.
◆ Hash()
"size_t" pcbnew.KIID.Hash |
( |
|
self | ) |
|
Hash(KIID self) -> size_t
Definition at line 892 of file pcbnew.py.
◆ Increment()
"void" pcbnew.KIID.Increment |
( |
|
self | ) |
|
Increment(KIID self)
Definition at line 931 of file pcbnew.py.
◆ IsLegacyTimestamp()
"bool" pcbnew.KIID.IsLegacyTimestamp |
( |
|
self | ) |
|
IsLegacyTimestamp(KIID self) -> bool
Definition at line 896 of file pcbnew.py.
◆ SeedGenerator()
"void" pcbnew.KIID.SeedGenerator |
( |
"unsigned int" |
aSeed | ) |
|
|
static |
SeedGenerator(unsigned int aSeed)
Definition at line 923 of file pcbnew.py.
◆ SniffTest()
"bool" pcbnew.KIID.SniffTest |
( |
"wxString" |
aCandidate | ) |
|
|
static |
SniffTest(wxString aCandidate) -> bool
Definition at line 913 of file pcbnew.py.
◆ thisown
pcbnew.KIID.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: