]> git.mxchange.org Git - flightgear.git/commit
Skeleton Nasal-Canvas integration.
authorJames Turner <zakalawe@mac.com>
Thu, 2 Aug 2012 11:18:38 +0000 (12:18 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 2 Aug 2012 11:18:38 +0000 (12:18 +0100)
commitf703882ffa73e70f555caa1867c1650534d5e3dc
treed219ec69bfb79324936306a627e3023b6ac6dd66
parent4959ccdd158c0ca585109ac27aaeef6838df8744
Skeleton Nasal-Canvas integration.

This code is non-functional, but contains most of the stubs to show what's required to add property get/set access, convert to from ghost & C++ types, and manage ownership. Element derived classes & inheritance (e.g., methods on image/path/map elements) will follow, along with some actual functionality!
src/Canvas/canvas.hxx
src/Scripting/CMakeLists.txt
src/Scripting/NasalCanvas.cxx [new file with mode: 0644]
src/Scripting/NasalCanvas.hxx [new file with mode: 0644]
src/Scripting/NasalSys.cxx