SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
SC_SearchBox Class Reference
Inheritance diagram for SC_SearchBox:

Public Slots

void find ()
 
void setReverseSearch (bool reversed)
 
void setWrapSearch (bool wrapped)
 
void setHideArrows (bool hideArrows)
 
void focusLostOnChild ()
 

Signals

void textChanged (const QString &)
 
void findNext ()
 
void findPrev ()
 

Public Member Functions

 SC_SearchBox (QWidget *parent=0, Qt::Corner corner=Qt::BottomLeftCorner, bool show_arrows=true, QBoxLayout::Direction direction=QBoxLayout::LeftToRight)
 
void setFocus ()
 
QString text () const
 
void setText (const QString &text)
 
void clear ()
 
void setEmitFindOnTextChange (bool emitOnChange)
 
void updateGeometry ()
 
Qt::Corner getCorner ()
 
bool reverseSearch () const
 
bool wrapSearch () const
 

Protected Member Functions

void keyPressEvent (QKeyEvent *e) override
 
void showEvent (QShowEvent *e) override