|
| | ProjectFile (BNProjectFile *file) |
| Ref< Project > | GetProject () const |
| std::string | GetPathOnDisk () const |
| std::string | GetPathInProject () const |
| bool | ExistsOnDisk () const |
| std::string | GetName () const |
| std::string | GetDescription () const |
| bool | SetName (const std::string &name) |
| bool | SetDescription (const std::string &description) |
| std::string | GetId () const |
| Ref< ProjectFolder > | GetFolder () const |
| bool | SetFolder (Ref< ProjectFolder > folder) |
| bool | Export (const std::string &destination) const |
| int64_t | GetCreationTimestamp () const |
| bool | AddDependency (Ref< ProjectFile > file) |
| bool | RemoveDependency (Ref< ProjectFile > file) |
| std::vector< Ref< ProjectFile > > | GetDependencies () const |
| std::vector< Ref< ProjectFile > > | GetRequiredBy () const |
| Public Member Functions inherited from BinaryNinja::CoreRefCountObject< BNProjectFile, BNNewProjectFileReference, BNFreeProjectFile > |
| | CoreRefCountObject () |
| virtual | ~CoreRefCountObject () |
| BNProjectFile * | GetObject () const |
| void | AddRef () |
| void | Release () |
| void | AddRefForRegistration () |
| void | ReleaseForRegistration () |
| void | AddRefForCallback () |
| void | ReleaseForCallback () |