tahoma2d/toonz/sources/include
Campbell Barton b3bd842e04 Make functions static, ensure declarations match headers (#610)
This patch used -Wmissing-declarations warning
to show functions and symbols that had no declarations, and either:

- Make static
- Add to header

This helps avoid possability that declarations and functions get out of sync.
And ensures all source files reference headers correctly.

It also makes sure functions defined with extern "C",
have this defined in the header. An error found in calligraph.h while writing this patch.

This has been applied to toonzlib, to avoid making very large global changes.
If accepted, -Wmissing-declarations warning could be added to CMake.
2016-07-13 21:05:06 +09:00
..
ext Cleanup: typo (sensibility) 2016-06-29 20:49:17 +10:00
stdfx REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcg Quiet -Wundef warning 2016-06-30 12:28:26 +10:00
tlin apply clang-format 2016-06-20 11:34:17 +09:00
tools REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
toonz Make functions static, ensure declarations match headers (#610) 2016-07-13 21:05:06 +09:00
toonz4.6 CMake: Test for endian instead of guessing based on the platform (#600) 2016-07-08 20:22:25 +09:00
toonzqt Support Visual Studio 2015 (#544) 2016-07-04 17:50:30 +09:00
tw apply clang-format 2016-06-15 15:43:10 +09:00
avicodecrestrictions.h apply clang-format 2016-06-15 15:43:10 +09:00
colorfx.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
convert2tlv.h apply clang-format 2016-06-15 15:43:10 +09:00
drawutil.h apply clang-format 2016-06-15 15:43:10 +09:00
historytypes.h apply clang-format 2016-06-15 15:43:10 +09:00
macofflinegl.h apply clang-format 2016-06-15 15:43:10 +09:00
movsettings.h Support Visual Studio 2015 (#544) 2016-07-04 17:50:30 +09:00
permissionsmanager.h apply clang-format 2016-06-15 15:43:10 +09:00
qtofflinegl.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
t32bitsrv_wrap.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tatomicvar.h fix build for windows 2016-06-23 15:19:53 +09:00
tautoclose.h apply clang-format 2016-06-15 15:43:10 +09:00
tbasefx.h add override specifier 2016-06-20 11:34:15 +09:00
tbezier.h apply clang-format 2016-06-15 15:43:10 +09:00
tbigmemorymanager.h apply clang-format 2016-06-15 15:43:10 +09:00
tbrush.h apply clang-format 2016-06-15 15:43:10 +09:00
tcachedlevel.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcacheresource.h apply clang-format 2016-06-15 15:43:10 +09:00
tcacheresourcepool.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcg_wrap.h apply clang-format 2016-06-15 15:43:10 +09:00
tcli.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcodec.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcolorfunctions.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcolorstyles.h apply clang-format 2016-06-20 11:34:17 +09:00
tcolorutils.h apply clang-format 2016-06-15 15:43:10 +09:00
tcolorvalue.h apply clang-format 2016-06-15 15:43:10 +09:00
tcolumnset.h apply clang-format 2016-06-15 15:43:10 +09:00
tcommon.h apply clang-format 2016-06-15 15:43:10 +09:00
tconst.h apply clang-format 2016-06-15 15:43:10 +09:00
tcontenthistory.h apply clang-format 2016-06-15 15:43:10 +09:00
tconvert.h apply clang-format 2016-06-15 15:43:10 +09:00
tcubicbezier.h apply clang-format 2016-06-15 15:43:10 +09:00
tcurves.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tcurveutil.h apply clang-format 2016-06-15 15:43:10 +09:00
tdata.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tdebugmessage.h apply clang-format 2016-06-15 15:43:10 +09:00
tdoublekeyframe.h apply clang-format 2016-06-15 15:43:10 +09:00
tdoubleparam.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tdoubleparamrelayproperty.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tellipticbrush.h apply clang-format 2016-06-15 15:43:10 +09:00
tenv.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
texception.h apply clang-format 2016-06-15 15:43:10 +09:00
texpression.h apply clang-format 2016-06-15 15:43:10 +09:00
texternfx.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfarmcontroller.h apply clang-format 2016-06-15 15:43:10 +09:00
tfarmplatforms.h apply clang-format 2016-06-15 15:43:10 +09:00
tfarmserver.h apply clang-format 2016-06-15 15:43:10 +09:00
tfarmtask.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfilepath.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfilepath_io.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfiletype.h apply clang-format 2016-06-15 15:43:10 +09:00
tflash.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfont.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfunctorinvoker.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfx.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfxattributes.h apply clang-format 2016-06-15 15:43:10 +09:00
tfxcachemanager.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tfxdef.h apply clang-format 2016-06-15 15:43:10 +09:00
tfxparam.h apply clang-format 2016-06-15 15:43:10 +09:00
tfxutil.h apply clang-format 2016-06-15 15:43:10 +09:00
tgeometry.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tgl.h Quiet -Wundef warning 2016-06-30 12:28:26 +10:00
tgldisplaylistsmanager.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tgrammar.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tidentifiable.h apply clang-format 2016-06-15 15:43:10 +09:00
tiio.h apply clang-format 2016-06-15 15:43:10 +09:00
tiio_bmp.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tiio_jpg.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tiio_jpg_util.h apply clang-format 2016-06-15 15:43:10 +09:00
tiio_std.h apply clang-format 2016-06-15 15:43:10 +09:00
timage.h apply clang-format 2016-06-15 15:43:10 +09:00
timage_io.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
timagecache.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
timageinfo.h apply clang-format 2016-06-20 11:34:17 +09:00
tinbetween.h apply clang-format 2016-06-15 15:43:10 +09:00
tinterval.h apply clang-format 2016-06-15 15:43:10 +09:00
tipc.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tipcmsg.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tipcsrv.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tipcsrvP.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tlevel.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tlevel_io.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tlogger.h apply clang-format 2016-06-15 15:43:10 +09:00
tmachine.h CMake: Test for endian instead of guessing based on the platform (#600) 2016-07-08 20:22:25 +09:00
tmacrofx.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tmathutil.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tmeshimage.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tmsgcore.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tnewoutlinevectorize.h apply clang-format 2016-06-15 15:43:10 +09:00
tnotanimatableparam.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tnzcamera.h apply clang-format 2016-06-15 15:43:10 +09:00
tnzimage.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
tnzsound.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
tnztypes.h apply clang-format 2016-06-15 15:43:10 +09:00
tofflinegl.h apply clang-format 2016-06-15 15:43:10 +09:00
toutputproperties.h apply clang-format 2016-06-15 15:43:10 +09:00
tpalette.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tpaletteutil.h apply clang-format 2016-06-15 15:43:10 +09:00
tparam.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tparamchange.h apply clang-format 2016-06-15 15:43:10 +09:00
tparamcontainer.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tparamset.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tparamuiconcept.h apply clang-format 2016-06-15 15:43:10 +09:00
tparamundo.h apply clang-format 2016-06-15 15:43:10 +09:00
tparser.h apply clang-format 2016-06-15 15:43:10 +09:00
tpassivecachemanager.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tpersist.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tpersistset.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tpixel.h Quiet -Wundef warning 2016-06-30 12:28:26 +10:00
tpixelcm.h apply clang-format 2016-06-15 15:43:10 +09:00
tpixelgr.h apply clang-format 2016-06-15 15:43:10 +09:00
tpixelutils.h pencil test popup 2016-07-06 20:06:20 +09:00
tpluginmanager.h apply clang-format 2016-06-15 15:43:10 +09:00
tpredictivecachemanager.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tproperty.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tpropertytype.h apply clang-format 2016-06-15 15:43:10 +09:00
tquicktime.h apply clang-format 2016-06-15 15:43:10 +09:00
trandom.h apply clang-format 2016-06-15 15:43:10 +09:00
transparencycheck.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
traster.h Make functions static, ensure declarations match headers (#610) 2016-07-13 21:05:06 +09:00
trastercm.h add #pragma once (#303) 2016-05-17 00:04:11 +09:00
trasterfx.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
trasterfxrenderdata.h apply clang-format 2016-06-15 15:43:10 +09:00
trasterimage.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tregion.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tregionoutline.h apply clang-format 2016-06-15 15:43:10 +09:00
tregionprop.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
trenderer.h apply clang-format 2016-06-20 11:34:17 +09:00
trenderresourcemanager.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
trop.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
trop_borders.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tropcm.h apply clang-format 2016-06-15 15:43:10 +09:00
tscanner.h apply clang-format 2016-06-15 15:43:10 +09:00
tsimplecolorstyles.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tsmartpointer.h apply clang-format 2016-06-15 15:43:10 +09:00
tsop.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tsound.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tsound_io.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tsound_t.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tsoundsample.h apply clang-format 2016-06-15 15:43:10 +09:00
tspectrum.h apply clang-format 2016-06-15 15:43:10 +09:00
tspectrumparam.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tstencilcontrol.h apply clang-format 2016-06-15 15:43:10 +09:00
tstopwatch.h apply clang-format 2016-06-20 11:34:17 +09:00
tstream.h apply clang-format 2016-06-20 11:34:17 +09:00
tstreamexception.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tstroke.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tstrokedeformations.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tstrokeoutline.h apply clang-format 2016-06-15 15:43:10 +09:00
tstrokeprop.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tstrokeutil.h apply clang-format 2016-06-15 15:43:10 +09:00
tsweepboundary.h apply clang-format 2016-06-20 11:34:17 +09:00
tsystem.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
ttcpip.h apply clang-format 2016-06-15 15:43:10 +09:00
ttessellator.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
ttest.h apply clang-format 2016-06-15 15:43:10 +09:00
tthread.h apply clang-format 2016-06-20 11:34:17 +09:00
tthreadmessage.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
ttile.h apply clang-format 2016-06-15 15:43:10 +09:00
ttimer.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
ttokenizer.h apply clang-format 2016-06-15 15:43:10 +09:00
ttonecurveparam.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
ttoonzimage.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
ttzpimagefx.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tundo.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tunit.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tutil.h apply clang-format 2016-06-15 15:43:10 +09:00
tvectorbrushstyle.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tvectorgl.h apply clang-format 2016-06-15 15:43:10 +09:00
tvectorimage.h REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
tvectorrenderdata.h apply clang-format 2016-06-20 11:34:17 +09:00
tzeraryfx.h apply clang-format 2016-06-15 15:43:10 +09:00
tzerofinder.h apply clang-format 2016-06-15 15:43:10 +09:00
xscopedlock.h apply clang-format 2016-06-15 15:43:10 +09:00