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

#include <copyItem.h>

Inheritance diagram for copyItem:
XDialog Ui::copyItem QDialog ScriptablePrivate Ui_copyItem ScriptableWidget

Public Slots

virtual void clear ()
 
virtual void closeEvent (QCloseEvent *pEvent)
 
int exec ()
 
virtual void sAddBomitem ()
 
virtual void sAddItemsite ()
 
virtual void sCancel ()
 
virtual void sCopy ()
 
virtual void sCopyBom ()
 
virtual void sCopyItemsite ()
 
virtual void sEditBomitem ()
 
virtual void sEditItemsite ()
 
virtual enum SetResponse set (const ParameterList &pParams)
 
virtual void setRememberPos (bool)
 
virtual void setRememberSize (bool)
 
virtual void sFillBomitem ()
 
virtual void sFillItem ()
 
virtual void sFillItemsite ()
 
virtual void sNext ()
 
virtual void sRevokeBomitem ()
 
virtual void sRevokeItemsite ()
 
virtual void sUpdateItem ()
 

Public Member Functions

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

Public Attributes

QPushButton * _addBOM
 
XTreeWidget_addedbomitems
 
QLabel_addedbomitemsLit
 
XTreeWidget_addeditemsites
 
QLabel_addeditemsitesLit
 
QPushButton * _addItemsite
 
XTreeWidget_availablebomitems
 
QWidget_bomTab
 
QPushButton * _cancel
 
QPushButton * _close
 
QPushButton * _copy
 
XCheckBox_copyBOM
 
XCheckBox_copyItemsite
 
QWidget_itemsiteTab
 
XLineEdit_listCost
 
QLabel_listCostLit
 
XLineEdit_listPrice
 
QLabel_listPriceLit
 
QPushButton * _next
 
QStackedWidget * _pages
 
QPushButton * _revokeBOM
 
QPushButton * _revokeItemsite
 
XCheckBox_rollupPrices
 
XLineEdit_searchForBOM
 
QLabel_searchForLit
 
ItemCluster_source
 
QTabWidget * _tab
 
XLineEdit_targetItemDescrip
 
QLabel_targetItemDescripLit
 
XLineEdit_targetItemNumber
 
QLabel_targetItemNumberLit
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_2
 
QGridLayout * gridLayout_3
 
QHBoxLayout * horizontalLayout
 
QHBoxLayout * horizontalLayout_2
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QHBoxLayout * horizontalLayout_5
 
QHBoxLayout * horizontalLayout_7
 
QSpacerItem * horizontalSpacer
 
QSpacerItem * horizontalSpacer_2
 
QLabellblSourceItemLit
 
QWidgetpage
 
QWidgetpage_2
 
QSpacerItem * spacerItem
 
QSpacerItem * spacerItem1
 
QSpacerItem * spacerItem2
 
QSpacerItem * spacerItem3
 
QSpacerItem * spacerItem4
 
QVBoxLayout * vboxLayout
 
QVBoxLayout * vboxLayout1
 
QVBoxLayout * verticalLayout
 
QVBoxLayout * verticalLayout_10
 
QVBoxLayout * verticalLayout_11
 
QVBoxLayout * verticalLayout_12
 
QVBoxLayout * verticalLayout_2
 
QVBoxLayout * verticalLayout_3
 
QVBoxLayout * verticalLayout_4
 
QVBoxLayout * verticalLayout_5
 
QVBoxLayout * verticalLayout_7
 
QVBoxLayout * verticalLayout_8
 
QVBoxLayout * verticalLayout_9
 
QSpacerItem * verticalSpacer
 
QSpacerItem * verticalSpacer_2
 
QSpacerItem * verticalSpacer_3
 

Protected Slots

virtual void cancelCopy ()
 
virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 
virtual bool saveItem ()
 
virtual void saveSize ()
 

Protected Member Functions

virtual void callCloseEvent (QEvent *)
 
virtual enum SetResponse callSet (const ParameterList &)
 
virtual void callShowEvent (QEvent *)
 
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

◆ copyItem()

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

◆ ~copyItem()

copyItem::~copyItem ( )

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

◆ cancelCopy

void copyItem::cancelCopy ( )
protectedvirtualslot

◆ captive()

Q_INVOKABLE bool copyItem::captive ( ) const
inline

◆ clear

void copyItem::clear ( )
virtualslot

◆ closeEvent

void copyItem::closeEvent ( QCloseEvent *  pEvent)
virtualslot

◆ engine()

QScriptEngine * ScriptablePrivate::engine ( )
virtualinherited

Reimplemented from ScriptableWidget.

◆ exec

int XDialog::exec ( )
slotinherited

◆ get()

ParameterList XDialog::get ( ) const
virtualinherited

Implements ScriptablePrivate.

◆ id()

int copyItem::id ( ) const
virtual

◆ languageChange

void copyItem::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

◆ okToSave()

bool copyItem::okToSave ( )
virtual

◆ postSet

enum SetResponse XDialog::postSet ( )
protectedvirtualslotinherited

◆ retranslateUi()

void Ui_copyItem::retranslateUi ( QDialog copyItem)
inlineinherited

◆ sAddBomitem

void copyItem::sAddBomitem ( )
virtualslot

◆ sAddItemsite

void copyItem::sAddItemsite ( )
virtualslot

◆ saveItem

bool copyItem::saveItem ( )
protectedvirtualslot

◆ saveSize

void XDialog::saveSize ( )
protectedvirtualslotinherited

◆ sCancel

void copyItem::sCancel ( )
virtualslot

◆ sCopy

void copyItem::sCopy ( )
virtualslot

◆ sCopyBom

void copyItem::sCopyBom ( )
virtualslot

◆ sCopyItemsite

void copyItem::sCopyItemsite ( )
virtualslot

◆ sEditBomitem

void copyItem::sEditBomitem ( )
virtualslot

◆ sEditItemsite

void copyItem::sEditItemsite ( )
virtualslot

◆ set

enum SetResponse copyItem::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_copyItem::setupUi ( QDialog copyItem)
inlineinherited

◆ sFillBomitem

void copyItem::sFillBomitem ( )
virtualslot

◆ sFillItem

void copyItem::sFillItem ( )
virtualslot

◆ sFillItemsite

void copyItem::sFillItemsite ( )
virtualslot

◆ showEvent()

void XDialog::showEvent ( QShowEvent *  event)
protectedvirtualinherited

Reimplemented in externalShipping.

◆ sNext

void copyItem::sNext ( )
virtualslot

◆ sRevokeBomitem

void copyItem::sRevokeBomitem ( )
virtualslot

◆ sRevokeItemsite

void copyItem::sRevokeItemsite ( )
virtualslot

◆ sUpdateItem

void copyItem::sUpdateItem ( )
virtualslot

Member Data Documentation

◆ _addBOM

QPushButton* Ui_copyItem::_addBOM
inherited

◆ _addedbomitems

XTreeWidget* Ui_copyItem::_addedbomitems
inherited

◆ _addedbomitemsLit

QLabel* Ui_copyItem::_addedbomitemsLit
inherited

◆ _addeditemsites

XTreeWidget* Ui_copyItem::_addeditemsites
inherited

◆ _addeditemsitesLit

QLabel* Ui_copyItem::_addeditemsitesLit
inherited

◆ _addItemsite

QPushButton* Ui_copyItem::_addItemsite
inherited

◆ _availablebomitems

XTreeWidget* Ui_copyItem::_availablebomitems
inherited

◆ _bomTab

QWidget* Ui_copyItem::_bomTab
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _cancel

QPushButton* Ui_copyItem::_cancel
inherited

◆ _close

QPushButton* Ui_copyItem::_close
inherited

◆ _copy

QPushButton* Ui_copyItem::_copy
inherited

◆ _copyBOM

XCheckBox* Ui_copyItem::_copyBOM
inherited

◆ _copyItemsite

XCheckBox* Ui_copyItem::_copyItemsite
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _itemsiteTab

QWidget* Ui_copyItem::_itemsiteTab
inherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
inherited

◆ _listCost

XLineEdit* Ui_copyItem::_listCost
inherited

◆ _listCostLit

QLabel* Ui_copyItem::_listCostLit
inherited

◆ _listPrice

XLineEdit* Ui_copyItem::_listPrice
inherited

◆ _listPriceLit

QLabel* Ui_copyItem::_listPriceLit
inherited

◆ _next

QPushButton* Ui_copyItem::_next
inherited

◆ _pages

QStackedWidget* Ui_copyItem::_pages
inherited

◆ _rememberPos

QAction* ScriptablePrivate::_rememberPos
inherited

◆ _rememberSize

QAction* ScriptablePrivate::_rememberSize
inherited

◆ _revokeBOM

QPushButton* Ui_copyItem::_revokeBOM
inherited

◆ _revokeItemsite

QPushButton* Ui_copyItem::_revokeItemsite
inherited

◆ _rollupPrices

XCheckBox* Ui_copyItem::_rollupPrices
inherited

◆ _scriptLoaded

bool ScriptableWidget::_scriptLoaded
protectedinherited

◆ _searchForBOM

XLineEdit* Ui_copyItem::_searchForBOM
inherited

◆ _searchForLit

QLabel* Ui_copyItem::_searchForLit
inherited

◆ _self

QWidget* ScriptableWidget::_self
protectedinherited

◆ _showMe

QAction* ScriptablePrivate::_showMe
inherited

◆ _shown

bool ScriptablePrivate::_shown
inherited

◆ _source

ItemCluster* Ui_copyItem::_source
inherited

◆ _tab

QTabWidget* Ui_copyItem::_tab
inherited

◆ _targetItemDescrip

XLineEdit* Ui_copyItem::_targetItemDescrip
inherited

◆ _targetItemDescripLit

QLabel* Ui_copyItem::_targetItemDescripLit
inherited

◆ _targetItemNumber

XLineEdit* Ui_copyItem::_targetItemNumber
inherited

◆ _targetItemNumberLit

QLabel* Ui_copyItem::_targetItemNumberLit
inherited

◆ gridLayout

QGridLayout* Ui_copyItem::gridLayout
inherited

◆ gridLayout_2

QGridLayout* Ui_copyItem::gridLayout_2
inherited

◆ gridLayout_3

QGridLayout* Ui_copyItem::gridLayout_3
inherited

◆ horizontalLayout

QHBoxLayout* Ui_copyItem::horizontalLayout
inherited

◆ horizontalLayout_2

QHBoxLayout* Ui_copyItem::horizontalLayout_2
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_copyItem::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_copyItem::horizontalLayout_4
inherited

◆ horizontalLayout_5

QHBoxLayout* Ui_copyItem::horizontalLayout_5
inherited

◆ horizontalLayout_7

QHBoxLayout* Ui_copyItem::horizontalLayout_7
inherited

◆ horizontalSpacer

QSpacerItem* Ui_copyItem::horizontalSpacer
inherited

◆ horizontalSpacer_2

QSpacerItem* Ui_copyItem::horizontalSpacer_2
inherited

◆ lblSourceItemLit

QLabel* Ui_copyItem::lblSourceItemLit
inherited

◆ page

QWidget* Ui_copyItem::page
inherited

◆ page_2

QWidget* Ui_copyItem::page_2
inherited

◆ spacerItem

QSpacerItem* Ui_copyItem::spacerItem
inherited

◆ spacerItem1

QSpacerItem* Ui_copyItem::spacerItem1
inherited

◆ spacerItem2

QSpacerItem* Ui_copyItem::spacerItem2
inherited

◆ spacerItem3

QSpacerItem* Ui_copyItem::spacerItem3
inherited

◆ spacerItem4

QSpacerItem* Ui_copyItem::spacerItem4
inherited

◆ vboxLayout

QVBoxLayout* Ui_copyItem::vboxLayout
inherited

◆ vboxLayout1

QVBoxLayout* Ui_copyItem::vboxLayout1
inherited

◆ verticalLayout

QVBoxLayout* Ui_copyItem::verticalLayout
inherited

◆ verticalLayout_10

QVBoxLayout* Ui_copyItem::verticalLayout_10
inherited

◆ verticalLayout_11

QVBoxLayout* Ui_copyItem::verticalLayout_11
inherited

◆ verticalLayout_12

QVBoxLayout* Ui_copyItem::verticalLayout_12
inherited

◆ verticalLayout_2

QVBoxLayout* Ui_copyItem::verticalLayout_2
inherited

◆ verticalLayout_3

QVBoxLayout* Ui_copyItem::verticalLayout_3
inherited

◆ verticalLayout_4

QVBoxLayout* Ui_copyItem::verticalLayout_4
inherited

◆ verticalLayout_5

QVBoxLayout* Ui_copyItem::verticalLayout_5
inherited

◆ verticalLayout_7

QVBoxLayout* Ui_copyItem::verticalLayout_7
inherited

◆ verticalLayout_8

QVBoxLayout* Ui_copyItem::verticalLayout_8
inherited

◆ verticalLayout_9

QVBoxLayout* Ui_copyItem::verticalLayout_9
inherited

◆ verticalSpacer

QSpacerItem* Ui_copyItem::verticalSpacer
inherited

◆ verticalSpacer_2

QSpacerItem* Ui_copyItem::verticalSpacer_2
inherited

◆ verticalSpacer_3

QSpacerItem* Ui_copyItem::verticalSpacer_3
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