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 275 of file pg_properties.h.

Constructor & Destructor Documentation

◆ PGPROPERTY_STRING()

PGPROPERTY_STRING::PGPROPERTY_STRING ( )
inline

Definition at line 278 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 669 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 655 of file pg_properties.cpp.

References UnescapeString().


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