[Kst] branches/work/kst/portto4/kst/src/libkstapp
George Staikos
staikos at kde.org
Sat Oct 6 01:53:13 CEST 2007
SVN commit 721734 by staikos:
compile
M +8 -8 plotitem.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/plotitem.cpp #721733:721734
@@ -201,42 +201,42 @@
}
-bool PlotItem::PlotItem::isLeftLabelVisible() const {
+bool PlotItem::isLeftLabelVisible() const {
return _isLeftLabelVisible;
}
-void PlotItem::PlotItem::setLeftLabelVisible(bool visible) {
+void PlotItem::setLeftLabelVisible(bool visible) {
_isLeftLabelVisible = visible;
}
-bool PlotItem::PlotItem::isBottomLabelVisible() const {
+bool PlotItem::isBottomLabelVisible() const {
return _isBottomLabelVisible;
}
-void PlotItem::PlotItem::setBottomLabelVisible(bool visible) {
+void PlotItem::setBottomLabelVisible(bool visible) {
_isBottomLabelVisible = visible;
}
-bool PlotItem::PlotItem::isRightLabelVisible() const {
+bool PlotItem::isRightLabelVisible() const {
return _isRightLabelVisible;
}
-void PlotItem::PlotItem::setRightLabelVisible(bool visible) {
+void PlotItem::setRightLabelVisible(bool visible) {
_isRightLabelVisible = visible;
}
-bool PlotItem::PlotItem::isTopLabelVisible() const {
+bool PlotItem::isTopLabelVisible() const {
return _isTopLabelVisible;
}
-void PlotItem::PlotItem::setTopLabelVisible(bool visible) {
+void PlotItem::setTopLabelVisible(bool visible) {
_isTopLabelVisible = visible;
}
More information about the Kst
mailing list