HDK
|
Class representing a file in the file map. More...
#include <GU_PackedFolders.h>
Public Member Functions | |
const UT_StringHolder & | path () const |
Path that this file represents. More... | |
bool | treatAsFolder () const |
bool | isFolder () const |
Return true if we're the root or treatAsFolder() More... | |
bool | isParentEmpty () const |
bool | isParentPrim () const |
bool | isParentRange () const |
const GU_PrimPacked * | parentPrim () const |
const GU_PrimPacked * | getIfParentPrim () const |
const GA_Range & | parentRange () const |
const GU_ConstDetailHandle & | primGdh () const |
bool | isExisting () const |
void | setExisting (bool f) |
bool | isModified () const |
void | setModified (bool f) |
bool | isTouched () const |
void | setTouched (bool f) |
bool | isCleared () const |
void | setCleared (bool f) |
bool | isVisible () const |
void | setVisible (bool f) |
Friends | |
class | GU_PackedFoldersRO |
Class representing a file in the file map.
Definition at line 31 of file GU_PackedFolders.h.
|
inline |
Get parent as a packed primitive, returns nullptr if not a prim
Definition at line 64 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 106 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 97 of file GU_PackedFolders.h.
|
inline |
Return true if we're the root or treatAsFolder()
Definition at line 85 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 100 of file GU_PackedFolders.h.
|
inline |
The parent can be in one of three states
Definition at line 40 of file GU_PackedFolders.h.
|
inline |
The parent can be in one of three states
Definition at line 44 of file GU_PackedFolders.h.
|
inline |
The parent can be in one of three states
Definition at line 48 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 103 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 109 of file GU_PackedFolders.h.
|
inline |
Obtain parent as a GU_PrimPacked*, throws if !isParentPrim()
Definition at line 56 of file GU_PackedFolders.h.
|
inline |
Get parent as a GA_Range, throws if !isParentRange()
Definition at line 74 of file GU_PackedFolders.h.
|
inline |
Path that this file represents.
Definition at line 36 of file GU_PackedFolders.h.
|
inline |
Accessor to GU_DetailHandle of file contents
Definition at line 92 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 107 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 98 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 101 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 104 of file GU_PackedFolders.h.
|
inline |
Flag accessors
Definition at line 110 of file GU_PackedFolders.h.
SYS_FORCE_INLINE bool GU_PackedFoldersRO::FileInfo::treatAsFolder | ( | ) | const |
Return true if parent is a packed primitive and has treatasfolder intrinsic enabled
Definition at line 497 of file GU_PackedFolders.h.
|
friend |
Definition at line 114 of file GU_PackedFolders.h.