KiCad PCB EDA Suite
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
CONDITION_DATA Class Reference

Class used to provide a unified interface from condition panels Handles determining the type of condition in use, and getting and settings the field data. More...

#include <panel_assign_component_classes.h>

Inheritance diagram for CONDITION_DATA:
PANEL_COMPONENT_CLASS_CONDITION_CUSTOM PANEL_COMPONENT_CLASS_CONDITION_FIELD PANEL_COMPONENT_CLASS_CONDITION_FOOTPRINT PANEL_COMPONENT_CLASS_CONDITION_REFERENCE PANEL_COMPONENT_CLASS_CONDITION_ROTATION PANEL_COMPONENT_CLASS_CONDITION_SHEET PANEL_COMPONENT_CLASS_CONDITION_SIDE

Public Member Functions

 CONDITION_DATA (const COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE aCondition, wxTextEntry *aPrimary, wxTextEntry *aSecondary=nullptr)
 
virtual ~CONDITION_DATA ()
 
virtual COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE GetConditionType () const
 Gets the type of condition (e.g. Reference, Side) this data represents.
 
virtual wxString GetPrimaryField () const
 Gets the primary data member for the condition (e.g. Reference, Side)
 
virtual void SetPrimaryField (const wxString &aVal)
 Sets the primary data member for the condition (e.g. Reference, Side)
 
virtual wxString GetSecondaryField () const
 Gets the primary data member for the condition (e.g. FOOTPRITNT field value)
 
virtual void SetSecondaryField (const wxString &aVal)
 Sets the primary data member for the condition (e.g.
 

Private Attributes

COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE m_conditionType
 The type of condition being referenced.
 
wxTextEntry * m_primaryCtrl
 The primary data field in the condition panel.
 
wxTextEntry * m_secondaryCtrl
 The Secondary data field in the condition panel.
 

Detailed Description

Class used to provide a unified interface from condition panels Handles determining the type of condition in use, and getting and settings the field data.

Definition at line 133 of file panel_assign_component_classes.h.

Constructor & Destructor Documentation

◆ CONDITION_DATA()

CONDITION_DATA::CONDITION_DATA ( const COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE  aCondition,
wxTextEntry *  aPrimary,
wxTextEntry *  aSecondary = nullptr 
)
inline

Definition at line 136 of file panel_assign_component_classes.h.

◆ ~CONDITION_DATA()

virtual CONDITION_DATA::~CONDITION_DATA ( )
inlinevirtual

Definition at line 142 of file panel_assign_component_classes.h.

Member Function Documentation

◆ GetConditionType()

virtual COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE CONDITION_DATA::GetConditionType ( ) const
inlinevirtual

Gets the type of condition (e.g. Reference, Side) this data represents.

Definition at line 145 of file panel_assign_component_classes.h.

References m_conditionType.

◆ GetPrimaryField()

wxString CONDITION_DATA::GetPrimaryField ( ) const
virtual

Gets the primary data member for the condition (e.g. Reference, Side)

Definition at line 272 of file panel_assign_component_classes.cpp.

References COMPONENT_CLASS_ASSIGNMENT_DATA::CUSTOM, m_conditionType, and m_primaryCtrl.

◆ GetSecondaryField()

wxString CONDITION_DATA::GetSecondaryField ( ) const
virtual

Gets the primary data member for the condition (e.g. FOOTPRITNT field value)

Definition at line 294 of file panel_assign_component_classes.cpp.

References COMPONENT_CLASS_ASSIGNMENT_DATA::CUSTOM, m_conditionType, and m_secondaryCtrl.

◆ SetPrimaryField()

void CONDITION_DATA::SetPrimaryField ( const wxString &  aVal)
virtual

Sets the primary data member for the condition (e.g. Reference, Side)

Definition at line 288 of file panel_assign_component_classes.cpp.

References m_primaryCtrl.

Referenced by PANEL_ASSIGN_COMPONENT_CLASSES::TransferDataToWindow().

◆ SetSecondaryField()

void CONDITION_DATA::SetSecondaryField ( const wxString &  aVal)
virtual

Sets the primary data member for the condition (e.g.

FOOTPRITNT field value)

Definition at line 313 of file panel_assign_component_classes.cpp.

References m_secondaryCtrl.

Referenced by PANEL_ASSIGN_COMPONENT_CLASSES::TransferDataToWindow().

Member Data Documentation

◆ m_conditionType

COMPONENT_CLASS_ASSIGNMENT_DATA::CONDITION_TYPE CONDITION_DATA::m_conditionType
private

The type of condition being referenced.

Definition at line 165 of file panel_assign_component_classes.h.

Referenced by GetConditionType(), GetPrimaryField(), and GetSecondaryField().

◆ m_primaryCtrl

wxTextEntry* CONDITION_DATA::m_primaryCtrl
private

The primary data field in the condition panel.

Definition at line 168 of file panel_assign_component_classes.h.

Referenced by GetPrimaryField(), and SetPrimaryField().

◆ m_secondaryCtrl

wxTextEntry* CONDITION_DATA::m_secondaryCtrl
private

The Secondary data field in the condition panel.

Definition at line 171 of file panel_assign_component_classes.h.

Referenced by GetSecondaryField(), and SetSecondaryField().


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