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

#include <todoItem.h>

Inheritance diagram for todoItem:
XDialog Ui::todoItem QDialog ScriptablePrivate Ui_todoItem ScriptableWidget

Public Slots

int exec ()
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 

Public Member Functions

 todoItem (QWidget *parent=0, const char *name=0, bool modal=false, Qt::WindowFlags fl=0)
 
virtual Q_INVOKABLE ParameterList get () const
 
virtual Q_INVOKABLE int id ()
 
virtual void languageChange ()
 
void retranslateUi (QDialog *todoItem)
 
virtual SetResponse set (const ParameterList &pParams)
 
void setupUi (QDialog *todoItem)
 

Static Public Member Functions

static bool userHasPriv (const int=cView, const int=0)
 

Public Attributes

QCheckBox_active
 
Alarms_alarms
 
QWidget_alarmTab
 
DLineEdit_assigned
 
QLabel_assignedLit
 
UsernameCluster_assignedTo
 
QGroupBox_assignmentGroup
 
QDialogButtonBox * _buttonBox
 
ContactCluster_cntct
 
Comments_comments
 
QWidget_commentsTab
 
DLineEdit_completed
 
QLabel_completedLit
 
QWidget_contactTab
 
CRMAcctCluster_crmacct
 
QLabel_crmacctLit
 
QGroupBox_dateGroup
 
QRadioButton * _deferred
 
QLabel_descripLit
 
QLineEdit_description
 
Documents_documents
 
QWidget_documentsTab
 
DLineEdit_due
 
QLabel_dueLit
 
IncidentCluster_incident
 
QLabel_incidentLit
 
QLineEdit_name
 
QLabel_nameLit
 
QRadioButton * _neither
 
XTextEdit_notes
 
QWidget_notesTab
 
OpportunityCluster_ophead
 
QLabel_opheadLit
 
UsernameCluster_owner
 
QRadioButton * _pending
 
XComboBox_priority
 
QLabel_priorityLit
 
RecurrenceWidget_recurring
 
QWidget_relTab
 
DLineEdit_started
 
QLabel_startedLit
 
QGroupBox_statusGroup
 
QWidget_statusTab
 
QTabWidget * _tab
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout1
 
QGridLayout * gridLayout2
 
QGridLayout * gridLayout3
 
QGridLayout * gridLayout4
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_29
 
QGridLayout * gridLayout_3
 
QGridLayout * gridLayout_4
 
QGridLayout * gridLayout_5
 
QHBoxLayout * hboxLayout
 
QHBoxLayout * hboxLayout1
 
QHBoxLayout * hboxLayout2
 
QHBoxLayout * horizontalLayout
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QSpacerItem * spacerItem5
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 

Protected Slots

virtual void done (int)
 
virtual enum SetResponse postSet ()
 
virtual void saveSize ()
 
virtual void sClose ()
 
virtual void setViewMode ()
 
virtual void setVisible (bool)
 
virtual void sHandleIncident ()
 
virtual void sPopulate ()
 
virtual void sSave ()
 

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

◆ todoItem()

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

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.

◆ done

void todoItem::done ( int  result)
protectedvirtualslot

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ id()

int todoItem::id ( )
virtual

◆ languageChange()

void todoItem::languageChange ( )
virtual

◆ 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_todoItem::retranslateUi ( QDialog todoItem)
inlineinherited

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sClose

void todoItem::sClose ( )
protectedvirtualslot

◆ set()

enum SetResponse todoItem::set ( const ParameterList &  pParams)
virtual

Reimplemented from XDialog.

◆ setRememberPos

void XDialog::setRememberPos ( bool  b)
virtualslotinherited

◆ setRememberSize

void XDialog::setRememberSize ( bool  b)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_todoItem::setupUi ( QDialog todoItem)
inlineinherited

◆ setViewMode

void todoItem::setViewMode ( )
protectedvirtualslot

◆ setVisible

void todoItem::setVisible ( bool  visible)
protectedvirtualslot

◆ sHandleIncident

void todoItem::sHandleIncident ( )
protectedvirtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sPopulate

void todoItem::sPopulate ( )
protectedvirtualslot

◆ sSave

void todoItem::sSave ( )
protectedvirtualslot

◆ userHasPriv()

bool todoItem::userHasPriv ( const int  pMode = cView,
const int  pId = 0 
)
static

Member Data Documentation

◆ _active

QCheckBox* Ui_todoItem::_active
inherited

◆ _alarms

Alarms* Ui_todoItem::_alarms
inherited

◆ _alarmTab

QWidget* Ui_todoItem::_alarmTab
inherited

◆ _assigned

DLineEdit* Ui_todoItem::_assigned
inherited

◆ _assignedLit

QLabel* Ui_todoItem::_assignedLit
inherited

◆ _assignedTo

UsernameCluster* Ui_todoItem::_assignedTo
inherited

◆ _assignmentGroup

QGroupBox* Ui_todoItem::_assignmentGroup
inherited

◆ _buttonBox

QDialogButtonBox* Ui_todoItem::_buttonBox
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cntct

ContactCluster* Ui_todoItem::_cntct
inherited

◆ _comments

Comments* Ui_todoItem::_comments
inherited

◆ _commentsTab

QWidget* Ui_todoItem::_commentsTab
inherited

◆ _completed

DLineEdit* Ui_todoItem::_completed
inherited

◆ _completedLit

QLabel* Ui_todoItem::_completedLit
inherited

◆ _contactTab

QWidget* Ui_todoItem::_contactTab
inherited

◆ _crmacct

CRMAcctCluster* Ui_todoItem::_crmacct
inherited

◆ _crmacctLit

QLabel* Ui_todoItem::_crmacctLit
inherited

◆ _dateGroup

QGroupBox* Ui_todoItem::_dateGroup
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _deferred

QRadioButton* Ui_todoItem::_deferred
inherited

◆ _descripLit

QLabel* Ui_todoItem::_descripLit
inherited

◆ _description

QLineEdit* Ui_todoItem::_description
inherited

◆ _documents

Documents* Ui_todoItem::_documents
inherited

◆ _documentsTab

QWidget* Ui_todoItem::_documentsTab
inherited

◆ _due

DLineEdit* Ui_todoItem::_due
inherited

◆ _dueLit

QLabel* Ui_todoItem::_dueLit
inherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _incident

IncidentCluster* Ui_todoItem::_incident
inherited

◆ _incidentLit

QLabel* Ui_todoItem::_incidentLit
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _name

QLineEdit* Ui_todoItem::_name
inherited

◆ _nameLit

QLabel* Ui_todoItem::_nameLit
inherited

◆ _neither

QRadioButton* Ui_todoItem::_neither
inherited

◆ _notes

XTextEdit* Ui_todoItem::_notes
inherited

◆ _notesTab

QWidget* Ui_todoItem::_notesTab
inherited

◆ _ophead

OpportunityCluster* Ui_todoItem::_ophead
inherited

◆ _opheadLit

QLabel* Ui_todoItem::_opheadLit
inherited

◆ _owner

UsernameCluster* Ui_todoItem::_owner
inherited

◆ _pending

QRadioButton* Ui_todoItem::_pending
inherited

◆ _priority

XComboBox* Ui_todoItem::_priority
inherited

◆ _priorityLit

QLabel* Ui_todoItem::_priorityLit
inherited

◆ _recurring

RecurrenceWidget* Ui_todoItem::_recurring
inherited

◆ _relTab

QWidget* Ui_todoItem::_relTab
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _started

DLineEdit* Ui_todoItem::_started
inherited

◆ _startedLit

QLabel* Ui_todoItem::_startedLit
inherited

◆ _statusGroup

QGroupBox* Ui_todoItem::_statusGroup
inherited

◆ _statusTab

QWidget* Ui_todoItem::_statusTab
inherited

◆ _tab

QTabWidget* Ui_todoItem::_tab
inherited

◆ gridLayout

QGridLayout* Ui_todoItem::gridLayout
inherited

◆ gridLayout1

QGridLayout* Ui_todoItem::gridLayout1
inherited

◆ gridLayout2

QGridLayout* Ui_todoItem::gridLayout2
inherited

◆ gridLayout3

QGridLayout* Ui_todoItem::gridLayout3
inherited

◆ gridLayout4

QGridLayout* Ui_todoItem::gridLayout4
inherited

◆ gridLayout_2

QGridLayout* Ui_todoItem::gridLayout_2
inherited

◆ gridLayout_29

QGridLayout* Ui_todoItem::gridLayout_29
inherited

◆ gridLayout_3

QGridLayout* Ui_todoItem::gridLayout_3
inherited

◆ gridLayout_4

QGridLayout* Ui_todoItem::gridLayout_4
inherited

◆ gridLayout_5

QGridLayout* Ui_todoItem::gridLayout_5
inherited

◆ hboxLayout

QHBoxLayout* Ui_todoItem::hboxLayout
inherited

◆ hboxLayout1

QHBoxLayout* Ui_todoItem::hboxLayout1
inherited

◆ hboxLayout2

QHBoxLayout* Ui_todoItem::hboxLayout2
inherited

◆ horizontalLayout

QHBoxLayout* Ui_todoItem::horizontalLayout
inherited

◆ horizontalSpacer

QSpacerItem* Ui_todoItem::horizontalSpacer
inherited

◆ spacerItem

QSpacerItem* Ui_todoItem::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_todoItem::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_todoItem::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_todoItem::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_todoItem::spacerItem4
inherited

◆ spacerItem5

QSpacerItem* Ui_todoItem::spacerItem5
inherited

◆ vboxLayout

QVBoxLayout* Ui_todoItem::vboxLayout
inherited

◆ verticalLayout

QVBoxLayout* Ui_todoItem::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_todoItem::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_todoItem::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_todoItem::verticalSpacer_2
inherited

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

Generated on Mon May 3 2021 xTuple ERP Programmer Reference, Version 4.12.0 doxygen 1.8.17