#include <Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.h>
|
QScopedPointer< ctkDICOMServerNodeWidgetPrivate > | d_ptr |
|
Definition at line 36 of file ctkDICOMServerNodeWidget.h.
◆ Superclass
◆ ServerColumns
◆ ctkDICOMServerNodeWidget()
ctkDICOMServerNodeWidget::ctkDICOMServerNodeWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~ctkDICOMServerNodeWidget()
virtual ctkDICOMServerNodeWidget::~ctkDICOMServerNodeWidget |
( |
| ) |
|
|
virtual |
◆ addServerNode [1/2]
int ctkDICOMServerNodeWidget::addServerNode |
( |
| ) |
|
|
slot |
Add an empty server node and make it current Return the row index added into the table
◆ addServerNode() [2/2]
int ctkDICOMServerNodeWidget::addServerNode |
( |
const QMap< QString, QVariant > & |
parameters | ) |
|
Add a server node with the given parameters Return the row index added into the table
◆ callingAETitle()
QString ctkDICOMServerNodeWidget::callingAETitle |
( |
| ) |
const |
◆ parameters()
QMap<QString,QVariant> ctkDICOMServerNodeWidget::parameters |
( |
| ) |
const |
Utility function that returns the callingAETitle, storageAETitle and storagePort in a map
◆ readSettings
void ctkDICOMServerNodeWidget::readSettings |
( |
| ) |
|
|
slot |
◆ removeCurrentServerNode
void ctkDICOMServerNodeWidget::removeCurrentServerNode |
( |
| ) |
|
|
slot |
Remove the current row (different from the checked rows)
◆ saveSettings
void ctkDICOMServerNodeWidget::saveSettings |
( |
| ) |
|
|
slot |
◆ selectedServerNodes()
QStringList ctkDICOMServerNodeWidget::selectedServerNodes |
( |
| ) |
const |
Return the list of selected(checked) server names.
◆ serverNodeParameters() [1/2]
QMap<QString,QVariant> ctkDICOMServerNodeWidget::serverNodeParameters |
( |
const QString & |
serverNode | ) |
const |
Return all the information associated to a server defined by its name.
◆ serverNodeParameters() [2/2]
QMap<QString,QVariant> ctkDICOMServerNodeWidget::serverNodeParameters |
( |
int |
row | ) |
const |
◆ serverNodes()
QStringList ctkDICOMServerNodeWidget::serverNodes |
( |
| ) |
const |
Return the list of server names.
◆ storageAETitle()
QString ctkDICOMServerNodeWidget::storageAETitle |
( |
| ) |
const |
◆ storagePort()
int ctkDICOMServerNodeWidget::storagePort |
( |
| ) |
const |
◆ updateRemoveButtonEnableState
void ctkDICOMServerNodeWidget::updateRemoveButtonEnableState |
( |
| ) |
|
|
protectedslot |
◆ d_ptr
QScopedPointer<ctkDICOMServerNodeWidgetPrivate> ctkDICOMServerNodeWidget::d_ptr |
|
protected |
The documentation for this class was generated from the following file: