Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Theverat/NormalmapGenerator
/ functions
Functions
120 in github.com/Theverat/NormalmapGenerator
⨍
Functions
120
◇
Types & classes
16
↓ 36 callers
Method
at
src_generators/intensitymap.cpp:93
↓ 15 callers
Method
setValue
src_generators/intensitymap.cpp:104
↓ 14 callers
Method
getWidth
src_generators/intensitymap.cpp:115
↓ 10 callers
Method
getHeight
src_generators/intensitymap.cpp:119
↓ 7 callers
Method
convertToQImage
src_generators/intensitymap.cpp:133
↓ 2 callers
Method
calculateSpecmap
src_generators/specularmapgenerator.cpp:34
↓ 2 callers
Method
getUrl
src_gui/queueitem.cpp:30
↓ 1 callers
Method
calculate
src_generators/boxblur.cpp:30
↓ 1 callers
Method
calculateNormalmap
src_generators/normalmapgenerator.cpp:34
↓ 1 callers
Method
calculateSsaomap
src_generators/ssaogenerator.cpp:30
↓ 1 callers
Method
getUiColorGraphicsView
src_gui/mainwindow.cpp:1185
↓ 1 callers
Method
getUiColorMain
src_gui/mainwindow.cpp:1167
↓ 1 callers
Method
getUiColorText
src_gui/mainwindow.cpp:1176
↓ 1 callers
Method
getUseCustomUiColors
src_gui/mainwindow.cpp:1158
↓ 1 callers
Method
invert
src_generators/intensitymap.cpp:123
Method
AboutDialog
src_gui/aboutdialog.cpp:30
Method
BoxBlur
src_generators/boxblur.cpp:26
Method
ClickableLabel
src_gui/clickablelabel.h:11
Method
GaussianBlur
src_generators/gaussianblur.cpp:26
Method
GraphicsScene
src_gui/graphicsscene.cpp:25
Method
GraphicsView
src_gui/graphicsview.cpp:27
Method
IntensityMap
src_generators/intensitymap.cpp:26
Method
ListWidget
src_gui/listwidget.cpp:5
Method
MainWindow
src_gui/mainwindow.cpp:45
Method
NormalmapGenerator
src_generators/normalmapgenerator.cpp:26
Method
QueueItem
src_gui/queueitem.cpp:24
Method
QueueManager
src_gui/queuemanager.cpp:24
Method
SpecularmapGenerator
src_generators/specularmapgenerator.cpp:25
Method
SsaoGenerator
src_generators/ssaogenerator.cpp:27
Method
addImageToQueue
add single image to queue
src_gui/mainwindow.cpp:867
Method
autoUpdate
automatically update the preview if the calculation took only a certain amount of time in milliseconds, e.g. 500 (0.5 seconds) this Slot is for parame
src_gui/mainwindow.cpp:793
Method
blendSoftLight
uses a similar algorithm like "soft light" in PS, see http://www.michael-kreil.de/algorithmen/photoshop-layer-blending-equations/index.php
src_generators/normalmapgenerator.cpp:169
Method
boxBlur
src_generators/gaussianblur.cpp:70
Method
boxBlurH
src_generators/gaussianblur.cpp:79
Method
boxBlurT
src_generators/gaussianblur.cpp:98
Method
boxesForGauss
src_generators/gaussianblur.cpp:49
Method
calcDisplace
the displacement map is generated with the specularmapGenerator (similar controls and output needed)
src_gui/mainwindow.cpp:362
Method
calcDisplaceAndPreview
src_gui/mainwindow.cpp:459
Method
calcNormal
src_gui/mainwindow.cpp:287
Method
calcNormalAndPreview
src_gui/mainwindow.cpp:417
Method
calcPercentage
Used to scale down the input image if a value less than 100 is set in spinBox_normalmapSize. We have to make sure size is at least 1
src_gui/mainwindow.cpp:904
Method
calcSpec
src_gui/mainwindow.cpp:337
Method
calcSpecAndPreview
src_gui/mainwindow.cpp:438
Method
calcSsao
src_gui/mainwindow.cpp:396
Method
calcSsaoAndPreview
src_gui/mainwindow.cpp:480
Method
calculate
src_generators/gaussianblur.cpp:30
Method
changeOutputPathQueueDialog
change the path the queue exports the maps to
src_gui/mainwindow.cpp:657
Method
closeEvent
src_gui/mainwindow.cpp:1053
Method
connectSignalSlots
connects gui buttons with Slots in this class
src_gui/mainwindow.cpp:915
Method
displayCalcTime
display the last calculation time in the statusbar
src_gui/mainwindow.cpp:841
Method
displayChannelIntensity
displays single color channels of the image (handled by an intensitymap)
src_gui/mainwindow.cpp:772
Method
dragEnterEvent
src_gui/graphicsscene.cpp:40
Method
dragEnterEvent
src_gui/listwidget.cpp:10
Method
dragEnterEvent
src_gui/graphicsview.cpp:35
Method
dragMoveEvent
src_gui/graphicsscene.cpp:43
Method
dragMoveEvent
src_gui/listwidget.cpp:14
Method
dragMoveEvent
src_gui/graphicsview.cpp:39
Method
dropEvent
src_gui/graphicsscene.cpp:46
Method
dropEvent
src_gui/listwidget.cpp:18
Method
dropEvent
src_gui/graphicsview.cpp:43
Method
editOutputPathQueue
src_gui/mainwindow.cpp:668
Method
enableAutoupdate
src_gui/mainwindow.cpp:859
Method
fitInView
fits the preview into the graphicsView
src_gui/mainwindow.cpp:765
Function
foreach
src_gui/mainwindow.cpp:162
Method
gaussBlur
src_generators/gaussianblur.cpp:41
Method
generateElapsedTimeMsg
generate a message that shows the elapsed time of a calculation process example output: "calculated normalmap (1.542 seconds)"
src_gui/mainwindow.cpp:825
Method
generateKernel
src_generators/ssaogenerator.cpp:86
Method
generateNoise
src_generators/ssaogenerator.cpp:104
Method
handleEdges
src_generators/gaussianblur.cpp:117
Method
handleEdges
src_generators/boxblur.cpp:60
Method
handleEdges
src_generators/normalmapgenerator.cpp:142
Method
hideAdvancedSettings
src_gui/mainwindow.cpp:1038
Method
lerp
src_generators/ssaogenerator.cpp:119
Method
load
load the image specified in the url
src_gui/mainwindow.cpp:171
Method
loadAllFromDir
src_gui/mainwindow.cpp:155
Method
loadMultipleDropped
src_gui/mainwindow.cpp:123
Method
loadSingleDropped
src_gui/mainwindow.cpp:118
Method
loadUserFilePath
load images using the file dialog
src_gui/mainwindow.cpp:277
Function
main
main.cpp:25
Method
mapComponent
transform -1..1 to 0..255
src_generators/normalmapgenerator.cpp:163
Method
mousePressEvent
src_gui/clickablelabel.h:20
Method
mouseReleaseEvent
src_gui/graphicsview.cpp:57
Method
normalmapSizeChanged
calculates the size preview text (e.g. "1024 x 1024 px")
src_gui/mainwindow.cpp:893
Method
openExportFolder
src_gui/mainwindow.cpp:836
Method
openLatestVersionLink
src_gui/aboutdialog.cpp:58
Method
openSourcecodeLink
src_gui/aboutdialog.cpp:54
Method
preview
overloaded version of preview that chooses the map to preview automatically
src_gui/mainwindow.cpp:674
Method
prewitt
src_generators/normalmapgenerator.cpp:129
Method
processQueue
src_gui/mainwindow.cpp:501
Method
queueItemDoubleClicked
src_gui/mainwindow.cpp:887
Method
random
src_generators/ssaogenerator.cpp:114
Method
readSettings
read window size, position etc. from registry
src_gui/mainwindow.cpp:1083
Method
removeImagesFromQueue
src_gui/mainwindow.cpp:883
Method
resetUiColors
src_gui/mainwindow.cpp:1194
Method
resetZoom
resets zoom to 1:1
src_gui/mainwindow.cpp:760
Method
save
src_gui/mainwindow.cpp:576
Method
saveUserFilePath
save maps using the file dialog
src_gui/mainwindow.cpp:561
Method
setExportPath
src_gui/mainwindow.cpp:635
Method
setUiColorGraphicsView
src_gui/mainwindow.cpp:1189
Method
setUiColorMain
src_gui/mainwindow.cpp:1171
next →
1–100 of 120, ranked by callers