Public Member Functions | |
NameAbbrevRootDlg (int nameWidth, QString nameLabel, int abbrevWidth, QString abbrevLabel, QMainWindow *parent=0) | |
QString | getName () |
void | setName (QString name) |
QString | getAbbrev () |
void | setAbbrev (QString name) |
void | setNameLength (int len) |
void | setAbbrevLength (int len) |
void | disableControls () |
void | disableName () |
void | disableAbbrev () |
Static Public Member Functions | |
static bool | enableBtn (QString oldName, QString newName, QString oldAbbrev, QString newAbbrev, int parentID, RootItem *rootItem, bool(*pUniqueName)(QString, int), bool(*pUniqueAbbrev)(QString, int), RootDlg *dialog) |
Protected Member Functions | |
bool | enableBtn (QString oldName, QString OldAbbrev, int parentID, RootItem *rootItem, bool(*pUniqueName)(QString, int), bool(*pUniqueAbbrev)(QString, int)) |
Protected Attributes | |
NameAbbrevWidget * | na_wdgt |
Definition at line 33 of file Name_Abbrev_Root_dlg.h.