ProjectFile


Object Hierarchy:

Object hierarchy for ProjectFile

Description:

public class ProjectFile : FileBase

Wrapper around a File object for use in project file lists.

Used for searching on open files and files that need updating. Provides all interfaces of FileBase but overrides display name properties. Many properties delegate to the wrapped file (is_active, is_open, is_need_approval, is_unsaved, display_basename, display_with_indicators).

ProjectFile is a wrapper for display purposes only. All file operations should be performed on the file property. Used in ProjectFiles collection for project file lists.


Namespace: OLLMfiles
Package: ollmchat

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object