| Public Member Functions | |
| ProjectFolder (BNProjectFolder *folder) | |
| Ref< Project > | GetProject () const | 
| std::string | GetId () const | 
| std::string | GetName () const | 
| std::string | GetDescription () const | 
| void | SetName (const std::string &name) | 
| void | SetDescription (const std::string &description) | 
| Ref< ProjectFolder > | GetParent () const | 
| void | SetParent (Ref< ProjectFolder > parent) | 
| bool | Export (const std::string &destination, const ProgressFunction &progressCallback={}) const | 
|  Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNProjectFolder, BNNewProjectFolderReference, BNFreeProjectFolder > | |
| CoreRefCountObject () | |
| virtual | ~CoreRefCountObject () | 
| BNProjectFolder * | GetObject () const | 
| void | AddRef () | 
| void | Release () | 
| void | AddRefForRegistration () | 
| void | ReleaseForRegistration () | 
| void | AddRefForCallback () | 
| void | ReleaseForCallback () | 
| Additional Inherited Members | |
|  Static Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNProjectFolder, BNNewProjectFolderReference, BNFreeProjectFolder > | |
| static BNProjectFolder * | GetObject (CoreRefCountObject *obj) | 
| static BNProjectFolder * | GetObject (const CoreRefCountObject *obj) | 
|  Public Attributes inherited from BinaryNinja::CoreRefCountObject< BNProjectFolder, BNNewProjectFolderReference, BNFreeProjectFolder > | |
| std::atomic< int > | m_refs | 
| bool | m_registeredRef | 
| BNProjectFolder * | m_object | 
| ProjectFolder::ProjectFolder | ( | BNProjectFolder * | folder | ) | 
| std::string ProjectFolder::GetId | ( | ) | const | 
| std::string ProjectFolder::GetName | ( | ) | const | 
| std::string ProjectFolder::GetDescription | ( | ) | const | 
| void ProjectFolder::SetName | ( | const std::string & | name | ) | 
| void ProjectFolder::SetDescription | ( | const std::string & | description | ) | 
| Ref< ProjectFolder > ProjectFolder::GetParent | ( | ) | const | 
| void ProjectFolder::SetParent | ( | Ref< ProjectFolder > | parent | ) | 
| bool ProjectFolder::Export | ( | const std::string & | destination, | 
| const ProgressFunction & | progressCallback = {} ) const |