FX::FXFSMonitor::Change Struct Reference

#include <FXFSMonitor.h>

List of all members.


Detailed Description

Specifies what to monitor and what has changed.

Public Member Functions

 Change (int)
 operator FXuint () const throw ()
ChangesetModified (bool v=true) throw ()
ChangesetCreated (bool v=true) throw ()
ChangesetDeleted (bool v=true) throw ()
ChangesetRenamed (bool v=true) throw ()
ChangesetAttrib (bool v=true) throw ()
ChangesetSecurity (bool v=true) throw ()

Public Attributes

FXulong eventNo
FXuint modified: 1
FXuint created: 1
FXuint deleted: 1
FXuint renamed: 1
FXuint attrib: 1
FXuint security: 1

Member Function Documentation

Change& FX::FXFSMonitor::Change::setModified ( bool  v = true  )  throw () [inline]

Sets the modified bit.

Change& FX::FXFSMonitor::Change::setCreated ( bool  v = true  )  throw () [inline]

Sets the created bit.

Change& FX::FXFSMonitor::Change::setDeleted ( bool  v = true  )  throw () [inline]

Sets the deleted bit.

Change& FX::FXFSMonitor::Change::setRenamed ( bool  v = true  )  throw () [inline]

Sets the renamed bit.

Change& FX::FXFSMonitor::Change::setAttrib ( bool  v = true  )  throw () [inline]

Sets the attrib bit.

Change& FX::FXFSMonitor::Change::setSecurity ( bool  v = true  )  throw () [inline]

Sets the security bit.


Member Data Documentation

Non zero event number index.

When an entry is modified.

When an entry is created.

When an entry is deleted.

When an entry is renamed.

When the attributes of an entry are changed.

When the security of an entry is changed.


The documentation for this struct was generated from the following file:

(C) 2002-2008 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Jun 13 21:59:40 2008 for TnFOX by doxygen v1.5.6