//---------------------------------------------------------------
VISU::ColoredPrs3d_i::
ColoredPrs3d_i(EPublishInStudyMode thePublishInStudyMode) :
- myPublishInStudyMode(thePublishInStudyMode),
- myIsTimeStampFixed(thePublishInStudyMode == EPublishUnderTimeStamp),
+ myIsRestored(true),
+ myRestoringSObject( SALOMEDS::SObject::_nil() ),
myEntity( VISU::Entity( -1 ) ),
myPreviousEntity( VISU::Entity( -1 ) ),
myTimeStampNumber( -1 ),
myPreviousTimeStampNumber( -1 ),
+ myIsTimeStampFixed(thePublishInStudyMode == EPublishUnderTimeStamp),
+ myPublishInStudyMode(thePublishInStudyMode),
myIsUnits( true ),
+ myNumberOfLabels( -1 ),
myOrientation( VISU::ColoredPrs3dBase::HORIZONTAL ),
+ //myPosition[2], myWidth, myHeight, myTitleWidth, myTitleHeight,
+ //myLabelWidth, myLabelHeight, myBarWidth, myBarHeight,
+ //myIsBoldTitle, myIsItalicTitle, myIsShadowTitle, myTitFontType, myTitleColor[3],
+ //myIsBoldLabel, myIsItalicLabel, myIsShadowLabel, myLblFontType, myLabelColor[3],
myColoredPL(NULL),
myIsFixedRange(false),
- myIsRestored(true)/* RKV : Begin*/,
- myIsDistributionVisible(false)/* RKV : End*/
+ myIsDistributionVisible(false)
{}
//---------------------------------------------------------------