CustusX
22.04-rc5
An IGT application
|
#include <cxFileInputWidget.h>
Signals | |
void | fileChanged () |
Public Member Functions | |
FileInputWidget (QWidget *parent=0) | |
void | setDescription (QString text) |
void | setFilename (QString text) |
void | setHelp (QString text) |
void | setBrowseHelp (QString text) |
QString | getFilename () const |
QString | getAbsoluteFilename () const |
void | setBasePath (QString path) |
void | setUseRelativePath (bool on) |
Widget for displaying, editing and browsing for a filename.
Definition at line 34 of file cxFileInputWidget.h.
cx::FileInputWidget::FileInputWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 21 of file cxFileInputWidget.cpp.
|
signal |
QString cx::FileInputWidget::getAbsoluteFilename | ( | ) | const |
Definition at line 119 of file cxFileInputWidget.cpp.
QString cx::FileInputWidget::getFilename | ( | ) | const |
Definition at line 114 of file cxFileInputWidget.cpp.
void cx::FileInputWidget::setBasePath | ( | QString | path | ) |
Definition at line 92 of file cxFileInputWidget.cpp.
void cx::FileInputWidget::setBrowseHelp | ( | QString | text | ) |
Definition at line 86 of file cxFileInputWidget.cpp.
void cx::FileInputWidget::setDescription | ( | QString | text | ) |
Definition at line 47 of file cxFileInputWidget.cpp.
void cx::FileInputWidget::setFilename | ( | QString | text | ) |
Definition at line 58 of file cxFileInputWidget.cpp.
void cx::FileInputWidget::setHelp | ( | QString | text | ) |
Definition at line 73 of file cxFileInputWidget.cpp.
void cx::FileInputWidget::setUseRelativePath | ( | bool | on | ) |
Definition at line 126 of file cxFileInputWidget.cpp.