Definition at line 64 of file dlgcp.h.
OSB_GUI::DlgCp::DlgCp | ( | QWidget * | parent, | |
const char * | name = "DlgCp" , |
|||
bool | modal = false , |
|||
WFlags | fl = 0 | |||
) | [explicit] |
Constructor with Qt arguments.
void OSB_GUI::DlgCp::display | ( | const OSB_LIB::ConnectionPt & | cp, | |
bool | editable | |||
) | [private] |
Set the widget for a TCS.
cp | Connection point to display. | |
editable | Flag if the CP is editable. |
int OSB_GUI::DlgCp::editCp | ( | OSB_LIB::ConnectionPt * | cp, | |
bool | canSetRoot | |||
) |
Edit the connection point.
cp | Connection point to edit. | |
canSetRoot | Flag if the connection point's root flag can be changed. |
void OSB_GUI::DlgCp::languageChange | ( | ) |
Process a language change.
void OSB_GUI::DlgCp::populate | ( | OSB_LIB::ConnectionPt * | cp | ) | [private] |
Write widgets to connection point.
int OSB_GUI::DlgCp::showCp | ( | const OSB_LIB::ConnectionPt & | cp | ) |
Show the connection point.