Open Search
    iobrowse.h File Reference

    Classes

    class  IoBrowseInterface
     

    Namespaces

     maxon
     

    Enumerations

    enum class  IOBROWSEFLAGS {
      NONE ,
      IS_DIRECTORY ,
      IS_BUNDLE ,
      IS_READONLY ,
      IS_HIDDEN ,
      SUPPORT_REVISIONS ,
      IS_LINK ,
      IS_ENCRYPTED ,
      IS_DELETED ,
      IS_INVISIBLE
    }
     

    Functions

    enum maxon::IOBROWSEFLAGS MAXON_ENUM_FLAGS (IOBROWSEFLAGS, "net.maxon.datatype.enum.iobrowseflags")
     
     MAXON_DECLARATION (Class< IoBrowseRef >, IoBrowseBaseClass, "net.maxon.class.iobrowsebase", MAXON_IMPLEMENTATION_MODULE("net.maxon.kernel"))
     

    Variables

     NONE
     
     IS_DIRECTORY
     
     IS_BUNDLE
     
     IS_READONLY
     
     IS_HIDDEN
     
     SUPPORT_REVISIONS
     
     IS_LINK
     
     IS_ENCRYPTED
     
     IS_DELETED
     
     IS_INVISIBLE
     

    Variable Documentation

    ◆ NONE

    NONE

    No bit set.

    ◆ IS_DIRECTORY

    IS_DIRECTORY

    Browsed file is a directory.

    ◆ IS_BUNDLE

    IS_BUNDLE

    Browsed file is a bundle (osx/ios).

    ◆ IS_READONLY

    IS_READONLY

    Browsed file is read only.

    ◆ IS_HIDDEN

    IS_HIDDEN

    Browsed file is hidden.

    ◆ SUPPORT_REVISIONS

    SUPPORT_REVISIONS

    Browsed file supports file revisions. This means requesting a browseiterator allows to browse through all revisions of the file.

    ◆ IS_LINK

    IS_LINK

    Browsed file is a link.

    ◆ IS_ENCRYPTED

    IS_ENCRYPTED

    Browsed file is encrypted within an archive.

    ◆ IS_DELETED

    IS_DELETED

    Browsed file is deleted. E.g. when browsing a perforce depot with deleted files.

    ◆ IS_INVISIBLE

    IS_INVISIBLE

    Browsed file should be treated as invisible for the app; this is set for any file that starts with '.' under OSX/Linux or '._' under Windows. Under Windows files can be invisible, but not hidden.