4/33
Sentech GigE Vision Camera StGigE SDK
Sample Guide Rev.1.00
3.5) EventMonitorDlg.cpp
The source code file for the Event Monitor dialog in the StGigE Player.
It is accessible from "Event Monitor" under "Tools" in the menu.
3.6) FilteringDlg.cpp
The source code file for the Image Filtering dialog in the StGigE Player.
It is accessible from "Image Filtering" under "Tools" in the menu.
3.7) GEVPlayer.cpp
The source code file for the CWinApp class that brings up the StGigE Player dialog on InitInstance.
3.8) GEVPlayerDlg.cpp
The source code file for the StGigE Player dialog class.
The most of the source code of the StGigE Player including the user interface elements when use the StGigE
Player.
3.9) HTMLDialog.cpp
The source code file for the parent class to display the HTML window.
3.10) ImageSaveDlg.cpp
The source code file for the Image Save dialog in the StGigE Player.
It is accessible from " Save Images..." under "Tools" in the menu.
3.11) LoadingThread.cpp
The source code file for the thread, which is created the class of the asynchronous load from the pvcfg file and
the connection procedure, and pass the message to the ProgressDlg. (Please check ProgressDlg.cpp)
3.12) LogBuffer.cpp
The source code file for use the log events for Event Monitor dialog. (Please check EventMonitorDlg.cpp)
3.13) ParameterInfo.cpp
The source code file for use by the Event Monitor dialog to make the GenICam events log.
3.14) ProgressDlg.cpp
The source code file for the progress dialog, which is appeared when connects the camera, or while loading or
saving the configuration file.
3.15) RegisterInterfaceDlg.cpp
The source code file for the register interface dialog, which is appeared when selects "Ctrl + Alt + R".
3.16) SavingThread.cpp
The source code file for the thread, which is created the class of the asynchronous save the pvcfg file while
passing the message to the ProgressDlg. (Please check ProgressDlg.cpp)
3.17) SetupDlg.cpp
The source code file for the Setup dialog.
It is accessible from " Setup..." under "Tools" in the menu.