return aNames;
}
-QColor HYDROData_Document::GetAssociatedColor(const QString& theStricklerType,
- const Handle(HYDROData_StricklerTable)& theTable)
+QColor HYDROData_Document::GetAssociatedColor( const QString& theStricklerType, const Handle(HYDROData_StricklerTable)& theTable ) const
{
if( !theTable.IsNull() && theTable->HasType( theStricklerType ) )
return theTable->GetColor( theStricklerType );
//! Sets default strickler coefficient
HYDRODATA_EXPORT void SetDefaultStricklerCoefficient( double ) const;
- HYDRODATA_EXPORT QColor HYDROData_Document::GetAssociatedColor(const QString& theStricklerType,
- const Handle(HYDROData_StricklerTable)& theTable);
+ HYDRODATA_EXPORT QColor GetAssociatedColor( const QString& theStricklerType, const Handle(HYDROData_StricklerTable)& theTable ) const;
protected:
friend class HYDROData_Iterator;
myCorrTableWidget->setHorizontalHeaderItem(0, aHeader_1);
myCorrTableWidget->setHorizontalHeaderItem(1, aHeader_2);
myCorrTableWidget->setHorizontalHeaderItem(2, aHeader_3);
- myCorrTableWidget->horizontalHeader()->setResizeMode(QHeaderView::ResizeMode::ResizeToContents);
+ myCorrTableWidget->horizontalHeader()->setResizeMode( QHeaderView::ResizeToContents );
//
for (int i = 0; i < aFCSize; i++)
{