All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <ChronogramProperties.h>
Public Types | |
enum | Properties { MinimumGap } |
Public Member Functions | |
ChronogramProperties (QWidget *parent=0) | |
void | setLayer (ChronogramLayer *layer) |
Brief description of class still missing.
Full description of class still missing
{MinimumGap};
GeopsyGui::ChronogramProperties::ChronogramProperties | ( | QWidget * | parent = 0 | ) |
Description of constructor still missing
References QGpGuiTools::PropertyWidget::addProperty(), MinimumGap, and TRACE.
: PropertyWidget(parent) { TRACE; setupUi(this); _layer=0; // Create properties addProperty(MinimumGap, minimumGap); }
void GeopsyGui::ChronogramProperties::setLayer | ( | ChronogramLayer * | layer | ) |
References TRACE.
Referenced by GeopsyGui::ChronogramLayer::addProperties().
{ TRACE; if(_layer) { exportButton->setEnabled(false); } else { _layer=layer; } }