![]() |
anatomist
5.1.2
3D neuroimaging data viewer
|
Qt string attribute editor. More...
#include <anatomist/browser/stringEdit.h>
Public Member Functions | |
QStringEdit (const std::string &text, int x, int y, int w, int h, QWidget *parent=theAnatomist->getQWidgetAncestor(), const char *name=0, Qt::WindowFlags f=Qt::WindowFlags()) | |
~QStringEdit () | |
std::string | text () const |
QLineEdit * | lineEdit () |
Protected Attributes | |
QCancelLineEdit * | _le |
Qt string attribute editor.
Definition at line 66 of file stringEdit.h.
QStringEdit::QStringEdit | ( | const std::string & | text, |
int | x, | ||
int | y, | ||
int | w, | ||
int | h, | ||
QWidget * | parent = theAnatomist->getQWidgetAncestor() , |
||
const char * | name = 0 , |
||
Qt::WindowFlags | f = Qt::WindowFlags() |
||
) |
QStringEdit::~QStringEdit | ( | ) |
|
inline |
Definition at line 78 of file stringEdit.h.
References _le.
|
inline |
Definition at line 76 of file stringEdit.h.
References _le.
|
protected |
Definition at line 81 of file stringEdit.h.
Referenced by lineEdit(), and text().