KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ALLEGRO::DB_STR_REF Struct Reference

#include <allegro_db.h>

Inheritance diagram for ALLEGRO::DB_STR_REF:
ALLEGRO::RESOLVABLE

Public Member Functions

constexpr DB_STR_REF (uint32_t aTargetKey)
 
constexpr DB_STR_REF ()
 
bool Resolve (const DB_OBJ_RESOLVER &aResolver) override
 

Public Attributes

uint32_t m_StringKey
 
const wxString * m_String
 
const char * m_DebugName = nullptr
 

Detailed Description

Definition at line 114 of file allegro_db.h.

Constructor & Destructor Documentation

◆ DB_STR_REF() [1/2]

ALLEGRO::DB_STR_REF::DB_STR_REF ( uint32_t aTargetKey)
inlineexplicitconstexpr

Definition at line 116 of file allegro_db.h.

References m_String, and m_StringKey.

Referenced by DB_STR_REF().

◆ DB_STR_REF() [2/2]

ALLEGRO::DB_STR_REF::DB_STR_REF ( )
inlineconstexpr

Definition at line 122 of file allegro_db.h.

References DB_STR_REF().

Member Function Documentation

◆ Resolve()

bool DB_STR_REF::Resolve ( const DB_OBJ_RESOLVER & aResolver)
overridevirtual

Member Data Documentation

◆ m_DebugName

const char* ALLEGRO::RESOLVABLE::m_DebugName = nullptr
inherited

◆ m_String

const wxString* ALLEGRO::DB_STR_REF::m_String

Definition at line 130 of file allegro_db.h.

Referenced by DB_STR_REF(), and Resolve().

◆ m_StringKey

uint32_t ALLEGRO::DB_STR_REF::m_StringKey

Definition at line 129 of file allegro_db.h.

Referenced by DB_STR_REF(), and Resolve().


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