mainwindow.cpp
changeset 732 b77b56f707f1
parent 727 96402b172173
child 735 84ae10f6e3a3
     1.1 --- a/mainwindow.cpp	Wed Dec 10 13:10:35 2008 +0000
     1.2 +++ b/mainwindow.cpp	Mon Jan 05 16:31:38 2009 +0000
     1.3 @@ -3355,6 +3355,16 @@
     1.4  
     1.5  }
     1.6  
     1.7 +bool Main::isAliased()
     1.8 +{
     1.9 +	return actionViewToggleAntiAlias->isOn();
    1.10 +}
    1.11 +
    1.12 +bool Main::hasSmoothPixmapTransform()
    1.13 +{
    1.14 +	return actionViewToggleSmoothPixmapTransform->isOn();
    1.15 +}
    1.16 +
    1.17  void Main::windowToggleSmoothPixmap()
    1.18  {
    1.19  	bool b=actionViewToggleSmoothPixmapTransform->isOn();