Definition at line 64 of file dlge164.h.
OSB_GUI::DlgE164::DlgE164 | ( | QWidget * | parent, | |
const char * | name = "DlgE164" , |
|||
bool | modal = false , |
|||
WFlags | fl = 0 | |||
) | [explicit] |
Constructor with Qt arguments.
void OSB_GUI::DlgE164::catchAllToggled | ( | bool | on | ) | [private, slot] |
Handle toggle signals from catch-all check box.
void OSB_GUI::DlgE164::display | ( | const OSB_LIB::E164 & | e164, | |
bool | editable | |||
) | [private] |
Set the widget for a TCS.
e164 | E164 to display. | |
editable | Flag if the E164 is editable. |
int OSB_GUI::DlgE164::editE164 | ( | OSB_LIB::E164 * | e164 | ) |
Edit the E164 number.
e164 | E164 number to edit. |
void OSB_GUI::DlgE164::languageChange | ( | ) |
Process a language change.
void OSB_GUI::DlgE164::populate | ( | OSB_LIB::E164 * | e164 | ) | [private] |
Write widgets to E164.
int OSB_GUI::DlgE164::showE164 | ( | const OSB_LIB::E164 & | e164 | ) |
Show the E164 number.