#include
<fbassetmng.h>
Definition at line 191 of file fbassetmng.h.
Public Member Functions |
|
FBAssetFile (char *pName, HIObject pObject=NULL) | |
Constructor. |
|
virtual bool | FBCreate () |
Open Reality Creation function. |
|
virtual bool | IsCheckedOut () const =0 |
Returns a boolean value indicating if this
file is checked out by any user. |
|
virtual bool | IsCheckedOutByMe () const =0 |
Returns a boolean value indicating if this
file is checked out by the current user. |
|
virtual FBString | GetCheckedOutBy () const =0 |
Returns the name of the user who currently
has this file checked out. |
FBAssetFile | ( | char * | pName, | |
HIObject | pObject = NULL |
|||
) |
Constructor.
pName | Name of Command. | |
pObject | Internal parent object to own FBComponent (default is NULL). |
virtual bool FBCreate | ( | ) | [virtual] |
Open Reality Creation function.
Reimplemented from FBComponent.
virtual bool IsCheckedOut | ( | ) | const [pure virtual] |
Returns a boolean value indicating if this file is checked out by any user.
virtual bool IsCheckedOutByMe | ( | ) | const [pure virtual] |
Returns a boolean value indicating if this file is checked out by the current user.
virtual FBString GetCheckedOutBy | ( | ) | const [pure virtual] |
Returns the name of the user who currently has this file checked out.