CustomComboBoxPopup Class Reference

(Qtitan::CustomComboBoxPopup)

Inherits QWidget.

Inherited by

Public Functions

CustomComboBoxPopup ( CustomComboBox * parent, bool okButton = true, bool cancelButton = true, bool crossButton = true )
QAbstractButton * cancelButton () const
QAbstractButton * crossButton () const
virtual void init ()
QAbstractButton * okButton () const
void setAutoHiding ( bool flag )
  • 217 public functions inherited from QWidget
  • 13 public functions inherited from QPaintDevice
  • 29 public functions inherited from QObject

Public Slots

void cancel ()
void doClose ()
void ok ()
  • 19 public slots inherited from QWidget
  • 1 public slot inherited from QObject

Protected Functions

CustomComboBox * comboBox () const
QWidget * viewWidget () const

Reimplemented Protected Functions

virtual void hideEvent ( QHideEvent * )
virtual void paintEvent ( QPaintEvent * )
virtual void setVisible ( bool visible )
  • 37 protected functions inherited from QWidget
  • 1 protected function inherited from QPaintDevice
  • 7 protected functions inherited from QObject

Additional Inherited Members

  • 58 properties inherited from QWidget
  • 1 property inherited from QObject
  • 1 signal inherited from QWidget
  • 1 signal inherited from QObject
  • 1 public variable inherited from QObject
  • 4 static public members inherited from QWidget
  • 4 static public members inherited from QObject
  • 1 protected slot inherited from QWidget
  • 1 protected type inherited from QPaintDevice
  • 2 protected variables inherited from QObject

Member Function Documentation

CustomComboBoxPopup::CustomComboBoxPopup ( CustomComboBox * parent, bool okButton = true, bool cancelButton = true, bool crossButton = true )

void CustomComboBoxPopup::cancel () [slot]

QAbstractButton * CustomComboBoxPopup::cancelButton () const

CustomComboBox * CustomComboBoxPopup::comboBox () const [protected]

QAbstractButton * CustomComboBoxPopup::crossButton () const

void CustomComboBoxPopup::doClose () [slot]

void CustomComboBoxPopup::hideEvent ( QHideEvent * ) [virtual protected]

void CustomComboBoxPopup::init () [virtual]

void CustomComboBoxPopup::ok () [slot]

QAbstractButton * CustomComboBoxPopup::okButton () const

void CustomComboBoxPopup::paintEvent ( QPaintEvent * ) [virtual protected]

void CustomComboBoxPopup::setAutoHiding ( bool flag )

void CustomComboBoxPopup::setVisible ( bool visible ) [virtual protected]

QWidget * CustomComboBoxPopup::viewWidget () const [protected]