Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
File: wxProfileDump.cpp. More...
#include "IccProfile.h"
#include "IccTag.h"
#include "IccUtil.h"
#include "IccEval.h"
#include "IccPrmg.h"
#include "IccProfLibVer.h"
#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wx/mdi.h"
#include "wx/toolbar.h"
#include "wx/config.h"
#include "wx/filename.h"
#include "wx/filedlg.h"
#include "bitmaps/new.xpm"
#include "bitmaps/open.xpm"
#include "bitmaps/save.xpm"
#include "bitmaps/copy.xpm"
#include "bitmaps/cut.xpm"
#include "bitmaps/paste.xpm"
#include "bitmaps/print.xpm"
#include "bitmaps/help.xpm"
#include "wxProfileDump.h"
Go to the source code of this file.
Classes | |
class | CIccMinMaxEval |
Macros | |
#define | ID_ROUND_TRIP 1002 |
#define | ID_TAG_LIST 1001 |
#define | ID_VALIDATE_PROFILE 1000 |
#define | wxT(x) x |
Functions | |
wxString | AnalyzeRoundTrip (wxString &profilePath, icRenderingIntent nIntent, bool bUseMPE) |
static bool | IsRoundTripable (CIccProfile *pIcc) |
Variables | |
static int | gs_nFrames = 0 |
wxList | my_children |
MyFrame * | my_frame = (MyFrame *) NULL |
static long | xpos = -1 |
static long | ypos = -1 |
File: wxProfileDump.cpp.
Contains: Main application that displays profile contents using wxWidgets
Version: V1
Copyright: (c) see ICC Software License
Definition in file wxProfileDump.cpp.
#define ID_ROUND_TRIP 1002 |
Definition at line 139 of file wxProfileDump.cpp.
Referenced by MyChild::MyChild().
#define ID_TAG_LIST 1001 |
Definition at line 138 of file wxProfileDump.cpp.
Referenced by MyChild::MyChild().
#define ID_VALIDATE_PROFILE 1000 |
Definition at line 137 of file wxProfileDump.cpp.
Referenced by MyChild::MyChild().
#define wxT | ( | x | ) | x |
Definition at line 116 of file wxProfileDump.cpp.
Referenced by MyChild::MyChild(), and MyApp::OnInit().
wxString AnalyzeRoundTrip | ( | wxString & | profilePath, |
icRenderingIntent | nIntent, | ||
bool | bUseMPE ) |
Definition at line 957 of file wxProfileDump.cpp.
References CIccEvalCompare::EvaluateProfile(), CIccPRMG::EvaluateProfile(), CIccMinMaxEval::GetMean1(), CIccMinMaxEval::GetMean2(), CIccInfo::GetRenderingIntentName(), icCmmStatOk, ICFLOATFMT, ICFLOATSFX, icInterpTetrahedral, icRelativeColorimetric, CIccPRMG::m_bPrmgImplied, CIccPRMG::m_nDE1, CIccPRMG::m_nDE10, CIccPRMG::m_nDE2, CIccPRMG::m_nDE3, CIccPRMG::m_nDE5, CIccMinMaxEval::m_nTotal, CIccPRMG::m_nTotal, CIccMinMaxEval::maxDE1, CIccMinMaxEval::maxDE2, CIccMinMaxEval::maxLab1, CIccMinMaxEval::maxLab2, CIccMinMaxEval::minDE1, CIccMinMaxEval::minDE2, and CIccMinMaxEval::num3.
Referenced by MyRoundTripDialog::MyRoundTripDialog().
|
static |
Definition at line 428 of file wxProfileDump.cpp.
References icHeader::deviceClass, icSigAToB0Tag, icSigAToB1Tag, icSigAToB2Tag, icSigBlueMatrixColumnTag, icSigBlueTRCTag, icSigBToA0Tag, icSigBToA1Tag, icSigBToA2Tag, icSigBToD0Tag, icSigBToD1Tag, icSigBToD2Tag, icSigDToB0Tag, icSigDToB1Tag, icSigDToB2Tag, icSigGreenMatrixColumnTag, icSigGreenTRCTag, icSigLinkClass, icSigRedMatrixColumnTag, and icSigRedTRCTag.
Referenced by MyChild::MyChild().
|
static |
Definition at line 131 of file wxProfileDump.cpp.
Referenced by MyChild::OnClose(), and MyFrame::OnClose().
wxList my_children |
Definition at line 125 of file wxProfileDump.cpp.
Referenced by MyChild::MyChild(), and MyChild::~MyChild().
Definition at line 124 of file wxProfileDump.cpp.
Referenced by MyApp::OnInit(), and MyFrame::OpenFile().
|
static |
Definition at line 128 of file wxProfileDump.cpp.
|
static |
Definition at line 129 of file wxProfileDump.cpp.