X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FActorPropertiesQtDialog.cxx;fp=lib%2FcpPlugins%2FActorPropertiesQtDialog.cxx;h=87b41c69144d7d4fe478cc52a699fd64e8e1fea9;hb=f7d48d6061d5c8020f0614d19d12c1a9a9126948;hp=394c9081d885d3bd0d5c75b2544ce83639d908bf;hpb=9a9120ade4a750bfa451a0a2e193c55e43b2749c;p=cpPlugins.git diff --git a/lib/cpPlugins/ActorPropertiesQtDialog.cxx b/lib/cpPlugins/ActorPropertiesQtDialog.cxx index 394c908..87b41c6 100644 --- a/lib/cpPlugins/ActorPropertiesQtDialog.cxx +++ b/lib/cpPlugins/ActorPropertiesQtDialog.cxx @@ -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 ); }