

Definition at line 71 of file dlgstreaminfo.h.
| OSB_GUI::DlgStreamInfo::DlgStreamInfo | ( | QWidget * | parent = 0, |
|
| const char * | name = 0, |
|||
| bool | modal = false, |
|||
| WFlags | flags = 0 | |||
| ) | [explicit] |
Constructor with Qt arguments.
| void OSB_GUI::DlgStreamInfo::done | ( | int | r | ) |
Close the dialog with result r.
Emits sigDone().
| int OSB_GUI::DlgStreamInfo::exec | ( | const OSB_LIB::RecordStreamInfo & | rsInfo, | |
| const OSB_LIB::CaStreamResult & | caRes | |||
| ) |
Show record stream information (modal).
| rsInfo | Record stream to display. | |
| caRes | Call accounting result for rsInfo. |
| void OSB_GUI::DlgStreamInfo::languageChange | ( | ) |
Process a language change.
| const OSB_LIB::Id<OSB_LIB::RecordStreamInfo> OSB_GUI::DlgStreamInfo::rsId | ( | ) | const [inline] |
The id of the displayed record stream.
It is not set before show() is called.
Definition at line 128 of file dlgstreaminfo.h.
References rsId_.
| void OSB_GUI::DlgStreamInfo::setup | ( | const OSB_LIB::RecordStreamInfo & | rsInfo, | |
| const OSB_LIB::CaStreamResult & | caRes | |||
| ) | [private] |
Set the widgets for rsInfo and caRes.
| void OSB_GUI::DlgStreamInfo::show | ( | const OSB_LIB::RecordStreamInfo & | rsInfo, | |
| const OSB_LIB::CaStreamResult & | caRes | |||
| ) |
Show record stream information (non-modal).
| rsInfo | Record stream to display. | |
| caRes | Call accounting result for rsInfo. |
| bool OSB_GUI::DlgStreamInfo::showCaPage | ( | ) |
Show the call accounting page.
| void OSB_GUI::DlgStreamInfo::sigDone | ( | const DlgStreamInfo * | dlg | ) | [signal] |
Signal emitted if the dialog is closed.
| dlg | The dialog that emits the signal (this pointer). |
StreamCaWidget* OSB_GUI::DlgStreamInfo::caResult_ [private] |
The id of the shown record stream.
Definition at line 148 of file dlgstreaminfo.h.
Referenced by rsId().
1.4.7