#include <ax_resource/ax_resource_library.h>
Public Member Functions | |
| AxResourceInfo () | |
| AxResourceInfo (const AxResourceInfo &info) | |
| ~AxResourceInfo () | |
| void | Init () |
| Init. | |
| void | Copy (const AxResourceInfo &info) |
| void | operator= (const AxResourceInfo &info) |
| bool | operator== (const AxResourceInfo &info) const |
| bool | Read (wxDataStreamHelper &helper) |
| bool | Write (wxDataStreamHelper &helper) |
| AxResource * | GetResource () const |
| Get/set resource. | |
| void | SetResource (AxResource *resource) |
| bool | GetModified () const |
| Get/set modified flag. | |
| void | SetModified (bool mod) |
| bool | GetOwnsResource () const |
| Get/set owns resource. | |
| void | SetOwnsResource (bool owns) |
| void | Clear () |
| Clear all. | |
Public Attributes | |
| bool | m_deleted |
| long | m_recordIdentifier |
| AxResource * | m_resource |
| bool | m_ownsResource |
| AxResourceInfo::AxResourceInfo | ( | ) |
| AxResourceInfo::AxResourceInfo | ( | const AxResourceInfo & | info | ) | [inline] |
| AxResourceInfo::~AxResourceInfo | ( | ) |
| void AxResourceInfo::Clear | ( | ) |
Clear all.
| void AxResourceInfo::Copy | ( | const AxResourceInfo & | info | ) |
| bool AxResourceInfo::GetModified | ( | ) | const |
Get/set modified flag.
| bool AxResourceInfo::GetOwnsResource | ( | ) | const [inline] |
Get/set owns resource.
| AxResource* AxResourceInfo::GetResource | ( | ) | const [inline] |
Get/set resource.
| void AxResourceInfo::Init | ( | ) |
Init.
| void AxResourceInfo::operator= | ( | const AxResourceInfo & | info | ) | [inline] |
| bool AxResourceInfo::operator== | ( | const AxResourceInfo & | info | ) | const |
| bool AxResourceInfo::Read | ( | wxDataStreamHelper & | helper | ) |
| void AxResourceInfo::SetModified | ( | bool | mod | ) |
| void AxResourceInfo::SetOwnsResource | ( | bool | owns | ) | [inline] |
| void AxResourceInfo::SetResource | ( | AxResource * | resource | ) | [inline] |
| bool AxResourceInfo::Write | ( | wxDataStreamHelper & | helper | ) |
1.5.8