ProjectFile
Object Hierarchy:
Description:
public class ProjectFile :
FileBase
Content:
Properties:
- public string display_basename { owned get; }
Display name with basename only — overridden for
ProjectFile.
- public string[] display_css { owned get; }
CSS classes array for styling (e.g. oc-recent
for recent files). Notifies when is_recent changes (via
File.last_viewed).
- public string display_relpath { owned get; }
Display relative path from project root (from File.path).
- public override string display_with_indicators { get; }
Display text with status indicators — overridden for
ProjectFile.
- public string display_with_path { owned get; }
Display name with path — basename plus grey relative path from
project root.
- public File file { get; }
- public string icon_name { get; set; }
Icon name for binding in lists — delegates to wrapped
File.
- public bool is_active { get; set; }
Whether the wrapped file is active.
- public bool is_need_approval { get; set; }
Whether the wrapped file needs approval.
- public bool is_open { get; set; }
Whether the wrapped file is open.
- public bool is_recent { get; }
Whether the file was opened in the last 24 hours (recent).
- public bool is_unsaved { get; set; }
Whether the wrapped file has unsaved changes.
- public Folder project { get; }
The project folder this file belongs to.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class OLLMfiles.FileBase
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface OLLMrpc.Bin.Serializable