.TH "ElementData::SlaveContactGroup" 3 "Version 0.200.1-dev" "QElectroTech" \" -*- nroff -*-
.ad l
.nh
.SH NAME
ElementData::SlaveContactGroup \- The \fBSlaveContactGroup\fP struct Defines a contact group that a master element provides for slave elements\&. Each group specifies the type, subtype, number of displayed contacts, number of terminals, and the labels for each terminal (T1-T20)\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fR#include <elementdata\&.h>\fP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "bool \fBoperator==\fP (const \fBSlaveContactGroup\fP &other) const"
.br
.ti -1c
.RI "bool \fBoperator!=\fP (const \fBSlaveContactGroup\fP &other) const"
.br
.in -1c
.SS "Public Attributes"

.in +1c
.ti -1c
.RI "\fBSlaveState\fP \fBtype\fP = \fBNO\fP"
.br
.RI "Contact type (NO/NC/SW/Other)\&. "
.ti -1c
.RI "\fBSlaveType\fP \fBsubtype\fP = \fBSSimple\fP"
.br
.RI "Contact subtype (Simple/Power/Delay*)\&. "
.ti -1c
.RI "int \fBcontactCount\fP = 1"
.br
.RI "Number of displayed contacts\&. "
.ti -1c
.RI "int \fBterminalCount\fP = 1"
.br
.RI "Number of terminals (Anschlüsse)\&. "
.ti -1c
.RI "QStringList \fBlabels\fP"
.br
.RI "\fBTerminal\fP labels (T1-T20), max 20 entries\&. "
.in -1c
.SH "Detailed Description"
.PP 
The \fBSlaveContactGroup\fP struct Defines a contact group that a master element provides for slave elements\&. Each group specifies the type, subtype, number of displayed contacts, number of terminals, and the labels for each terminal (T1-T20)\&. 
.SH "Member Function Documentation"
.PP 
.SS "bool ElementData::SlaveContactGroup::operator!= (const \fBSlaveContactGroup\fP & other) const\fR [inline]\fP"

.SS "bool ElementData::SlaveContactGroup::operator== (const \fBSlaveContactGroup\fP & other) const\fR [inline]\fP"

.SH "Member Data Documentation"
.PP 
.SS "int ElementData::SlaveContactGroup::contactCount = 1"

.PP
Number of displayed contacts\&. 
.SS "QStringList ElementData::SlaveContactGroup::labels"

.PP
\fBTerminal\fP labels (T1-T20), max 20 entries\&. 
.SS "\fBSlaveType\fP ElementData::SlaveContactGroup::subtype = \fBSSimple\fP"

.PP
Contact subtype (Simple/Power/Delay*)\&. 
.SS "int ElementData::SlaveContactGroup::terminalCount = 1"

.PP
Number of terminals (Anschlüsse)\&. 
.SS "\fBSlaveState\fP ElementData::SlaveContactGroup::type = \fBNO\fP"

.PP
Contact type (NO/NC/SW/Other)\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for QElectroTech from the source code\&.
