• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Products
    • Automation Designer
    • HMI Designer
    • Maritime HMIs
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

  • GUI - CDP Widgets
  • CDPBasePadLauncher

CDPBasePadLauncher Class

Header: #include <CDPBasePadLauncher>
Inherited By:

CDPBaseButton and CDPBaseLineEdit

  • List of all members, including inherited members

Public Types

enum GlobalDialog { None, NumPad, KeyPad, PinPad }

Public Functions

virtual ~CDPBasePadLauncher()
virtual void acceptedValue(double value) = 0
virtual void acceptedValue(QString value) = 0
virtual void configureGlobals(IQtCDP *pIQtCDP)
virtual bool handleEvent(QEvent *event)
virtual bool isPinPad()
virtual bool isPinProtected()
virtual QString keyPadDisplayText()
virtual QLineEdit::EchoMode keyPadEchoMode()
virtual QString keyPadInfoText1()
virtual QString keyPadInfoText2()
virtual double keyPadMaxValue()
virtual double keyPadMinValue()
virtual QString keyPadTitle()
virtual CDPBasePadLauncher::GlobalDialog keyPadType()
virtual double pinCode()
virtual int pinPadTimeout()
virtual void restartPinPadTimer()
virtual void setKeyPadInfoText1(QString text)
virtual void setKeyPadInfoText2(QString text)
virtual void setKeyPadMaxValue(double value)
virtual void setKeyPadMinValue(double value)
virtual void setKeyPadTitle(QString title)
virtual void setKeyPadType(CDPBasePadLauncher::GlobalDialog dialog)
virtual void setPinCode(double pin)
virtual void setPinPadTimeout(int sec)
virtual void updateRangeToSupportValue(double value)

Protected Functions

virtual bool ignorePin()

Detailed Description

Member Type Documentation

enum CDPBasePadLauncher::GlobalDialog

This enum type specifies a dialog type:

ConstantValueDescription
CDPBasePadLauncher::None0x00000000Do not use a global dialog.
CDPBasePadLauncher::NumPad0x00000001A numeric key pad.
CDPBasePadLauncher::KeyPad0x00000002A key pad with for numbers and letters.
CDPBasePadLauncher::PinPad0x00000003A num pad for typing passwords.

Member Function Documentation

[virtual] CDPBasePadLauncher::~CDPBasePadLauncher()

Destroys the instance of CDPBasePadLauncher. The destructor is virtual.

[pure virtual] void CDPBasePadLauncher::acceptedValue(double value)

[pure virtual] void CDPBasePadLauncher::acceptedValue(QString value)

[virtual] void CDPBasePadLauncher::configureGlobals(IQtCDP *pIQtCDP)

[virtual] bool CDPBasePadLauncher::handleEvent(QEvent *event)

[virtual protected] bool CDPBasePadLauncher::ignorePin()

[virtual] bool CDPBasePadLauncher::isPinPad()

[virtual] bool CDPBasePadLauncher::isPinProtected()

[virtual] QString CDPBasePadLauncher::keyPadDisplayText()

[virtual] QLineEdit::EchoMode CDPBasePadLauncher::keyPadEchoMode()

[virtual] QString CDPBasePadLauncher::keyPadInfoText1()

See also setKeyPadInfoText1().

[virtual] QString CDPBasePadLauncher::keyPadInfoText2()

See also setKeyPadInfoText2().

[virtual] double CDPBasePadLauncher::keyPadMaxValue()

See also setKeyPadMaxValue().

[virtual] double CDPBasePadLauncher::keyPadMinValue()

See also setKeyPadMinValue().

[virtual] QString CDPBasePadLauncher::keyPadTitle()

See also setKeyPadTitle().

[virtual] CDPBasePadLauncher::GlobalDialog CDPBasePadLauncher::keyPadType()

See also setKeyPadType().

[virtual] double CDPBasePadLauncher::pinCode()

See also setPinCode().

[virtual] int CDPBasePadLauncher::pinPadTimeout()

See also setPinPadTimeout().

[virtual] void CDPBasePadLauncher::restartPinPadTimer()

[virtual] void CDPBasePadLauncher::setKeyPadInfoText1(QString text)

See also keyPadInfoText1().

[virtual] void CDPBasePadLauncher::setKeyPadInfoText2(QString text)

See also keyPadInfoText2().

[virtual] void CDPBasePadLauncher::setKeyPadMaxValue(double value)

See also keyPadMaxValue().

[virtual] void CDPBasePadLauncher::setKeyPadMinValue(double value)

See also keyPadMinValue().

[virtual] void CDPBasePadLauncher::setKeyPadTitle(QString title)

See also keyPadTitle().

[virtual] void CDPBasePadLauncher::setKeyPadType(CDPBasePadLauncher::GlobalDialog dialog)

See also keyPadType().

[virtual] void CDPBasePadLauncher::setPinCode(double pin)

See also pinCode().

[virtual] void CDPBasePadLauncher::setPinPadTimeout(int sec)

See also pinPadTimeout().

[virtual] void CDPBasePadLauncher::updateRangeToSupportValue(double value)

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2025 CDP Technologies. Privacy and cookie policy.

Return to top