Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImpulseAdventure/JPEGsnoop
/ functions
Functions
786 in github.com/ImpulseAdventure/JPEGsnoop
⨍
Functions
786
◇
Types & classes
93
Method
GetDisplayName
FolderDlg.h:88
Method
GetDisplayNameOf
///////////// Handy function to get the display name from pidl.
FolderDlg.cpp:145
Method
GetDocument
CntrItem.h:41
Method
GetDocument
JPEGsnoopView.cpp:159
Method
GetDocument
debug version in JPEGsnoopView.cpp
JPEGsnoopView.h:76
Method
GetEnumFlags
Note: pHwnd is always NULL here as far as I can tell.
FolderDlg.cpp:347
Method
GetExeDir
Get the directory path of the JPEGsnoop executable - This is used as a default location for the user signature database
SnoopConfig.cpp:487
Method
GetMarkerName
Lookup the EXIF marker name from the code value
JfifDecode.cpp:6974
Method
GetScanBufPos
Calculates the actual byte offset (from start of file) for the current position in the m_nScanBuff. PRE: - m_anScanBuffPtr_pos[] - m_nScanBuffPtr_ali
ImgDecode.cpp:2575
Method
GetStatusBar
Fetch a pointer to the frame's status bar RETURN: - Pointer to the main frame's status bar
JPEGsnoopDoc.cpp:431
Method
GetTagHeader
DecodeDicom.cpp:84
Method
GetTypeLen
FileTiff.cpp:168
Method
HandleAutoReprocess
If Automatic Reprocessing is enabled, reprocess the file - If Reprocessing is not enabled and the coach message has not been disabled, inform user of
JPEGsnoop.cpp:1348
Method
HuffmanDc2Signed
Convert huffman code (DC) to signed value - Convert according to ITU-T.81 Table 5 INPUT: - nVal = Huffman DC value (left justified) - nBits = B
ImgDecode.cpp:859
Method
I_GetPreviewMcuInsert
JPEGsnoopCore.cpp:1246
Method
I_GetPreviewPos
JPEGsnoopCore.cpp:1386
Method
I_GetPreviewSize
JPEGsnoopCore.cpp:1391
Method
I_GetPreviewYccOffset
JPEGsnoopCore.cpp:1236
Method
I_GetPreviewZoom
JPEGsnoopCore.cpp:1261
Method
I_SetPreviewMcuInsert
JPEGsnoopCore.cpp:1241
Method
I_SetPreviewYccOffset
JPEGsnoopCore.cpp:1231
Method
I_ViewOnDraw
JPEGsnoopCore.cpp:1381
Method
InCaptionRange
HyperlinkStatic.cpp:176
Method
InPreviewArea
FIXME: Migrate into ImgDec!
JPEGsnoopViewImg.cpp:146
Method
InitInstance
JPEGsnoop.cpp:476
Method
InitializeColors
Dib.cpp:91
Method
InsertQuickLog
Transfer the contents of the QuickLog buffer to the RichEdit control for display. In command-line nogui mode we skip this step as there may not be a
JPEGsnoopDoc.cpp:334
Method
J_GetPosEmbedEnd
JPEGsnoopCore.cpp:1119
Method
J_GetPosEmbedStart
JPEGsnoopCore.cpp:1114
Method
J_ImgSrcChanged
JPEGsnoopCore.cpp:1109
Method
J_ProcessFile
JPEGsnoopCore.cpp:1145
Method
J_SetAviMode
JPEGsnoopCore.cpp:1104
Method
LoadAppLangResourceDLL
Override localization virtual function to avoid potential for satellite DLL hijacking
JPEGsnoop.cpp:471
Method
LookupEnum
Look up the enumerated constant (nVal) for the specified field (eEnumField) - Returns "" if the field wasn't found
DecodeDicom.cpp:851
Method
LookupExifTag
Perform decode of EXIF IFD tags including MakerNote tags PRE: - m_strImgExifMake Used for MakerNote decode INPUT: - strSect IFD section - nTag
JfifDecode.cpp:839
Method
LookupIptcField
Search the constant array of IPTC fields for the Record:DataSet index OUTPUT: - nFldInd = The index into the array of the located entry (if found) R
DecodePs.cpp:215
Method
LookupIptcField
Search the constant array of IPTC fields for the Record:DataSet index OUTPUT: - nFldInd = The index into the array of the located entry (if found) R
PsDecode.cpp:172
Method
LookupMakerCanonTag
Decode Canon Makernotes Only the most common makernotes are supported; there are a large number of makernotes that have not been documented anywhere.
JfifDecode.cpp:642
Method
MeasureFontHeight
JPEGsnoopViewImg.cpp:222
Method
MyOnFileNew
Basic placeholder for OnFileNew
JPEGsnoop.cpp:1211
Method
MyOnFileOpen
Present file open dialog - Populate file filter list with main decode formats POST: - Calls OpenDocumentFile()
JPEGsnoop.cpp:1128
Method
OffsetNum2Str
OffsetDlg.cpp:76
Method
OffsetStr2Num
Convert the current dialog offset string into the internal offset value. If data validation fails, then display a dialog box. RETURN: - True if valid
OffsetDlg.cpp:99
Method
OnAppAbout
App command to run the dialog
JPEGsnoop.cpp:1113
Method
OnBnClickedApply
OverlayBufDlg.cpp:170
Method
OnBnClickedBased
Change dialog mode to decimal - If in hex mode, convert from hex to decimal - Report data validation error
OffsetDlg.cpp:151
Method
OnBnClickedBaseh
Change dialog mode to hex - If in decimal mode, convert from decimal to hex - Report data validation error
OffsetDlg.cpp:124
Method
OnBnClickedBtnCalc
LookupDlg.cpp:97
Method
OnBnClickedBtnDirDstBrowse
BatchDlg.cpp:82
Method
OnBnClickedBtnDirSrcBrowse
BatchDlg.cpp:62
Method
OnBnClickedBtnLoad
DecodeDetailDlg.cpp:68
Method
OnBnClickedButton1
UpdateAvailDlg.cpp:61
Method
OnBnClickedCoachReset
SettingsDlg.cpp:150
Method
OnBnClickedDbDirBrowse
SettingsDlg.cpp:72
Method
OnBnClickedDbDirDefault
SettingsDlg.cpp:142
Method
OnBnClickedOk
TermsDlg.cpp:132
Method
OnBnClickedOk
DbSubmitDlg.cpp:69
Method
OnBnClickedOk
OverlayBufDlg.cpp:161
Method
OnBnClickedOk
OffsetDlg.cpp:175
Method
OnBnClickedOvrLoad
OverlayBufDlg.cpp:115
Method
OnBnClickedRemove
Remove an entry from the signature list
DbManageDlg.cpp:117
Method
OnBnClickedRemoveall
Remove all entries from the signature list
DbManageDlg.cpp:131
Method
OnCreate
MainFrm.cpp:64
Method
OnCreateClient
CAL! Following code was added to support split windows
MainFrm.cpp:146
Method
OnDestroy
JPEGsnoopView.cpp:131
Method
OnDestroy
HyperlinkStatic.cpp:111
Method
OnDraw
JPEGsnoopViewImg.cpp:103
Method
OnDropFiles
JPEGsnoopView.cpp:169
Method
OnEraseBkgnd
JPEGsnoopViewImg.cpp:340
Method
OnFileBatchprocess
Menu item for File Batch Process - Invoke DoBatchProcess() from Document
JPEGsnoop.cpp:1694
Method
OnFileOffset
Menu command for specifying a file offset to start decoding process - Present a dialog box that allows user to specify the address TODO: Perhaps this
JPEGsnoopDoc.cpp:693
Method
OnFileReprocess
Menu command to reprocess the current file - This command will initiate all processing of the currently-opened file
JPEGsnoopDoc.cpp:1015
Method
OnFileSaveAs
Menu comamnd for File -> Save As - Brings up a Save As dialog box before saving
JPEGsnoopDoc.cpp:1099
Method
OnIUnknown
//////////// Browser is notifying me with its IUnknown: use it to set filter if requested. Note this can be called with punk=NULL when shutting down!
FolderDlg.cpp:231
Method
OnInitDialog
DbManageDlg.cpp:48
Method
OnInitDialog
OverlayBufDlg.cpp:179
Method
OnInitDialog
ExportTiffDlg.cpp:56
Method
OnInitDialog
AboutDlg.cpp:45
Method
OnInitialUpdate
JPEGsnoopViewImg.cpp:87
Method
OnInitialUpdate
This is called initially in the first time the view is drawn, and again after the contents have finished loading with OnOpenDocument()
JPEGsnoopView.cpp:72
Method
OnInitialized
//////////// Browser window initialized.
FolderDlg.cpp:222
Method
OnLButtonDown
JPEGsnoopViewImg.cpp:239
Method
OnLButtonDown
HyperlinkStatic.cpp:90
Method
OnLButtonUp
JPEGsnoopViewImg.cpp:248
Method
OnMouseLeave
HyperlinkStatic.cpp:125
Method
OnMouseMove
JPEGsnoopViewImg.cpp:294
Method
OnMouseMove
HyperlinkStatic.cpp:134
Method
OnMouseWheel
JPEGsnoopViewImg.cpp:281
Method
OnNewDocument
Main entry point for creation of a new document
JPEGsnoopDoc.cpp:187
Method
OnOptionsCheckforupdates
Menu item to check for JPEGsnoop updates
JPEGsnoop.cpp:1534
Method
OnOptionsConfiguration
Options Configuration Dialog - Show the dialog box - Pre-populate with current m_pAppConfig settings - If user clicks OK, then revised settings are st
JPEGsnoop.cpp:1500
Method
OnOptionsDhtexpand
Set menu item toggle for Options DHT Expand
JPEGsnoop.cpp:1253
Method
OnOptionsHideuknownexiftags
Set menu item toggle for Options Hide Unknown EXIF tags - Invoke reprocess if enabled
JPEGsnoop.cpp:1668
Method
OnOptionsMakernotes
Set menu item toggle for Options Makernotes - Invoke reprocess if enabled
JPEGsnoop.cpp:1269
Method
OnOptionsRelaxedparsing
Set menu item toggle for Options Relaxed Parsing - Invoke reprocess if enabled
JPEGsnoop.cpp:1708
Method
OnOptionsSignaturesearch
Set menu item toggle for Options Signature Search - Invoke reprocess if enabled
JPEGsnoop.cpp:1599
Method
OnOverlaysMcugrid
Menu command to enable/disable the MCU overlay grid
JPEGsnoopDoc.cpp:1868
Method
OnPaint
HyperlinkStatic.cpp:99
Method
OnPreparePrinting
JPEGsnoopView.cpp:124
Method
OnPreviewRng
Menu command for Channel Preview - Supports a range in sub-items
JPEGsnoopDoc.cpp:1168
← previous
next →
401–500 of 786, ranked by callers