KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALTIUM_RULE_TOKEN Struct Reference

#include <altium_rule_transformer.h>

Public Member Functions

 ALTIUM_RULE_TOKEN ()
 
 ALTIUM_RULE_TOKEN (ALTIUM_RULE_TOKEN_KIND aKind, size_t aPos)
 
 ALTIUM_RULE_TOKEN (ALTIUM_RULE_TOKEN_KIND aKind, size_t aPos, long aValue)
 
 ALTIUM_RULE_TOKEN (ALTIUM_RULE_TOKEN_KIND aKind, size_t aPos, float aValue)
 
 ALTIUM_RULE_TOKEN (ALTIUM_RULE_TOKEN_KIND aKind, size_t aPos, wxString aValue)
 

Public Attributes

ALTIUM_RULE_TOKEN_KIND kind
 
size_t pos
 
long iValue
 
double fValue
 
wxString sValue
 

Detailed Description

Definition at line 73 of file altium_rule_transformer.h.

Constructor & Destructor Documentation

◆ ALTIUM_RULE_TOKEN() [1/5]

ALTIUM_RULE_TOKEN::ALTIUM_RULE_TOKEN ( )
inline

Definition at line 82 of file altium_rule_transformer.h.

References fValue, iValue, kind, pos, sValue, and UNKNOWN.

◆ ALTIUM_RULE_TOKEN() [2/5]

ALTIUM_RULE_TOKEN::ALTIUM_RULE_TOKEN ( ALTIUM_RULE_TOKEN_KIND aKind,
size_t aPos )
inline

Definition at line 88 of file altium_rule_transformer.h.

References fValue, iValue, kind, pos, and sValue.

◆ ALTIUM_RULE_TOKEN() [3/5]

ALTIUM_RULE_TOKEN::ALTIUM_RULE_TOKEN ( ALTIUM_RULE_TOKEN_KIND aKind,
size_t aPos,
long aValue )
inline

Definition at line 93 of file altium_rule_transformer.h.

References fValue, iValue, kind, pos, and sValue.

◆ ALTIUM_RULE_TOKEN() [4/5]

ALTIUM_RULE_TOKEN::ALTIUM_RULE_TOKEN ( ALTIUM_RULE_TOKEN_KIND aKind,
size_t aPos,
float aValue )
inline

Definition at line 98 of file altium_rule_transformer.h.

References fValue, iValue, kind, pos, and sValue.

◆ ALTIUM_RULE_TOKEN() [5/5]

ALTIUM_RULE_TOKEN::ALTIUM_RULE_TOKEN ( ALTIUM_RULE_TOKEN_KIND aKind,
size_t aPos,
wxString aValue )
inline

Definition at line 103 of file altium_rule_transformer.h.

References fValue, iValue, kind, pos, and sValue.

Member Data Documentation

◆ fValue

◆ iValue

◆ kind

◆ pos

◆ sValue

wxString ALTIUM_RULE_TOKEN::sValue

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