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

Configuration UI for the Authorize.Net credit card processor. More...

#include <configauthorizedotnetprocessor.h>

Inheritance diagram for ConfigAuthorizeDotNetProcessor:
ConfigCreditCardProcessor Ui::ConfigAuthorizeDotNetProcessor XWidget Ui_ConfigAuthorizeDotNetProcessor QWidget ScriptablePrivate ScriptableWidget

Public Slots

virtual void sDuplicateWindow (int)
 
virtual enum SetResponse set (const ParameterList &)
 
virtual bool sSave ()
 

Public Member Functions

 ConfigAuthorizeDotNetProcessor (QWidget *parent=0, Qt::WindowFlags flags=0)
 
virtual ~ConfigAuthorizeDotNetProcessor ()
 
virtual Q_INVOKABLE ParameterList get () const
 
void retranslateUi (QWidget *ConfigAuthorizeDotNetProcessor)
 
void setupUi (QWidget *ConfigAuthorizeDotNetProcessor)
 

Public Attributes

QGridLayout * _2
 
QGroupBox_anCheckSigKey
 
QGroupBox_anCurrencyGroup
 
QLabel_anCurrFixedLit
 
XComboBox_anCurrFixedValue
 
QLineEdit_anDelim
 
QLabel_anDelimLit
 
QSpinBox_anDuplicateWindow
 
QLabel_anDuplicateWindowAsHMS
 
QLabel_anDuplicateWindowLit
 
QLineEdit_anEncap
 
QLabel_anEncapLit
 
QGroupBox_anExtrasGroup
 
XCheckBox_anIgnoreSSLErrors
 
QLineEdit_anSigKey
 
QRadioButton * _anSigKeyFail
 
QLabel_anSigKeyLit
 
QRadioButton * _anSigKeyWarn
 
QCheckBox_anUsingWellsFargoSecureSource
 
QComboBox_anVersion
 
QLabel_anVersionLit
 
QLabel_ccYPLit_2
 
QGridLayout * gridLayout
 
QGridLayout * gridLayout_8
 
QGridLayout * gridLayout_9
 
QHBoxLayout * horizontalLayout_3
 
QHBoxLayout * horizontalLayout_4
 
QHBoxLayout * horizontalLayout_5
 
QSpacerItem * horizontalSpacer_4
 
QSpacerItem * horizontalSpacer_5
 
QSpacerItem * horizontalSpacer_6
 
QSpacerItem * verticalSpacer_2
 

Protected Slots

virtual void languageChange ()
 
virtual enum SetResponse postSet ()
 

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 ()
 
virtual Q_INVOKABLE bool setScriptableParams (ParameterList &)
 
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
 

Detailed Description

Configuration UI for the Authorize.Net credit card processor.

Constructor & Destructor Documentation

◆ ConfigAuthorizeDotNetProcessor()

ConfigAuthorizeDotNetProcessor::ConfigAuthorizeDotNetProcessor ( QWidget parent = 0,
Qt::WindowFlags  flags = 0 
)

◆ ~ConfigAuthorizeDotNetProcessor()

ConfigAuthorizeDotNetProcessor::~ConfigAuthorizeDotNetProcessor ( )
virtual

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

◆ retranslateUi()

void Ui_ConfigAuthorizeDotNetProcessor::retranslateUi ( QWidget ConfigAuthorizeDotNetProcessor)
inlineinherited

◆ sDuplicateWindow

void ConfigAuthorizeDotNetProcessor::sDuplicateWindow ( int  p)
virtualslot

◆ set

enum SetResponse XWidget::set ( const ParameterList &  pParams)
virtualslotinherited

◆ setScriptableParams()

bool ScriptableWidget::setScriptableParams ( ParameterList &  params)
virtualinherited

◆ setupUi()

void Ui_ConfigAuthorizeDotNetProcessor::setupUi ( QWidget ConfigAuthorizeDotNetProcessor)
inlineinherited

◆ showEvent()

void XWidget::showEvent ( QShowEvent *  event)
protectedinherited

◆ sSave

bool ConfigAuthorizeDotNetProcessor::sSave ( )
virtualslot

Member Data Documentation

◆ _2

QGridLayout* Ui_ConfigAuthorizeDotNetProcessor::_2
inherited

◆ _anCheckSigKey

QGroupBox* Ui_ConfigAuthorizeDotNetProcessor::_anCheckSigKey
inherited

◆ _anCurrencyGroup

QGroupBox* Ui_ConfigAuthorizeDotNetProcessor::_anCurrencyGroup
inherited

◆ _anCurrFixedLit

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anCurrFixedLit
inherited

◆ _anCurrFixedValue

XComboBox* Ui_ConfigAuthorizeDotNetProcessor::_anCurrFixedValue
inherited

◆ _anDelim

QLineEdit* Ui_ConfigAuthorizeDotNetProcessor::_anDelim
inherited

◆ _anDelimLit

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anDelimLit
inherited

◆ _anDuplicateWindow

QSpinBox* Ui_ConfigAuthorizeDotNetProcessor::_anDuplicateWindow
inherited

◆ _anDuplicateWindowAsHMS

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anDuplicateWindowAsHMS
inherited

◆ _anDuplicateWindowLit

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anDuplicateWindowLit
inherited

◆ _anEncap

QLineEdit* Ui_ConfigAuthorizeDotNetProcessor::_anEncap
inherited

◆ _anEncapLit

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anEncapLit
inherited

◆ _anExtrasGroup

QGroupBox* Ui_ConfigAuthorizeDotNetProcessor::_anExtrasGroup
inherited

◆ _anIgnoreSSLErrors

XCheckBox* Ui_ConfigAuthorizeDotNetProcessor::_anIgnoreSSLErrors
inherited

◆ _anSigKey

QLineEdit* Ui_ConfigAuthorizeDotNetProcessor::_anSigKey
inherited

◆ _anSigKeyFail

QRadioButton* Ui_ConfigAuthorizeDotNetProcessor::_anSigKeyFail
inherited

◆ _anSigKeyLit

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anSigKeyLit
inherited

◆ _anSigKeyWarn

QRadioButton* Ui_ConfigAuthorizeDotNetProcessor::_anSigKeyWarn
inherited

◆ _anUsingWellsFargoSecureSource

QCheckBox* Ui_ConfigAuthorizeDotNetProcessor::_anUsingWellsFargoSecureSource
inherited

◆ _anVersion

QComboBox* Ui_ConfigAuthorizeDotNetProcessor::_anVersion
inherited

◆ _anVersionLit

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_anVersionLit
inherited

◆ _cache

ScriptCache * ScriptableWidget::_cache
staticprotectedinherited

◆ _ccYPLit_2

QLabel* Ui_ConfigAuthorizeDotNetProcessor::_ccYPLit_2
inherited

◆ _debugger

QScriptEngineDebugger* ScriptableWidget::_debugger
protectedinherited

◆ _engine

QScriptEngine* ScriptableWidget::_engine
protectedinherited

◆ _guiClientInterface

GuiClientInterface * ScriptableWidget::_guiClientInterface
staticinherited

◆ _lastSetParams

ParameterList ScriptablePrivate::_lastSetParams
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

◆ gridLayout

QGridLayout* Ui_ConfigAuthorizeDotNetProcessor::gridLayout
inherited

◆ gridLayout_8

QGridLayout* Ui_ConfigAuthorizeDotNetProcessor::gridLayout_8
inherited

◆ gridLayout_9

QGridLayout* Ui_ConfigAuthorizeDotNetProcessor::gridLayout_9
inherited

◆ horizontalLayout_3

QHBoxLayout* Ui_ConfigAuthorizeDotNetProcessor::horizontalLayout_3
inherited

◆ horizontalLayout_4

QHBoxLayout* Ui_ConfigAuthorizeDotNetProcessor::horizontalLayout_4
inherited

◆ horizontalLayout_5

QHBoxLayout* Ui_ConfigAuthorizeDotNetProcessor::horizontalLayout_5
inherited

◆ horizontalSpacer_4

QSpacerItem* Ui_ConfigAuthorizeDotNetProcessor::horizontalSpacer_4
inherited

◆ horizontalSpacer_5

QSpacerItem* Ui_ConfigAuthorizeDotNetProcessor::horizontalSpacer_5
inherited

◆ horizontalSpacer_6

QSpacerItem* Ui_ConfigAuthorizeDotNetProcessor::horizontalSpacer_6
inherited

◆ verticalSpacer_2

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