#include <ItemFileDialog.h>
|
| static QString | makeNameFilter (const std::string &caption, const std::vector< std::string > &extensions, bool isAnyEnabled=false) |
| |
◆ ItemFileDialog() [1/2]
| ItemFileDialog::ItemFileDialog |
( |
| ) |
|
◆ ItemFileDialog() [2/2]
| ItemFileDialog::ItemFileDialog |
( |
QWidget * |
parent | ) |
|
◆ ~ItemFileDialog()
| ItemFileDialog::~ItemFileDialog |
( |
| ) |
|
◆ clearFileIOs()
| void ItemFileDialog::clearFileIOs |
( |
| ) |
|
◆ loadItems()
| ItemList< Item > ItemFileDialog::loadItems |
( |
Item * |
parentItem = nullptr, |
|
|
bool |
doAddition = true, |
|
|
Item * |
nextItem = nullptr |
|
) |
| |
◆ makeNameFilter()
| QString ItemFileDialog::makeNameFilter |
( |
const std::string & |
caption, |
|
|
const std::vector< std::string > & |
extensions, |
|
|
bool |
isAnyEnabled = false |
|
) |
| |
|
static |
◆ saveItem()
| bool ItemFileDialog::saveItem |
( |
Item * |
item | ) |
|
◆ setExportMode()
| void ItemFileDialog::setExportMode |
( |
bool |
on = true | ) |
|
◆ setFileIO()
| void ItemFileDialog::setFileIO |
( |
ItemFileIO * |
fileIO | ) |
|
◆ setFileIOs()
| void ItemFileDialog::setFileIOs |
( |
const std::vector< ItemFileIO * > & |
fileIOs | ) |
|
◆ setRegisteredFileIOsFor()
template<class ItemType >
| void cnoid::ItemFileDialog::setRegisteredFileIOsFor |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: