TreeBox Class Reference

#include <ArmarXGui/gui-plugins/StatechartEventSenderPlugin/TreeBox.h>

+ Inheritance diagram for TreeBox:

Public Slots

void applyFilter (QString searchString)
 

Signals

void itemSelected (QModelIndex index)
 

Public Member Functions

bool eventFilter (QObject *object, QEvent *event) override
 
void hidePopup () override
 
void showPopup () override
 
 TreeBox (QStandardItemModel *model, bool hideChildren=true, QWidget *parent=0)
 

Detailed Description

Definition at line 44 of file TreeBox.h.

Constructor & Destructor Documentation

◆ TreeBox()

TreeBox ( QStandardItemModel *  model,
bool  hideChildren = true,
QWidget *  parent = 0 
)

Definition at line 38 of file TreeBox.cpp.

Member Function Documentation

◆ applyFilter

void applyFilter ( QString  searchString)
slot

Definition at line 119 of file TreeBox.cpp.

◆ eventFilter()

bool eventFilter ( QObject *  object,
QEvent *  event 
)
override

Definition at line 57 of file TreeBox.cpp.

+ Here is the call graph for this function:

◆ hidePopup()

void hidePopup ( )
override

Definition at line 97 of file TreeBox.cpp.

◆ itemSelected

void itemSelected ( QModelIndex  index)
signal

◆ showPopup()

void showPopup ( )
override

Definition at line 92 of file TreeBox.cpp.


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