MeVisLab Scripting Reference
MLABDateTimeControl Class Reference

#include <mlabDateTimeControl.h>

Inherits MLABSimpleWidgetControl.

Public Slots

Scripting access
QDateTime dateTime () const
QTime time () const
QDate date () const
QString value () const
void setDateTime (const QDateTime &dateTime)
void setTime (const QTime &time)
void setDate (const QDate &date)
void setValue (const QString &value)
bool editable () const
Public Slots inherited from MLABWidgetControl
void adjustSize ()
virtual void setEnabled (bool flag)
virtual void setVisible (bool flag)
virtual bool isVisible ()
virtual void setFocus ()
virtual bool hasFocus ()
virtual void setToolTip (const QString &string)
virtual void setWhatsThis (const QString &string)
void displayWhatsThis ()
void displayWhatsThis (const QString &text)
virtual void setTitle (const QString &)
QWidget * widget ()
QLayout * layout ()
virtual QString windowHandle ()
virtual bool createScreenshot (const QString &filename, bool grabFromScreen=true, bool scaleToLowRes=false)
bool isReloadable () const
void reload (MLABTree *tree)
QString createGlobalScreenshot ()
QString applicationName ()
QSize size ()
int width ()
int height ()
int minWidth ()
int minHeight ()
int maxWidth ()
int maxHeight ()
virtual void setMinWidth (int s)
virtual void setMinHeight (int s)
void setMaxWidth (int s)
void setMaxHeight (int s)
QSize sizeHint ()
QSize minSize ()
QSize maxSize ()
void setMinSize (QSize size)
void setMaxSize (QSize size)
void updateLayout ()
int windowID ()
MLABWidgetControlcontrol (const QString &name)
float scaleFactor ()
MLABModulemodule ()
QString getType ()
QString getName ()
bool acceptDrops ()
void setAcceptDrops (bool flag)
void raiseWidget ()
void setStyleSheetFromString (const QString &styleSheetText)
void setStyleSheetFromFile (const QString &styleSheetFileName)
MLABTreetree ()
void updateMaxSize ()
bool expandX ()
bool expandY ()
MLABTreePtr getDefaultTagValues () const
virtual bool hasUncommittedChanges () const
virtual void applyUncommittedChanges ()
virtual void revertUncommittedChanges ()
MLABFieldfield () const

Signals

void dateTimeChanged ()

Detailed Description

A control for displaying/editing date/time.

Member Function Documentation

◆ date

QDate MLABDateTimeControl::date ( ) const
slot

Import PythonQt.QtCore to use QDate in Python scripting.

Referenced by setDate().

◆ dateTime

QDateTime MLABDateTimeControl::dateTime ( ) const
slot

Import PythonQt.QtCore to use QDateTime in Python scripting.

Referenced by setDateTime().

◆ dateTimeChanged

void MLABDateTimeControl::dateTimeChanged ( )
signal

Emitted when the date or the time of the control changes.

References MLABWidgetControl::field().

◆ editable

bool MLABDateTimeControl::editable ( ) const
slot

Is the value editable?

◆ setDate

void MLABDateTimeControl::setDate ( const QDate & date)
slot

Import PythonQt.QtCore to use QDate in Python scripting.

References date().

◆ setDateTime

void MLABDateTimeControl::setDateTime ( const QDateTime & dateTime)
slot

Import PythonQt.QtCore to use QDateTime in Python scripting.

References dateTime().

◆ setTime

void MLABDateTimeControl::setTime ( const QTime & time)
slot

Import PythonQt.QtCore to use QTime in Python scripting.

References time().

◆ setValue

void MLABDateTimeControl::setValue ( const QString & value)
slot

The format depends on the format tag given in the MDL description.

References value().

◆ time

QTime MLABDateTimeControl::time ( ) const
slot

Import PythonQt.QtCore to use QTime in Python scripting.

Referenced by setTime().

◆ value

QString MLABDateTimeControl::value ( ) const
slot

The format depends on the format tag given in the MDL description.

Referenced by setValue().