]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/ActorPropertiesQtDialog.cxx
...
[cpPlugins.git] / lib / cpPlugins / ActorPropertiesQtDialog.cxx
index 394c9081d885d3bd0d5c75b2544ce83639d908bf..87b41c69144d7d4fe478cc52a699fd64e8e1fea9 100644 (file)
@@ -134,6 +134,26 @@ _configureForAxes( )
   title << "Parameters for an object of class \"Axes\"";
   this->m_Title->setText( title.str( ).c_str( ) );
 
+  /*
+    vtkAxesActor axes
+    178   axes SetShaftTypeToCylinder
+    179   axes SetXAxisLabelText "x"
+    180   axes SetYAxisLabelText "y"
+    181   axes SetZAxisLabelText "z"
+    182   axes SetTotalLength 1.5 1.5 1.5
+    183   vtkTextProperty tprop
+    184   tprop ItalicOn
+    185   tprop ShadowOn
+    186   tprop SetFontFamilyToTimes
+    187   [ axes GetXAxisCaptionActor2D ] SetCaptionTextProperty tprop
+    188   vtkTextProperty tprop2
+    189   tprop2 ShallowCopy tprop
+    190   [ axes GetYAxisCaptionActor2D ] SetCaptionTextProperty tprop2
+    191   vtkTextProperty tprop3
+    192   tprop3 ShallowCopy tprop
+    193   [ axes GetZAxisCaptionActor2D ] SetCaptionTextProperty tprop3
+  */
+
   return( true );
 }