Guitar
Public Slots | Signals | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
DropDownListFrame Class Reference

#include <DropDownListFrame.h>

Inheritance diagram for DropDownListFrame:
Inheritance graph
[legend]
Collaboration diagram for DropDownListFrame:
Collaboration graph
[legend]

Public Slots

void setVisible (bool visible)
 

Signals

void itemClicked (QString const &text)
 
void done ()
 

Public Member Functions

 DropDownListFrame (QWidget *parent)
 
void addItem (QString const &text)
 
void setItems (QStringList const &list)
 
void show_ ()
 

Public Attributes

QListWidget * listw_
 

Protected Member Functions

bool eventFilter (QObject *watched, QEvent *event)
 
void focusOutEvent (QFocusEvent *event)
 
void keyPressEvent (QKeyEvent *event)
 

Constructor & Destructor Documentation

◆ DropDownListFrame()

DropDownListFrame::DropDownListFrame ( QWidget *  parent)

Member Function Documentation

◆ addItem()

void DropDownListFrame::addItem ( QString const &  text)

◆ done

void DropDownListFrame::done ( )
signal

◆ eventFilter()

bool DropDownListFrame::eventFilter ( QObject *  watched,
QEvent *  event 
)
protected

◆ focusOutEvent()

void DropDownListFrame::focusOutEvent ( QFocusEvent *  event)
protected

◆ itemClicked

void DropDownListFrame::itemClicked ( QString const &  text)
signal

◆ keyPressEvent()

void DropDownListFrame::keyPressEvent ( QKeyEvent *  event)
protected

◆ setItems()

void DropDownListFrame::setItems ( QStringList const &  list)

◆ setVisible

void DropDownListFrame::setVisible ( bool  visible)
slot
Here is the call graph for this function:

◆ show_()

void DropDownListFrame::show_ ( )

Member Data Documentation

◆ listw_

QListWidget* DropDownListFrame::listw_

The documentation for this class was generated from the following files: