KiCad PCB EDA Suite
|
#include <fields_grid_table.h>
Public Member Functions | |
FIELDS_GRID_TABLE (DIALOG_SHIM *aDialog, SCH_BASE_FRAME *aFrame, WX_GRID *aGrid, LIB_SYMBOL *aSymbol, std::vector< EMBEDDED_FILES * > aFilesStack={}) | |
FIELDS_GRID_TABLE (DIALOG_SHIM *aDialog, SCH_EDIT_FRAME *aFrame, WX_GRID *aGrid, SCH_SYMBOL *aSymbol) | |
FIELDS_GRID_TABLE (DIALOG_SHIM *aDialog, SCH_EDIT_FRAME *aFrame, WX_GRID *aGrid, SCH_SHEET *aSheet) | |
FIELDS_GRID_TABLE (DIALOG_SHIM *aDialog, SCH_EDIT_FRAME *aFrame, WX_GRID *aGrid, SCH_LABEL_BASE *aLabel) | |
~FIELDS_GRID_TABLE () override | |
int | GetNumberRows () override |
int | GetNumberCols () override |
int | GetMandatoryRowCount () const |
wxString | GetColLabelValue (int aCol) override |
bool | IsEmptyCell (int row, int col) override |
bool | CanGetValueAs (int aRow, int aCol, const wxString &aTypeName) override |
bool | CanSetValueAs (int aRow, int aCol, const wxString &aTypeName) override |
wxGridCellAttr * | GetAttr (int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) override |
wxString | GetValue (int aRow, int aCol) override |
bool | GetValueAsBool (int aRow, int aCol) override |
void | SetValue (int aRow, int aCol, const wxString &aValue) override |
void | SetValueAsBool (int aRow, int aCol, bool aValue) override |
wxString | StringFromBool (bool aValue) const |
bool | BoolFromString (const wxString &aValue) const |
SCH_FIELD * | GetField (FIELD_T aFieldId) |
int | GetFieldRow (FIELD_T aFieldId) |
void | AddInheritedField (const SCH_FIELD &aParent) |
void | SetFieldInherited (size_t aRow, const SCH_FIELD &aParent) |
bool | IsInherited (size_t aRow) const |
const SCH_FIELD & | ParentField (size_t row) const |
void | push_back (const SCH_FIELD &field) |
void | emplace_back (const SCH_FIELD &field) |
bool | EraseRow (size_t row) |
void | SwapRows (size_t a, size_t b) |
void | DetachFields () |
void | SetColAttr (wxGridCellAttr *aAttr, int aCol) override |
Public Attributes | |
T | elements |
STL member. | |
Protected Member Functions | |
void | initGrid (WX_GRID *aGrid) |
void | onUnitsChanged (wxCommandEvent &aEvent) |
int | getColumnCount () const |
int | getVisibleRowCount () const |
SCH_FIELD & | getField (int aRow) |
wxGridCellAttr * | enhanceAttr (wxGridCellAttr *aInputAttr, int aRow, int aCol, wxGridCellAttr::wxAttrKind aKind) |
Protected Attributes | |
std::map< int, wxGridCellAttr * > | m_colAttrs |
Definition at line 88 of file fields_grid_table.h.
FIELDS_GRID_TABLE::FIELDS_GRID_TABLE | ( | DIALOG_SHIM * | aDialog, |
SCH_BASE_FRAME * | aFrame, | ||
WX_GRID * | aGrid, | ||
LIB_SYMBOL * | aSymbol, | ||
std::vector< EMBEDDED_FILES * > | aFilesStack = {} ) |
Definition at line 168 of file fields_grid_table.cpp.
References initGrid(), m_dialog, m_fieldNameValidator, m_filepathValidator, m_filesStack, m_frame, m_nonUrlValidator, m_parentType, m_part, m_referenceValidator, m_symbolNetlist, m_urlValidator, m_valueValidator, netList(), REFERENCE, SCH_SYMBOL_T, SHEET_FILENAME, USER, and VALUE.
FIELDS_GRID_TABLE::FIELDS_GRID_TABLE | ( | DIALOG_SHIM * | aDialog, |
SCH_EDIT_FRAME * | aFrame, | ||
WX_GRID * | aGrid, | ||
SCH_SYMBOL * | aSymbol ) |
Definition at line 187 of file fields_grid_table.cpp.
References initGrid(), m_dialog, m_fieldNameValidator, m_filepathValidator, m_filesStack, m_frame, m_nonUrlValidator, m_parentType, m_part, m_referenceValidator, m_symbolNetlist, m_urlValidator, m_valueValidator, netList(), REFERENCE, SCH_SYMBOL_T, SCH_ITEM::Schematic(), SHEET_FILENAME, USER, and VALUE.
FIELDS_GRID_TABLE::FIELDS_GRID_TABLE | ( | DIALOG_SHIM * | aDialog, |
SCH_EDIT_FRAME * | aFrame, | ||
WX_GRID * | aGrid, | ||
SCH_SHEET * | aSheet ) |
Definition at line 210 of file fields_grid_table.cpp.
References initGrid(), m_dialog, m_fieldNameValidator, m_filepathValidator, m_filesStack, m_frame, m_nonUrlValidator, m_parentType, m_part, m_referenceValidator, m_urlValidator, m_valueValidator, SCH_SHEET_T, SCH_ITEM::Schematic(), SHEET_FILENAME, SHEET_NAME, USER, and VALUE.
FIELDS_GRID_TABLE::FIELDS_GRID_TABLE | ( | DIALOG_SHIM * | aDialog, |
SCH_EDIT_FRAME * | aFrame, | ||
WX_GRID * | aGrid, | ||
SCH_LABEL_BASE * | aLabel ) |
Definition at line 229 of file fields_grid_table.cpp.
References initGrid(), m_dialog, m_fieldNameValidator, m_filepathValidator, m_filesStack, m_frame, m_nonUrlValidator, m_parentType, m_part, m_referenceValidator, m_urlValidator, m_valueValidator, SCH_LABEL_LOCATE_ANY_T, SCH_ITEM::Schematic(), and USER.
|
override |
Definition at line 427 of file fields_grid_table.cpp.
References m_boolAttr, m_colorAttr, m_fieldNameAttr, m_filepathAttr, m_fontAttr, m_footprintAttr, m_frame, m_hAlignAttr, m_netclassAttr, m_nonUrlAttr, m_orientationAttr, m_parentFields, m_readOnlyAttr, m_referenceAttr, m_urlAttr, m_vAlignAttr, m_valueAttr, and onUnitsChanged().
void FIELDS_GRID_TABLE::AddInheritedField | ( | const SCH_FIELD & | aParent | ) |
Definition at line 1138 of file fields_grid_table.cpp.
References m_isInherited, m_parentFields, m_part, and push_back().
bool FIELDS_GRID_TABLE::BoolFromString | ( | const wxString & | aValue | ) | const |
Definition at line 1096 of file fields_grid_table.cpp.
Referenced by SetValue().
|
override |
Definition at line 545 of file fields_grid_table.cpp.
References FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_COLOR, FDC_FONT, FDC_H_ALIGN, FDC_ITALIC, FDC_NAME, FDC_ORIENTATION, FDC_POSX, FDC_POSY, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, FDC_TEXT_SIZE, FDC_V_ALIGN, and FDC_VALUE.
Referenced by CanSetValueAs().
|
override |
Definition at line 576 of file fields_grid_table.cpp.
References CanGetValueAs().
void FIELDS_GRID_TABLE::DetachFields | ( | ) |
Definition at line 1181 of file fields_grid_table.cpp.
References m_parentFields, and EDA_ITEM::SetParent().
Referenced by SCH_DRAWING_TOOLS::createNewLabel().
|
inline |
Definition at line 152 of file fields_grid_table.h.
References push_back().
|
protectedinherited |
Definition at line 45 of file wx_grid.cpp.
Referenced by FIELDS_EDITOR_GRID_DATA_MODEL::GetAttr(), FIELDS_GRID_TABLE::GetAttr(), LAYERS_GRID_TABLE::GetAttr(), PCB_FIELDS_GRID_TABLE::GetAttr(), SCH_PIN_TABLE_DATA_MODEL::GetAttr(), and GetAttr().
bool FIELDS_GRID_TABLE::EraseRow | ( | size_t | row | ) |
Definition at line 1146 of file fields_grid_table.cpp.
References m_isInherited, and m_parentFields.
|
override |
Definition at line 582 of file fields_grid_table.cpp.
References DATASHEET, WX_GRID_TABLE_BASE::enhanceAttr(), FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_COLOR, FDC_FONT, FDC_H_ALIGN, FDC_ITALIC, FDC_NAME, FDC_ORIENTATION, FDC_POSX, FDC_POSY, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, FDC_TEXT_SIZE, FDC_V_ALIGN, FDC_VALUE, FOOTPRINT, SCH_FIELD::GetCanonicalName(), getField(), TEMPLATES::GetFieldName(), SCH_FIELD::GetId(), GetNumberRows(), GetValue(), SCH_FIELD::IsHypertext(), IsInherited(), SCH_FIELD::IsMandatory(), m_boolAttr, m_colorAttr, m_fieldNameAttr, m_filepathAttr, m_fontAttr, m_footprintAttr, m_frame, m_hAlignAttr, m_netclassAttr, m_nonUrlAttr, m_orientationAttr, m_parentType, m_part, m_readOnlyAttr, m_referenceAttr, SCHEMATIC_SETTINGS::m_TemplateFieldNames, TEMPLATE_FIELDNAME::m_URL, m_urlAttr, m_vAlignAttr, m_valueAttr, REFERENCE, SCH_LABEL_LOCATE_ANY_T, SHEET_FILENAME, SHEET_NAME, and VALUE.
|
override |
Definition at line 520 of file fields_grid_table.cpp.
References _, FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_COLOR, FDC_FONT, FDC_H_ALIGN, FDC_ITALIC, FDC_NAME, FDC_ORIENTATION, FDC_POSX, FDC_POSY, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, FDC_TEXT_SIZE, FDC_V_ALIGN, and FDC_VALUE.
|
protected |
Definition at line 461 of file fields_grid_table.cpp.
References FDC_SCH_EDIT_COUNT, FDC_SYMBOL_EDITOR_COUNT, FRAME_SCH, FRAME_SCH_VIEWER, and m_frame.
Referenced by GetNumberCols().
Definition at line 1115 of file fields_grid_table.cpp.
References SCH_FIELD::GetId().
Referenced by initGrid(), and positioningChanged().
|
protected |
Definition at line 495 of file fields_grid_table.cpp.
References FRAME_SCH, FRAME_SCH_VIEWER, SCH_ITEM::IsPrivate(), and m_frame.
Referenced by GetAttr(), GetValue(), GetValueAsBool(), SetValue(), and SetValueAsBool().
int FIELDS_GRID_TABLE::GetFieldRow | ( | FIELD_T | aFieldId | ) |
Definition at line 1127 of file fields_grid_table.cpp.
Referenced by FIELDS_GRID_TRICKS::getFieldRow().
int FIELDS_GRID_TABLE::GetMandatoryRowCount | ( | ) | const |
Definition at line 248 of file fields_grid_table.cpp.
References SCH_FIELD::IsMandatory().
|
inlineoverride |
Definition at line 102 of file fields_grid_table.h.
References getColumnCount().
|
inlineoverride |
Definition at line 101 of file fields_grid_table.h.
References getVisibleRowCount().
Referenced by GetAttr(), GetValue(), GetValueAsBool(), SetValue(), and SetValueAsBool().
|
override |
Definition at line 750 of file fields_grid_table.cpp.
References _, SCH_FIELD::CanAutoplace(), CTX_LINE, DEFAULT_FONT_NAME, DO_TRANSLATE, EscapeString(), FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_COLOR, FDC_FONT, FDC_H_ALIGN, FDC_ITALIC, FDC_NAME, FDC_ORIENTATION, FDC_POSX, FDC_POSY, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, FDC_TEXT_SIZE, FDC_V_ALIGN, FDC_VALUE, SCH_FIELD::GetCanonicalName(), GetDefaultFieldName(), SCH_LABEL_BASE::GetDefaultFieldName(), SCH_FIELD::GetEffectiveHorizJustify(), SCH_FIELD::GetEffectiveVertJustify(), getField(), EDA_TEXT::GetFont(), SCH_FIELD::GetId(), KIFONT::FONT::GetName(), SCH_FIELD::GetName(), GetNumberRows(), EDA_TEXT::GetText(), EDA_TEXT::GetTextAngle(), EDA_TEXT::GetTextColor(), EDA_TEXT::GetTextHeight(), EDA_TEXT::GetTextPos(), GR_TEXT_H_ALIGN_CENTER, GR_TEXT_H_ALIGN_INDETERMINATE, GR_TEXT_H_ALIGN_LEFT, GR_TEXT_H_ALIGN_RIGHT, GR_TEXT_V_ALIGN_BOTTOM, GR_TEXT_V_ALIGN_CENTER, GR_TEXT_V_ALIGN_INDETERMINATE, GR_TEXT_V_ALIGN_TOP, grid, INDETERMINATE_STATE, EDA_TEXT::IsBold(), EDA_ANGLE::IsHorizontal(), EDA_TEXT::IsItalic(), SCH_FIELD::IsMandatory(), SCH_FIELD::IsNameShown(), SCH_ITEM::IsPrivate(), EDA_TEXT::IsVisible(), m_evalOriginal, m_frame, m_parentType, SCH_LABEL_LOCATE_ANY_T, StringFromBool(), KIGFX::COLOR4D::ToCSSString(), UnescapeString(), VECTOR2< T >::x, and VECTOR2< T >::y.
Referenced by GetAttr().
|
override |
Definition at line 860 of file fields_grid_table.cpp.
References SCH_FIELD::CanAutoplace(), FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_ITALIC, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, getField(), GetNumberRows(), EDA_TEXT::IsBold(), EDA_TEXT::IsItalic(), SCH_FIELD::IsNameShown(), SCH_ITEM::IsPrivate(), and EDA_TEXT::IsVisible().
|
protected |
Definition at line 475 of file fields_grid_table.cpp.
References FRAME_SCH, FRAME_SCH_VIEWER, SCH_ITEM::IsPrivate(), and m_frame.
Referenced by GetNumberRows().
|
protected |
Definition at line 271 of file fields_grid_table.cpp.
References _, AddFileExtListToFilter(), DEFAULT_FONT_NAME, Fontconfig(), fonts, GetField(), PROJECT::GetProjectFile(), KICAD_FONT_NAME, FILEEXT::KiCadSchematicFileExtension, LIB_SYMBOL_T, m_boolAttr, m_colorAttr, m_curdir, m_dialog, m_eval, m_fieldNameAttr, m_fieldNameValidator, m_filepathAttr, m_filepathValidator, m_filesStack, m_fontAttr, m_footprintAttr, m_frame, m_hAlignAttr, m_netclassAttr, m_nonUrlAttr, m_nonUrlValidator, m_orientationAttr, m_parentType, m_part, m_readOnlyAttr, m_referenceAttr, m_referenceValidator, m_symbolNetlist, m_urlAttr, m_urlValidator, m_vAlignAttr, m_valueAttr, m_valueValidator, name, PROJECT_FILE::NetSettings(), SCH_FIELD::OnScintillaCharAdded(), onUnitsChanged(), Pgm(), KIWAY_HOLDER::Prj(), PROJECT_SCH::SchSearchS(), GRID_CELL_TEXT_EDITOR::SetValidator(), and VALUE.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and FIELDS_GRID_TABLE().
|
inlineoverride |
Definition at line 108 of file fields_grid_table.h.
|
inline |
Definition at line 140 of file fields_grid_table.h.
References m_isInherited, and m_parentFields.
Referenced by GetAttr().
|
protected |
Definition at line 452 of file fields_grid_table.cpp.
Referenced by initGrid(), and ~FIELDS_GRID_TABLE().
|
inline |
Definition at line 148 of file fields_grid_table.h.
References m_parentFields.
void FIELDS_GRID_TABLE::push_back | ( | const SCH_FIELD & | field | ) |
Definition at line 262 of file fields_grid_table.cpp.
References m_isInherited, and m_parentFields.
Referenced by AddInheritedField(), and emplace_back().
|
inlineoverrideinherited |
Definition at line 51 of file wx_grid.h.
References m_colAttrs.
|
inline |
Definition at line 131 of file fields_grid_table.h.
References m_isInherited, and m_parentFields.
|
override |
Definition at line 880 of file fields_grid_table.cpp.
References _, ANGLE_HORIZONTAL, ANGLE_VERTICAL, BoolFromString(), CTX_LIBID, DEFAULT_FONT_NAME, EnsureFileExtension(), EscapeString(), FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_COLOR, FDC_FONT, FDC_H_ALIGN, FDC_ITALIC, FDC_NAME, FDC_ORIENTATION, FDC_POSX, FDC_POSY, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, FDC_TEXT_SIZE, FDC_V_ALIGN, FDC_VALUE, getField(), KIFONT::FONT::GetFont(), SCH_FIELD::GetId(), GetNumberRows(), EDA_TEXT::GetTextPos(), GR_TEXT_H_ALIGN_CENTER, GR_TEXT_H_ALIGN_LEFT, GR_TEXT_H_ALIGN_RIGHT, GR_TEXT_V_ALIGN_BOTTOM, GR_TEXT_V_ALIGN_CENTER, GR_TEXT_V_ALIGN_TOP, EDA_TEXT::IsBold(), SCH_FIELD::IsHorizJustifyFlipped(), EDA_TEXT::IsItalic(), SCH_FIELD::IsVertJustifyFlipped(), KICAD_FONT_NAME, FILEEXT::KiCadSchematicFileExtension, LIB_SYMBOL_T, m_dialog, m_eval, m_evalOriginal, m_frame, m_parentType, EDA_TEXT::MapHorizJustify(), EDA_TEXT::MapVertJustify(), SCH_SHEET_T, EDA_TEXT::SetBold(), SCH_FIELD::SetCanAutoplace(), EDA_TEXT::SetFont(), EDA_TEXT::SetHorizJustify(), EDA_TEXT::SetItalic(), SCH_FIELD::SetName(), SCH_FIELD::SetNameShown(), SCH_ITEM::SetPrivate(), SCH_FIELD::SetText(), EDA_TEXT::SetTextAngle(), EDA_TEXT::SetTextColor(), EDA_TEXT::SetTextPos(), EDA_TEXT::SetTextSize(), EDA_TEXT::SetVertJustify(), EDA_TEXT::SetVisible(), SHEET_FILENAME, UnescapeString(), VALUE, VECTOR2< T >::x, and VECTOR2< T >::y.
|
override |
Definition at line 1047 of file fields_grid_table.cpp.
References FDC_ALLOW_AUTOPLACE, FDC_BOLD, FDC_ITALIC, FDC_PRIVATE, FDC_SHOW_NAME, FDC_SHOWN, getField(), GetNumberRows(), m_dialog, EDA_TEXT::SetBold(), SCH_FIELD::SetCanAutoplace(), EDA_TEXT::SetItalic(), SCH_FIELD::SetNameShown(), SCH_ITEM::SetPrivate(), and EDA_TEXT::SetVisible().
wxString FIELDS_GRID_TABLE::StringFromBool | ( | bool | aValue | ) | const |
Definition at line 1087 of file fields_grid_table.cpp.
Referenced by GetValue().
void FIELDS_GRID_TABLE::SwapRows | ( | size_t | a, |
size_t | b ) |
Definition at line 1167 of file fields_grid_table.cpp.
References m_isInherited, and m_parentFields.
|
private |
Definition at line 193 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
protectedinherited |
Definition at line 73 of file wx_grid.h.
Referenced by LIB_FIELDS_EDITOR_GRID_DATA_MODEL::GetAttr(), GetAttr(), SetColAttr(), and ~WX_GRID_TABLE_BASE().
|
private |
Definition at line 199 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 176 of file fields_grid_table.h.
Referenced by initGrid().
|
private |
Definition at line 171 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), initGrid(), SetValue(), and SetValueAsBool().
|
private |
Definition at line 204 of file fields_grid_table.h.
Referenced by initGrid(), and SetValue().
|
private |
Definition at line 205 of file fields_grid_table.h.
Referenced by GetValue(), and SetValue().
|
private |
Definition at line 186 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 178 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 192 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 183 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 174 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 198 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 189 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 170 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), GetAttr(), getColumnCount(), getField(), GetValue(), getVisibleRowCount(), initGrid(), SetValue(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 195 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 201 of file fields_grid_table.h.
Referenced by AddInheritedField(), EraseRow(), IsInherited(), push_back(), SetFieldInherited(), and SwapRows().
|
private |
Definition at line 197 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 191 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 182 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 196 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 202 of file fields_grid_table.h.
Referenced by AddInheritedField(), DetachFields(), EraseRow(), IsInherited(), ParentField(), push_back(), SetFieldInherited(), SwapRows(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 172 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), GetAttr(), GetValue(), initGrid(), and SetValue().
|
private |
Definition at line 173 of file fields_grid_table.h.
Referenced by AddInheritedField(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), GetAttr(), and initGrid().
|
private |
Definition at line 185 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 187 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 179 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 175 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 190 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 181 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().
|
private |
Definition at line 194 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 188 of file fields_grid_table.h.
Referenced by GetAttr(), initGrid(), and ~FIELDS_GRID_TABLE().
|
private |
Definition at line 180 of file fields_grid_table.h.
Referenced by FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), FIELDS_GRID_TABLE(), and initGrid().