OSDN Git Service

[dennco] Implemented the plugin feature.
authortkawata <tkawata@users.sourceforge.jp>
Tue, 22 Jan 2013 14:42:55 +0000 (23:42 +0900)
committertkawata <tkawata@users.sourceforge.jp>
Tue, 22 Jan 2013 14:42:55 +0000 (23:42 +0900)
commit8b7945267b706ec6f56f9ef040731d0e0acd0b35
tree5572686cb3f56e715704802eabc5b3080838f614
parent93600c597bbbaa65242e92db739274790f393614
[dennco] Implemented the plugin feature.
21 files changed:
Source/Source.pro
Source/layer1/TKContainer.cpp
Source/layer1/TKContainer.h
Source/layer3/QtScript/dnqscellcode.cpp
Source/layer3/QtScript/dnqscontainer.cpp
Source/layer3/dnplugin.h [new file with mode: 0644]
Source/layer3/dnplugininputcell.cpp [new file with mode: 0644]
Source/layer3/dnplugininputcell.h [new file with mode: 0644]
Source/layer3/dnpluginmanager.h [new file with mode: 0644]
Source/layer3/dnpluginoutputcell.cpp [new file with mode: 0644]
Source/layer3/dnpluginoutputcell.h [new file with mode: 0644]
Source/layer3/platform/qt/qtdnplugin.cpp [new file with mode: 0644]
Source/layer3/platform/qt/qtdnplugin.h [new file with mode: 0644]
Source/layer3/platform/qt/qtdnpluginmanager.cpp [new file with mode: 0644]
Source/layer3/platform/qt/qtdnpluginmanager.h [new file with mode: 0644]
Source/plugins/SamplePlugin1/SamplePlugin1/SamplePlugin1.pro [new file with mode: 0644]
Source/plugins/SamplePlugin1/SamplePlugin1/dialog.ui [new file with mode: 0644]
Source/plugins/SamplePlugin1/SamplePlugin1/plugin.cpp [new file with mode: 0644]
Source/plugins/dennco_plugin.h [new file with mode: 0644]
Source/versioninfo.h
dennco.pro