#include "wx/wxprec.h"#include "wx/wx.h"#include <locale.h>#include <wx/datetime.h>#include <wx/file.h>#include <wx/filename.h>#include "../bitmaps/icon4xps.xpm"#include "../include/version.h"#include "../include/xps4c1s.h"#include "../include/panelc1s.h"#include "../include/xrcarbon.h"Include dependency graph for XPS4C1S.CPP:

Functions | |
| void | XBoolTruthTable (void) |
| void | LogMessage (wxString S, bool AddNewLine=true) |
Variables | |
| MyFrame * | frame = (MyFrame *) NULL |
| xpSpectrumPanel * | spectrumpanel = (xpSpectrumPanel*) NULL |
| xpSpectrumBase * | XS = (xpSpectrumBase *) NULL |
| xpSampleBase * | XSample = (xpSampleBase *) NULL |
| float | TrialMinE |
| float | TrialMaxE |
| bool | xpUseLocalNumericMode = false |
| wxTextCtrl * | TC |
| MyApp * | theApp = (MyApp*) NULL |
| wxMenuBar * | TheMenuBar = NULL |
| wxWindow * | test = NULL |
|
||||||||||||
|
Send message S to the log window
|
|
|
Print out a truth table of xboolean ops to the log console |
|
|
The main frame of the application. Stuff for the eXPert System for X-ray Photoelectron Spectroscopy. The file contains the source of the main file of the demo for the C1s rule.
|
|
|
The spectrum panel for the application. Stuff for implementing panels for demo4xps
|
|
|
|
|
|
|
|
|
Define the application.
|
|
|
The menu bar for the application.
|
|
|
|
|
|
|
|
|
If true, the numeric values are displayed and interpreted in the local numeric mode.
|
|
|
The spectrum used by the application. Stuff for implementing "xps wizards" for carbon rule
|
|
|
The sample used by the application.
|
1.3.5