List of all members | Public Slots | Public Member Functions | Public Attributes | Protected Slots | Protected Member Functions | Protected Attributes | Static Protected Attributes
rescheduleWo Class Reference

#include <rescheduleWo.h>

Inheritance diagram for rescheduleWo:
XDialog Ui::rescheduleWo QDialog ScriptablePrivate Ui_rescheduleWo ScriptableWidget

Public Slots

int exec ()
 
virtual SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sReschedule ()
 

Public Member Functions

 rescheduleWo (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 
 ~rescheduleWo ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QDialog *rescheduleWo)
 
void setupUi (QDialog *rescheduleWo)
 

Public Attributes

XCheckBox_changeChildren
 
QPushButton * _close
 
XComboBox_cmnttype
 
QLabel_cmnttypeLit
 
XTextEdit_comment
 
QGroupBox_commentGroup
 
DLineEdit_currentDueDate
 
QLabel_currentLit
 
DLineEdit_currentStartDate
 
QLabel_dueDateLit
 
DLineEdit_newDueDate
 
DLineEdit_newStartDate
 
XCheckBox_postComment
 
QPushButton * _reschedule
 
QLabel_rescheduledLit
 
QLabel_startDateLit
 
WoCluster_wo
 
QGridLayout * gridLayout
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * hboxLayout3
 
QHBoxLayout * hboxLayout4
 
QHBoxLayout * hboxLayout5
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * vboxLayout2
 
QVBoxLayout * vboxLayout3
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 

Protected Member Functions

virtual void callCloseEvent (QEvent *)
 
virtual enum SetResponse callSet (const ParameterList &)
 
virtual void callShowEvent (QEvent *)
 
virtual void closeEvent (QCloseEvent *event)
 
virtual QScriptEngine * engine ()
 
virtual void loadScript (const QString &oName)
 
virtual void loadScript (const QStringList &list)
 
virtual void loadScriptEngine ()
 
virtual Q_INVOKABLE bool setScriptableParams (ParameterList &)
 
virtual void showEvent (QShowEvent *event)
 

Protected Attributes

QScriptEngineDebugger * _debugger
 
QScriptEngine * _engine
 
ParameterList _lastSetParams
 
QAction_rememberPos
 
QAction_rememberSize
 
bool _scriptLoaded
 
QWidget_self
 
QAction_showMe
 
bool _shown
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ rescheduleWo()

rescheduleWo::rescheduleWo ( QWidget parent = 0,
const char *  name = 0,
bool  modal = false,
Qt::WindowFlags  fl = 0 
)

◆ ~rescheduleWo()

rescheduleWo::~rescheduleWo ( )

Member Function Documentation

◆ callCloseEvent()

void ScriptablePrivate::callCloseEvent ( QEvent *  event)
virtualinherited

◆ callSet()

enum SetResponse ScriptablePrivate::callSet ( const ParameterList &  params)
virtualinherited

◆ callShowEvent()

void ScriptablePrivate::callShowEvent ( QEvent *  event)
virtualinherited

◆ closeEvent()

void XDialog::closeEvent ( QCloseEvent *  event)
protectedvirtualinherited

Reimplemented in voucherItem, contact, and taxAuthority.

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void rescheduleWo::languageChange ( )
protectedvirtualslot

◆ loadScript() [1/2]

void ScriptableWidget::loadScript ( const QString &  oName)
virtualinherited

◆ loadScript() [2/2]

void ScriptableWidget::loadScript ( const QStringList &  list)
virtualinherited

◆ loadScriptEngine()

void ScriptableWidget::loadScriptEngine ( )
virtualinherited

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_rescheduleWo::retranslateUi ( QDialog rescheduleWo)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ set

enum SetResponse rescheduleWo::set ( const ParameterList &  pParams)
virtualslot

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_rescheduleWo::setupUi ( QDialog rescheduleWo)
inlineinherited

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sReschedule

void rescheduleWo::sReschedule ( )
virtualslot

Member Data Documentation

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _changeChildren

XCheckBox* Ui_rescheduleWo::_changeChildren
inherited

◆ _close

QPushButton* Ui_rescheduleWo::_close
inherited

◆ _cmnttype

XComboBox* Ui_rescheduleWo::_cmnttype
inherited

◆ _cmnttypeLit

QLabel* Ui_rescheduleWo::_cmnttypeLit
inherited

◆ _comment

XTextEdit* Ui_rescheduleWo::_comment
inherited

◆ _commentGroup

QGroupBox* Ui_rescheduleWo::_commentGroup
inherited

◆ _currentDueDate

DLineEdit* Ui_rescheduleWo::_currentDueDate
inherited

◆ _currentLit

QLabel* Ui_rescheduleWo::_currentLit
inherited

◆ _currentStartDate

DLineEdit* Ui_rescheduleWo::_currentStartDate
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _dueDateLit

QLabel* Ui_rescheduleWo::_dueDateLit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _newDueDate

DLineEdit* Ui_rescheduleWo::_newDueDate
inherited

◆ _newStartDate

DLineEdit* Ui_rescheduleWo::_newStartDate
inherited

◆ _postComment

XCheckBox* Ui_rescheduleWo::_postComment
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _reschedule

QPushButton* Ui_rescheduleWo::_reschedule
inherited

◆ _rescheduledLit

QLabel* Ui_rescheduleWo::_rescheduledLit
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _startDateLit

QLabel* Ui_rescheduleWo::_startDateLit
inherited

◆ _wo

WoCluster* Ui_rescheduleWo::_wo
inherited

◆ gridLayout

QGridLayout* Ui_rescheduleWo::gridLayout
inherited

◆ hboxLayout

QHBoxLayout* Ui_rescheduleWo::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_rescheduleWo::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_rescheduleWo::hboxLayout2
inherited

◆ hboxLayout3

QHBoxLayout* Ui_rescheduleWo::hboxLayout3
inherited

◆ hboxLayout4

QHBoxLayout* Ui_rescheduleWo::hboxLayout4
inherited

◆ hboxLayout5

QHBoxLayout* Ui_rescheduleWo::hboxLayout5
inherited

◆ spacerItem

QSpacerItem* Ui_rescheduleWo::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_rescheduleWo::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_rescheduleWo::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_rescheduleWo::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_rescheduleWo::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_rescheduleWo::spacerItem5
inherited

◆ vboxLayout

QVBoxLayout* Ui_rescheduleWo::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_rescheduleWo::vboxLayout1
inherited

◆ vboxLayout2

QVBoxLayout* Ui_rescheduleWo::vboxLayout2
inherited

◆ vboxLayout3

QVBoxLayout* Ui_rescheduleWo::vboxLayout3
inherited

The documentation for this class was generated from the following files:

Generated on Fri Apr 9 2021 xTuple ERP Programmer Reference, Version 6.0.0 doxygen 1.8.17