KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PGPROPERTY_STRING Class Reference

#include <pg_properties.h>

Inheritance diagram for PGPROPERTY_STRING:

Public Member Functions

 PGPROPERTY_STRING ()
 
virtual ~PGPROPERTY_STRING ()=default
 
wxString ValueToString (wxVariant &aValue, int aFlags=0) const override
 
bool StringToValue (wxVariant &aVariant, const wxString &aString, int aFlags=0) const override
 

Detailed Description

Definition at line 273 of file pg_properties.h.

Constructor & Destructor Documentation

◆ PGPROPERTY_STRING()

PGPROPERTY_STRING::PGPROPERTY_STRING ( )
inline

Definition at line 276 of file pg_properties.h.

◆ ~PGPROPERTY_STRING()

virtual PGPROPERTY_STRING::~PGPROPERTY_STRING ( )
virtualdefault

Member Function Documentation

◆ StringToValue()

bool PGPROPERTY_STRING::StringToValue ( wxVariant &  aVariant,
const wxString &  aString,
int  aFlags = 0 
) const
override

Definition at line 632 of file pg_properties.cpp.

References CTX_QUOTED_STR, and EscapeString().

◆ ValueToString()

wxString PGPROPERTY_STRING::ValueToString ( wxVariant &  aValue,
int  aFlags = 0 
) const
override

Definition at line 618 of file pg_properties.cpp.

References UnescapeString().


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