KiCad PCB EDA Suite
|
#include <panel_transline.h>
Public Member Functions | |
PANEL_TRANSLINE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~PANEL_TRANSLINE () | |
void | LoadSettings (PCB_CALCULATOR_SETTINGS *aCfg) override |
Load the settings into the panel. | |
void | SaveSettings (PCB_CALCULATOR_SETTINGS *aCfg) override |
Save the settings from the panel. | |
void | ThemeChanged () override |
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme. | |
wxRadioBox * | GetTranslineSelector () |
TRANSLINE_TYPE_ID | GetCurrTransLineType () |
void | SetPrmValue (enum PRMS_ID aPrmId, double aValue) |
Read/write params values and results. | |
void | SetResult (int aLineNumber, const wxString &aText) |
Put the text into the given result line. | |
void | SetPrmBgColor (enum PRMS_ID aPrmId, const KIGFX::COLOR4D *aCol) |
Set the background color of a parameter. | |
double | GetPrmValue (enum PRMS_ID aPrmId) const |
Return a param value. | |
bool | IsPrmSelected (enum PRMS_ID aPrmId) const |
Function IsPrmSelected. | |
void | OnTranslineSelection (wxCommandEvent &event) override |
Called on new transmission line selection. | |
void | OnTransLineResetButtonClick (wxCommandEvent &event) override |
Called when the user clicks the reset button; sets the parameters to their default values. | |
void | OnTranslineAnalyse (wxCommandEvent &event) override |
Run a new analyze for the current transline with current parameters and displays the electrical parameters. | |
void | OnTranslineSynthetize (wxCommandEvent &event) override |
Run a new synthesis for the current transline with current parameters and displays the geometrical parameters. | |
void | OnTranslineEpsilonR_Button (wxCommandEvent &event) override |
Shows a list of current relative dielectric constant(Er) and set the selected value in main dialog frame. | |
void | OnTranslineTanD_Button (wxCommandEvent &event) override |
Show a list of current dielectric loss factor (tangent delta) and set the selected value in main dialog frame. | |
void | OnTranslineRho_Button (wxCommandEvent &event) override |
Show a list of current Specific resistance list (rho) and set the selected value in main dialog frame. | |
void | TranslineTypeSelection (enum TRANSLINE_TYPE_ID aType) |
Must be called after selection of a new transline. | |
void | TransfDlgDataToTranslineParams () |
Read values entered in dialog frame, and transfer these values in current transline parameters, converted in normalized units. | |
Private Attributes | |
TRANSLINE * | m_currTransLine |
std::vector< TRANSLINE_IDENT * > | m_transline_list |
enum TRANSLINE_TYPE_ID | m_currTransLineType |
Definition at line 30 of file panel_transline.h.
PANEL_TRANSLINE::PANEL_TRANSLINE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 29 of file panel_transline.cpp.
References C_MICROSTRIP_TYPE, COAX_TYPE, CPW_TYPE, GROUNDED_CPW_TYPE, KiBitmapBundle(), PANEL_TRANSLINE_BASE::m_bpButtonAnalyze, PANEL_TRANSLINE_BASE::m_bpButtonSynthetize, PANEL_TRANSLINE_BASE::m_EpsilonR_label, m_transline_list, MICROSTRIP_TYPE, RECTWAVEGUIDE_TYPE, STD_BITMAP_BUTTON::SetBitmap(), STRIPLINE_TYPE, and TWISTEDPAIR_TYPE.
PANEL_TRANSLINE::~PANEL_TRANSLINE | ( | ) |
Definition at line 59 of file panel_transline.cpp.
References m_transline_list.
|
inline |
Definition at line 45 of file panel_transline.h.
References m_currTransLineType.
Referenced by PCB_CALCULATOR_FRAME::OnUpdateUI().
double PANEL_TRANSLINE::GetPrmValue | ( | enum PRMS_ID | aPrmId | ) | const |
Return a param value.
Function GetPrmValue Returns a param value.
aPrmId | is the parameter id to write. |
aPrmId | = param id to write |
Definition at line 142 of file params_read_write.cpp.
References TRANSLINE_IDENT::GetPrm(), TRANSLINE_IDENT::GetPrmsCount(), m_currTransLineType, TRANSLINE_PRM::m_Id, TRANSLINE_PRM::m_NormalizedValue, and m_transline_list.
Referenced by GetPropertyInDialog().
|
inline |
Definition at line 44 of file panel_transline.h.
References PANEL_TRANSLINE_BASE::m_TranslineSelection.
Referenced by PCB_CALCULATOR_FRAME::OnUpdateUI().
bool PANEL_TRANSLINE::IsPrmSelected | ( | enum PRMS_ID | aPrmId | ) | const |
Function IsPrmSelected.
Definition at line 247 of file params_read_write.cpp.
References PANEL_TRANSLINE_BASE::m_radioBtnPrm1, PANEL_TRANSLINE_BASE::m_radioBtnPrm2, PHYS_DIAM_IN_PRM, PHYS_DIAM_OUT_PRM, PHYS_S_PRM, and PHYS_WIDTH_PRM.
Referenced by IsSelectedInDialog().
|
overridevirtual |
Load the settings into the panel.
aCfg | is the settings structure to load from |
Implements CALCULATOR_PANEL.
Definition at line 88 of file panel_transline.cpp.
References m_currTransLineType, PCB_CALCULATOR_SETTINGS::m_TransLine, m_transline_list, PANEL_TRANSLINE_BASE::m_TranslineSelection, TranslineTypeSelection(), and PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::type.
|
overridevirtual |
Run a new analyze for the current transline with current parameters and displays the electrical parameters.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 106 of file panel_transline.cpp.
References TRANSLINE::analyze(), m_currTransLine, and TransfDlgDataToTranslineParams().
|
overridevirtual |
Shows a list of current relative dielectric constant(Er) and set the selected value in main dialog frame.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 33 of file transline_dlg_funct.cpp.
References _, findMatch(), PANEL_TRANSLINE_BASE::m_Value_EpsilonR, and StandardRelativeDielectricConstantList().
|
overridevirtual |
Called when the user clicks the reset button; sets the parameters to their default values.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 358 of file transline_dlg_funct.cpp.
References TRANSLINE_IDENT::GetPrm(), TRANSLINE_IDENT::GetPrmsCount(), m_currTransLineType, TRANSLINE_PRM::m_DefaultValue, m_transline_list, TRANSLINE_PRM::m_Value, Refresh(), and TranslineTypeSelection().
|
overridevirtual |
Show a list of current Specific resistance list (rho) and set the selected value in main dialog frame.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 69 of file transline_dlg_funct.cpp.
References _, findMatch(), PANEL_TRANSLINE_BASE::m_Value_Rho, and StandardResistivityList().
|
overridevirtual |
Called on new transmission line selection.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 341 of file transline_dlg_funct.cpp.
References m_currTransLine, Refresh(), TransfDlgDataToTranslineParams(), and TranslineTypeSelection().
|
overridevirtual |
Run a new synthesis for the current transline with current parameters and displays the geometrical parameters.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 116 of file panel_transline.cpp.
References m_currTransLine, TRANSLINE::synthesize(), and TransfDlgDataToTranslineParams().
|
overridevirtual |
Show a list of current dielectric loss factor (tangent delta) and set the selected value in main dialog frame.
Reimplemented from PANEL_TRANSLINE_BASE.
Definition at line 51 of file transline_dlg_funct.cpp.
References _, findMatch(), PANEL_TRANSLINE_BASE::m_Value_TanD, and StandardLossTangentList().
|
overridevirtual |
Save the settings from the panel.
aCfg | is the settings structure to save to |
Implements CALCULATOR_PANEL.
Definition at line 75 of file panel_transline.cpp.
References m_currTransLine, m_currTransLineType, PCB_CALCULATOR_SETTINGS::m_TransLine, m_transline_list, TransfDlgDataToTranslineParams(), and PCB_CALCULATOR_SETTINGS::TRANSMISSION_LINE::type.
void PANEL_TRANSLINE::SetPrmBgColor | ( | enum PRMS_ID | aPrmId, |
const KIGFX::COLOR4D * | aCol | ||
) |
Set the background color of a parameter.
Function SetPrmBgColor Set the background color for a given parameter.
aPrmId | is the parameter id to set. |
aCol | is the new color. |
aPrmId | = PRMS_ID of the parameter |
aCol | = color ( KIGFX::COLOR4D * ) |
Definition at line 190 of file params_read_write.cpp.
References KIGFX::COLOR4D::b, KIGFX::COLOR4D::g, TRANSLINE_IDENT::GetPrm(), TRANSLINE_IDENT::GetPrmsCount(), m_currTransLineType, TRANSLINE_PRM::m_Id, m_transline_list, TRANSLINE_PRM::m_ValueCtrl, and KIGFX::COLOR4D::r.
Referenced by SetPropertyBgColorInDialog().
void PANEL_TRANSLINE::SetPrmValue | ( | enum PRMS_ID | aPrmId, |
double | aValue | ||
) |
Read/write params values and results.
Function SetPrmValue Read/write params values and results.
aPrmId | is the parameter id to write. |
aValue | is the value to write. |
aPrmId | = param id to write |
aValue | = value to write |
Definition at line 163 of file params_read_write.cpp.
References TRANSLINE_IDENT::GetPrm(), TRANSLINE_IDENT::GetPrmsCount(), m_currTransLineType, TRANSLINE_PRM::m_Id, TRANSLINE_PRM::m_NormalizedValue, m_transline_list, TRANSLINE_PRM::m_Value, TRANSLINE_PRM::m_ValueCtrl, and TRANSLINE_PRM::ToUserUnit().
Referenced by SetPropertyInDialog().
void PANEL_TRANSLINE::SetResult | ( | int | aLineNumber, |
const wxString & | aText | ||
) |
Put the text into the given result line.
Function SetResult Puts the text into the given result line.
aLineNumber | is the line (0 to 5) where to display the text. |
aText | is the text to display. |
aLineNumber | = the line (0 to MSG_CNT_MAX-1) where to display the text |
aText | = the text to display |
Definition at line 222 of file params_read_write.cpp.
References PANEL_TRANSLINE_BASE::m_Message1, PANEL_TRANSLINE_BASE::m_Message2, PANEL_TRANSLINE_BASE::m_Message3, PANEL_TRANSLINE_BASE::m_Message4, PANEL_TRANSLINE_BASE::m_Message5, PANEL_TRANSLINE_BASE::m_Message6, PANEL_TRANSLINE_BASE::m_Message7, PANEL_TRANSLINE_BASE::m_Message8, and MSG_CNT_MAX.
Referenced by SetResultInDialog().
|
overridevirtual |
Update UI elements of the panel when the theme changes to ensure the images and fonts/colors are appropriate for the new theme.
Implements CALCULATOR_PANEL.
Definition at line 66 of file panel_transline.cpp.
References KiBitmapBundle(), PANEL_TRANSLINE_BASE::m_bpButtonAnalyze, PANEL_TRANSLINE_BASE::m_bpButtonSynthetize, m_currTransLineType, m_transline_list, PANEL_TRANSLINE_BASE::m_translineBitmap, and STD_BITMAP_BUTTON::SetBitmap().
void PANEL_TRANSLINE::TransfDlgDataToTranslineParams | ( | ) |
Read values entered in dialog frame, and transfer these values in current transline parameters, converted in normalized units.
Definition at line 317 of file transline_dlg_funct.cpp.
References DoubleFromString(), TRANSLINE_IDENT::GetPrm(), TRANSLINE_IDENT::GetPrmsCount(), UNIT_SELECTOR::GetUnitScale(), m_currTransLineType, TRANSLINE_PRM::m_NormalizedValue, m_transline_list, TRANSLINE_PRM::m_UnitCtrl, TRANSLINE_PRM::m_UnitSelection, TRANSLINE_PRM::m_Value, and TRANSLINE_PRM::m_ValueCtrl.
Referenced by OnTranslineAnalyse(), OnTranslineSelection(), OnTranslineSynthetize(), and SaveSettings().
void PANEL_TRANSLINE::TranslineTypeSelection | ( | enum TRANSLINE_TYPE_ID | aType | ) |
Must be called after selection of a new transline.
Update all values, labels and tool tips of parameters needed by the new transline; irrelevant parameters are blanked.
aType | is the TRANSLINE_TYPE_ID of the new selected transmission line. |
Definition at line 96 of file transline_dlg_funct.cpp.
References C_MICROSTRIP_TYPE, DEFAULT_TYPE, DUMMY_PRM, elecprms_cnt, END_OF_LIST_TYPE, frequencyprms_cnt, TRANSLINE_IDENT::GetPrm(), TRANSLINE_IDENT::GetPrmsCount(), KiBitmapBundle(), PANEL_TRANSLINE_BASE::m_bmCMicrostripZoddZeven, PANEL_TRANSLINE_BASE::m_choiceUnit_ElecPrm1, PANEL_TRANSLINE_BASE::m_choiceUnit_ElecPrm2, PANEL_TRANSLINE_BASE::m_choiceUnit_ElecPrm3, PANEL_TRANSLINE_BASE::m_choiceUnit_Frequency, PANEL_TRANSLINE_BASE::m_choiceUnit_Param1, PANEL_TRANSLINE_BASE::m_choiceUnit_Param2, PANEL_TRANSLINE_BASE::m_choiceUnit_Param3, TRANSLINE_PRM::m_ConvUnit, m_currTransLine, m_currTransLineType, TRANSLINE_PRM::m_DlgLabel, PANEL_TRANSLINE_BASE::m_elec_prm1_label, PANEL_TRANSLINE_BASE::m_Elec_prm1_Value, PANEL_TRANSLINE_BASE::m_elec_prm2_label, PANEL_TRANSLINE_BASE::m_Elec_prm2_Value, PANEL_TRANSLINE_BASE::m_elec_prm3_label, PANEL_TRANSLINE_BASE::m_Elec_prm3_Value, PANEL_TRANSLINE_BASE::m_EpsilonR_label, PANEL_TRANSLINE_BASE::m_Frequency_label, TRANSLINE_IDENT::m_HasPrmSelection, TRANSLINE_PRM::m_Id, PANEL_TRANSLINE_BASE::m_left_message1, PANEL_TRANSLINE_BASE::m_left_message2, PANEL_TRANSLINE_BASE::m_left_message3, PANEL_TRANSLINE_BASE::m_left_message4, PANEL_TRANSLINE_BASE::m_left_message5, PANEL_TRANSLINE_BASE::m_left_message6, PANEL_TRANSLINE_BASE::m_left_message7, PANEL_TRANSLINE_BASE::m_left_message8, PANEL_TRANSLINE_BASE::m_Message1, PANEL_TRANSLINE_BASE::m_Message2, PANEL_TRANSLINE_BASE::m_Message3, PANEL_TRANSLINE_BASE::m_Message4, PANEL_TRANSLINE_BASE::m_Message5, PANEL_TRANSLINE_BASE::m_Message6, PANEL_TRANSLINE_BASE::m_Message7, PANEL_TRANSLINE_BASE::m_Message8, TRANSLINE_IDENT::m_Messages, PANEL_TRANSLINE_BASE::m_phys_prm1_label, PANEL_TRANSLINE_BASE::m_Phys_prm1_Value, PANEL_TRANSLINE_BASE::m_phys_prm2_label, PANEL_TRANSLINE_BASE::m_Phys_prm2_Value, PANEL_TRANSLINE_BASE::m_phys_prm3_label, PANEL_TRANSLINE_BASE::m_Phys_prm3_Value, PANEL_TRANSLINE_BASE::m_radioBtnPrm1, PANEL_TRANSLINE_BASE::m_radioBtnPrm2, PANEL_TRANSLINE_BASE::m_Rho_label, PANEL_TRANSLINE_BASE::m_SubsPrm4_choiceUnit, PANEL_TRANSLINE_BASE::m_SubsPrm5_choiceUnit, PANEL_TRANSLINE_BASE::m_SubsPrm6_choiceUnit, PANEL_TRANSLINE_BASE::m_SubsPrm7_choiceUnit, PANEL_TRANSLINE_BASE::m_SubsPrm8_choiceUnit, PANEL_TRANSLINE_BASE::m_SubsPrm9_choiceUnit, PANEL_TRANSLINE_BASE::m_substrate_prm4_label, PANEL_TRANSLINE_BASE::m_Substrate_prm4_Value, PANEL_TRANSLINE_BASE::m_substrate_prm5_label, PANEL_TRANSLINE_BASE::m_Substrate_prm5_Value, PANEL_TRANSLINE_BASE::m_substrate_prm6_label, PANEL_TRANSLINE_BASE::m_Substrate_prm6_Value, PANEL_TRANSLINE_BASE::m_substrate_prm7_label, PANEL_TRANSLINE_BASE::m_Substrate_prm7_Value, PANEL_TRANSLINE_BASE::m_substrate_prm8_label, PANEL_TRANSLINE_BASE::m_Substrate_prm8_Value, PANEL_TRANSLINE_BASE::m_substrate_prm9_label, PANEL_TRANSLINE_BASE::m_Substrate_prm9_Value, PANEL_TRANSLINE_BASE::m_TanD_label, TRANSLINE_IDENT::m_TLine, TRANSLINE_PRM::m_ToolTip, m_transline_list, PANEL_TRANSLINE_BASE::m_translineBitmap, TRANSLINE_PRM::m_Type, TRANSLINE_PRM::m_UnitCtrl, TRANSLINE_PRM::m_UnitSelection, TRANSLINE_PRM::m_Value, PANEL_TRANSLINE_BASE::m_Value_EpsilonR, PANEL_TRANSLINE_BASE::m_Value_Frequency_Ctrl, PANEL_TRANSLINE_BASE::m_Value_Rho, PANEL_TRANSLINE_BASE::m_Value_TanD, TRANSLINE_PRM::m_ValueCtrl, DLG_PRM_DATA::name, physprms_cnt, PRM_TYPE_ELEC, PRM_TYPE_FREQUENCY, PRM_TYPE_PHYS, PRM_TYPE_SUBS, START_OF_LIST_TYPE, substrateprms_cnt, DLG_PRM_DATA::unit, and DLG_PRM_DATA::value.
Referenced by LoadSettings(), OnTransLineResetButtonClick(), and OnTranslineSelection().
|
protectedinherited |
Definition at line 95 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 83 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 96 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), ThemeChanged(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 98 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), ThemeChanged(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 55 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 61 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 58 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 124 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 101 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 104 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 107 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 82 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 86 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 90 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 94 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
private |
Definition at line 141 of file panel_transline.h.
Referenced by OnTranslineAnalyse(), OnTranslineSelection(), OnTranslineSynthetize(), SaveSettings(), and TranslineTypeSelection().
|
private |
Definition at line 144 of file panel_transline.h.
Referenced by GetCurrTransLineType(), GetPrmValue(), LoadSettings(), OnTransLineResetButtonClick(), SaveSettings(), SetPrmBgColor(), SetPrmValue(), ThemeChanged(), TransfDlgDataToTranslineParams(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 99 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 100 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 102 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 103 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 105 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 106 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 53 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 80 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 108 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 110 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 112 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 114 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 116 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 118 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 120 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 122 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 109 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 111 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 113 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 115 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 117 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 119 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 121 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 123 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), SetResult(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 84 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 85 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 88 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 89 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 92 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 93 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 87 of file panel_transline_base.h.
Referenced by IsPrmSelected(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 91 of file panel_transline_base.h.
Referenced by IsPrmSelected(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 59 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 64 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 67 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 70 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 73 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 76 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 79 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 62 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 63 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 65 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 66 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 68 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 69 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 71 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 72 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 74 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 75 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 77 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 78 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 97 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 56 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
private |
Definition at line 142 of file panel_transline.h.
Referenced by GetPrmValue(), LoadSettings(), OnTransLineResetButtonClick(), PANEL_TRANSLINE(), SaveSettings(), SetPrmBgColor(), SetPrmValue(), ThemeChanged(), TransfDlgDataToTranslineParams(), TranslineTypeSelection(), and ~PANEL_TRANSLINE().
|
protectedinherited |
Definition at line 52 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), ThemeChanged(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 51 of file panel_transline_base.h.
Referenced by GetTranslineSelector(), LoadSettings(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and PANEL_TRANSLINE_BASE::~PANEL_TRANSLINE_BASE().
|
protectedinherited |
Definition at line 54 of file panel_transline_base.h.
Referenced by OnTranslineEpsilonR_Button(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 81 of file panel_transline_base.h.
Referenced by PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 60 of file panel_transline_base.h.
Referenced by OnTranslineRho_Button(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().
|
protectedinherited |
Definition at line 57 of file panel_transline_base.h.
Referenced by OnTranslineTanD_Button(), PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE(), and TranslineTypeSelection().