#include <PutPropertyFunction.h>
◆ FilePathProperty() [1/3]
| cnoid::FilePathProperty::FilePathProperty |
( |
| ) |
|
|
inline |
◆ FilePathProperty() [2/3]
| cnoid::FilePathProperty::FilePathProperty |
( |
const std::string & |
filename | ) |
|
|
inline |
◆ FilePathProperty() [3/3]
| cnoid::FilePathProperty::FilePathProperty |
( |
const std::string & |
filename, |
|
|
const std::vector< std::string > & |
filters |
|
) |
| |
|
inline |
◆ baseDirectory()
| const std::string& cnoid::FilePathProperty::baseDirectory |
( |
| ) |
const |
|
inline |
◆ filename()
| const std::string& cnoid::FilePathProperty::filename |
( |
| ) |
const |
|
inline |
◆ filters()
| const std::vector<std::string>& cnoid::FilePathProperty::filters |
( |
| ) |
const |
|
inline |
◆ isExistingFileMode()
| bool cnoid::FilePathProperty::isExistingFileMode |
( |
| ) |
const |
|
inline |
◆ isExtensionRemovalModeForFileDialogSelection()
| bool cnoid::FilePathProperty::isExtensionRemovalModeForFileDialogSelection |
( |
| ) |
const |
|
inline |
◆ isFullpathDisplayMode()
| bool cnoid::FilePathProperty::isFullpathDisplayMode |
( |
| ) |
const |
|
inline |
◆ setBaseDirectory()
| void cnoid::FilePathProperty::setBaseDirectory |
( |
const std::string & |
dir | ) |
|
|
inline |
◆ setExistingFileMode()
| void cnoid::FilePathProperty::setExistingFileMode |
( |
bool |
on | ) |
|
|
inline |
◆ setExtensionRemovalModeForFileDialogSelection()
| void cnoid::FilePathProperty::setExtensionRemovalModeForFileDialogSelection |
( |
bool |
on | ) |
|
|
inline |
◆ setFilename()
| void cnoid::FilePathProperty::setFilename |
( |
const std::string & |
filename | ) |
|
|
inline |
◆ setFilters()
| void cnoid::FilePathProperty::setFilters |
( |
const std::vector< std::string > & |
filters | ) |
|
|
inline |
◆ setFullpathDisplayMode()
| void cnoid::FilePathProperty::setFullpathDisplayMode |
( |
bool |
on | ) |
|
|
inline |
The documentation for this class was generated from the following file: