All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <LegendProperties.h>
Public Types | |
enum | Properties { Legend } |
Public Member Functions | |
const SciFigs::Legend & | legend () |
LegendProperties (QWidget *parent=0) | |
void | setLegend (const SciFigs::Legend &legend) |
void | setPropertySections (LegendTable::PropertySections s=LegendTable::All) |
void | setReadOnlyText (bool ro) |
Brief description of class still missing.
Full description of class still missing
{Legend};
SciFigs::LegendProperties::LegendProperties | ( | QWidget * | parent = 0 | ) |
References QGpGuiTools::PropertyWidget::addProperty(), and TRACE.
: PropertyWidget(parent) { TRACE; setupUi(this); legendTable->setLegend(&_legend); oneColor->setChecked(true); addProperty(Legend, legendTable); }
const SciFigs::Legend& SciFigs::LegendProperties::legend | ( | ) | [inline] |
Referenced by ProcessStatus::changeLegend(), and setLegend().
{return _legend;}
void SciFigs::LegendProperties::setLegend | ( | const SciFigs::Legend & | legend | ) |
References SciFigs::Legend::count(), legend(), and TRACE.
Referenced by ProcessStatus::changeLegend(), and SciFigs::CurveBrowser::legend().
void SciFigs::LegendProperties::setPropertySections | ( | LegendTable::PropertySections | s = LegendTable::All | ) |
References TRACE.
Referenced by SciFigs::LegendWidget::addProperties(), ProcessStatus::changeLegend(), and SciFigs::CurveBrowser::legend().
{ TRACE; legendTable->setPropertySections(s); }
void SciFigs::LegendProperties::setReadOnlyText | ( | bool | ro | ) |
References TRACE.
Referenced by ProcessStatus::changeLegend(), and SciFigs::CurveBrowser::legend().
{ TRACE; penNumber->setEnabled(false); legendTable->setReadOnlyText(ro); }