Choreonoid  1.8
Public Member Functions | List of all members
cnoid::FilePathProperty Class Reference

#include <PutPropertyFunction.h>

Public Member Functions

 FilePathProperty ()
 
 FilePathProperty (const std::string &filename)
 
 FilePathProperty (const std::string &filename, const std::vector< std::string > &filters)
 
const std::string & filename () const
 
void setFilename (const std::string &filename)
 
void setExtensionRemovalModeForFileDialogSelection (bool on)
 
bool isExtensionRemovalModeForFileDialogSelection () const
 
const std::string & baseDirectory () const
 
void setBaseDirectory (const std::string &dir)
 
const std::vector< std::string > & filters () const
 
void setFilters (const std::vector< std::string > &filters)
 
bool isFullpathDisplayMode () const
 
void setFullpathDisplayMode (bool on)
 
bool isExistingFileMode () const
 
void setExistingFileMode (bool on)
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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: