51 wxString GetDescription()
const;
52 void SetDescription(
const wxString& aDescription );
84 void InitOutputHandler();
92 wxString GetDescription()
const;
93 void SetDescription(
const wxString& aDescription );
108 JOBSET(
const wxString& aFilename );
123 bool SaveToFile(
const wxString& aDirectory =
"",
bool aForce =
false )
override;
125 void SetDirty(
bool aFlag =
true ) { m_dirty = aFlag; }
130 void AddNewJob( wxString aType,
JOB* aJob );
134 void MoveJobUp(
size_t aJobIdx );
135 void MoveJobDown(
size_t aJobIdx );
136 void RemoveJob(
size_t aJobIdx );
139 wxString getFileExt()
const override;
156#if defined( __MINGW32__ )
bool operator==(const wxAuiPaneInfo &aLhs, const wxAuiPaneInfo &aRhs)
BITMAPS
A list of all bitmap identifiers.
std::vector< JOBSET_DESTINATION > & GetDestinations()
wxString m_fileNameWithoutPath
void SetDirty(bool aFlag=true)
std::vector< JOBSET_DESTINATION > m_destinations
std::vector< JOBSET_JOB > m_jobs
std::vector< JOBSET_JOB > & GetJobs()
wxString GetFullName() const
An simple container class that lets us dispatch output jobs to kifaces.
A pure virtual class used to derive REPORTER objects from.
enum KICOMMON_API JOBSET_DESTINATION_T
KICOMMON_API void from_json(const nlohmann::json &j, JOBSET_JOB &f)
KICOMMON_API std::map< JOBSET_DESTINATION_T, JOBSET_DESTINATION_T_INFO > JobsetDestinationTypeInfos
KICOMMON_API void to_json(nlohmann::json &j, const JOBSET_JOB &f)
std::unordered_map< wxString, REPORTER * > m_lastRunReporters
JOBSET_DESTINATION_T m_type
JOBS_OUTPUT_HANDLER * m_outputHandler
std::vector< wxString > m_only
std::optional< bool > m_lastRunSuccess
std::unordered_map< wxString, std::optional< bool > > m_lastRunSuccessMap
std::shared_ptr< JOB > m_job
JOBSET_JOB(const wxString &id, const wxString &type, JOB *job)