[Kst] branches/work/kst/kst1kde4/kst/src/plugins/bin
Andrew Walker
arwalker at sumusltd.com
Wed Feb 24 02:16:49 CET 2010
SVN commit 1095330 by arwalker:
build plugin
A CMakeLists.txt
M +6 -0 bin.cpp
M +1 -0 bin.h
--- branches/work/kst/kst1kde4/kst/src/plugins/bin/bin.cpp #1095329:1095330
@@ -36,6 +36,12 @@
}
+Bin::Bin( QObject */*parent*/, const QStringList &/*args*/ )
+ : KstBasicPlugin() {
+ _inputScalarDefaults.insert(SIZE, 10.0);
+}
+
+
Bin::~Bin() {
}
--- branches/work/kst/kst1kde4/kst/src/plugins/bin/bin.h #1095329:1095330
@@ -24,6 +24,7 @@
public:
Bin(QObject *parent, const char *name, const QStringList &args);
+ Bin(QObject *parent, const QStringList &args);
virtual ~Bin();
//algorithm
More information about the Kst
mailing list