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

#include <todoListCalendar.h>

Inheritance diagram for todoListCalendar:
XWidget Ui::todoListCalendar QWidget ScriptablePrivate Ui_todoListCalendar ScriptableWidget

Public Slots

void languageChange ()
 
void sDelete ()
 
void sEdit ()
 
void sEditCustomer ()
 
void sEditTask ()
 
void sFillList ()
 
void sFillList (const QDate &)
 
void sNew ()
 
void sNewTask ()
 
void sOpen ()
 
void sView ()
 
void sViewCustomer ()
 
void sViewTask ()
 

Public Member Functions

 todoListCalendar (QWidget *parent=0, const char *=0, Qt::WindowFlags f=0)
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QWidget *todoListCalendar)
 
virtual SetResponse set (const ParameterList &)
 
void setParams (ParameterList &)
 
void setupUi (QWidget *todoListCalendar)
 

Public Attributes

XCheckBox_active
 
QPushButton * _close
 
XCheckBox_completed
 
QGraphicsView * _gview
 
XTreeWidget_list
 
ParameterGroup_usr
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_2
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 

Protected Slots

virtual enum SetResponse postSet ()
 
void sPopulateMenu (QMenu *)
 

Protected Member Functions

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

Protected Attributes

QScriptEngineDebugger * _debugger
 
QScriptEngine * _engine
 
QDate _lastDate
 
ParameterList _lastSetParams
 
int _myUsrId
 
QAction_rememberPos
 
QAction_rememberSize
 
bool _scriptLoaded
 
QWidget_self
 
QAction_showMe
 
bool _shown
 
CalendarGraphicsItemcalendar
 

Static Protected Attributes

static ScriptCache_cache
 
static GuiClientInterface_guiClientInterface
 

Constructor & Destructor Documentation

◆ todoListCalendar()

todoListCalendar::todoListCalendar ( QWidget parent = 0,
const char *  name = 0,
Qt::WindowFlags  f = 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 XWidget::closeEvent ( QCloseEvent *  event)
protectedinherited

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ get()

ParameterList XWidget::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ languageChange

void todoListCalendar::languageChange ( )
slot

◆ 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 XWidget::postSet ( )
protectedvirtualslotinherited

◆ resizeEvent()

void todoListCalendar::resizeEvent ( QResizeEvent *  event)
protected

◆ retranslateUi()

void Ui_todoListCalendar::retranslateUi ( QWidget todoListCalendar)
inlineinherited

◆ sDelete

void todoListCalendar::sDelete ( )
slot

◆ sEdit

void todoListCalendar::sEdit ( )
slot

◆ sEditCustomer

void todoListCalendar::sEditCustomer ( )
slot

◆ sEditTask

void todoListCalendar::sEditTask ( )
slot

◆ set()

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

Reimplemented from XWidget.

◆ setParams()

void todoListCalendar::setParams ( ParameterList &  params)

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_todoListCalendar::setupUi ( QWidget todoListCalendar)
inlineinherited

◆ sFillList [1/2]

void todoListCalendar::sFillList ( )
slot

◆ sFillList [2/2]

void todoListCalendar::sFillList ( const QDate &  date)
slot

◆ showEvent()

void todoListCalendar::showEvent ( QShowEvent *  event)
protected

◆ sNew

void todoListCalendar::sNew ( )
slot

◆ sNewTask

void todoListCalendar::sNewTask ( )
slot

◆ sOpen

void todoListCalendar::sOpen ( )
slot

◆ sPopulateMenu

void todoListCalendar::sPopulateMenu ( QMenu *  pMenu)
protectedslot

◆ sView

void todoListCalendar::sView ( )
slot

◆ sViewCustomer

void todoListCalendar::sViewCustomer ( )
slot

◆ sViewTask

void todoListCalendar::sViewTask ( )
slot

Member Data Documentation

◆ _active

XCheckBox* Ui_todoListCalendar::_active
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _close

QPushButton* Ui_todoListCalendar::_close
inherited

◆ _completed

XCheckBox* Ui_todoListCalendar::_completed
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _gview

QGraphicsView* Ui_todoListCalendar::_gview
inherited

◆ _lastDate

QDate todoListCalendar::_lastDate
protected

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _list

XTreeWidget* Ui_todoListCalendar::_list
inherited

◆ _myUsrId

int todoListCalendar::_myUsrId
protected

◆ _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

◆ _usr

ParameterGroup* Ui_todoListCalendar::_usr
inherited

◆ calendar

CalendarGraphicsItem* todoListCalendar::calendar
protected

◆ horizontalLayout

QHBoxLayout* Ui_todoListCalendar::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_todoListCalendar::horizontalLayout_2
inherited

◆ vboxLayout

QVBoxLayout* Ui_todoListCalendar::vboxLayout
inherited

◆ verticalLayout

QVBoxLayout* Ui_todoListCalendar::verticalLayout
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_todoListCalendar::verticalLayout_2
inherited

◆ verticalSpacer

QSpacerItem* Ui_todoListCalendar::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_todoListCalendar::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