KiCad PCB EDA Suite
Loading...
Searching...
No Matches
JOBSET_OUTPUT Struct Reference

#include <jobset.h>

Public Member Functions

 JOBSET_OUTPUT ()
 
 JOBSET_OUTPUT (wxString id, JOBSET_OUTPUT_TYPE type, JOBS_OUTPUT_HANDLER *outputHandler)
 
bool operator== (const JOBSET_OUTPUT &rhs) const
 

Public Attributes

wxString m_id
 
JOBSET_OUTPUT_TYPE m_type
 
JOBS_OUTPUT_HANDLERm_outputHandler
 
std::vector< wxString > m_only
 

Detailed Description

Definition at line 49 of file jobset.h.

Constructor & Destructor Documentation

◆ JOBSET_OUTPUT() [1/2]

JOBSET_OUTPUT::JOBSET_OUTPUT ( )
inline

Definition at line 51 of file jobset.h.

◆ JOBSET_OUTPUT() [2/2]

JOBSET_OUTPUT::JOBSET_OUTPUT ( wxString  id,
JOBSET_OUTPUT_TYPE  type,
JOBS_OUTPUT_HANDLER outputHandler 
)
inline

Definition at line 55 of file jobset.h.

Member Function Documentation

◆ operator==()

bool JOBSET_OUTPUT::operator== ( const JOBSET_OUTPUT rhs) const

Definition at line 106 of file jobset.cpp.

References m_type.

Member Data Documentation

◆ m_id

wxString JOBSET_OUTPUT::m_id

Definition at line 60 of file jobset.h.

Referenced by JOBSET::RemoveOutput().

◆ m_only

std::vector<wxString> JOBSET_OUTPUT::m_only

◆ m_outputHandler

JOBS_OUTPUT_HANDLER* JOBSET_OUTPUT::m_outputHandler

◆ m_type


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