| QtPdWidgets
								 2.3.4
							 | 
Condition type. More...
#include <Text.h>


| Classes | |
| struct | Impl | 
| Public Member Functions | |
| TextCondition (Text *) | |
| Condition constructor.  More... | |
| ~TextCondition () | |
| Condition destructor.  More... | |
| QString | getText () const | 
| void | setText (const QString &) | 
| bool | getInvert () const | 
| void | setInvert (bool) | 
| Private Attributes | |
| struct PD_PRIVATE | Impl | 
| std::unique_ptr< Impl > | impl | 
Condition type.
| TextCondition::TextCondition | ( | Text * | parent | ) | 
| TextCondition::~TextCondition | ( | ) | 
Condition destructor.
| bool TextCondition::getInvert | ( | ) | const | 
References impl.
Referenced by Pd::Text::Impl::findCondition(), and Pd::Text::Impl::updateDisplayText().
| QString TextCondition::getText | ( | ) | const | 
References impl.
Referenced by Pd::Text::Impl::updateDisplayText().
| void TextCondition::setInvert | ( | bool | i | ) | 
References impl.
Referenced by Pd::Text::addCondition().
| void TextCondition::setText | ( | const QString & | t | ) | 
References impl.
Referenced by Pd::Text::addCondition().
| 
 | private | 
Referenced by TextCondition().
| 
 | private | 
Referenced by getInvert(), getText(), setInvert(), and setText().