#include <XLoader.h>
Inheritance diagram for NSXLoader::TXLoader:
Public Member Functions | |
TXLoader (void) | |
Constructor. | |
~TXLoader (void) | |
Destructor. | |
BOOL | LoadFile (const TString &filename) |
Load X-file into this object. | |
DWORD | GetFramesCount (void) const |
Returns number of Frames in top level of file. | |
const TXFrame * | GetFrame (DWORD index) const |
Returns pointer to frame or NULL if frame with specified index doesnt exist. | |
const TXFrame * | GetFrameByName (TString &frameName) const |
Returns frame with specified name or NULL if given frame doesn't exist. |
Definition at line 523 of file XLoader.h.
|
Constructor.
Definition at line 338 of file XLoader.cpp. |
|
Destructor.
Definition at line 344 of file XLoader.cpp. References TFile::Close(), and TFile::IsOpened(). Here is the call graph for this function: ![]() |
|
Returns pointer to frame or NULL if frame with specified index doesnt exist.
Definition at line 548 of file XLoader.h. References TArrayPtrs< T, size, step >::GetItem(). Here is the call graph for this function: ![]() |
|
Returns frame with specified name or NULL if given frame doesn't exist.
Definition at line 1524 of file XLoader.cpp. References NSXLoader::TXFrame::GetFrameByName(), TArrayPtrs< T, size, step >::GetItem(), and TArrayPtrs< T, size, step >::GetSize(). Here is the call graph for this function: ![]() |
|
Returns number of Frames in top level of file.
Definition at line 543 of file XLoader.h. References TArrayPtrs< T, size, step >::GetSize(). Here is the call graph for this function: ![]() |
|
Load X-file into this object. If loading is successfull TRUE is returned and information are stored inside this object. You can use public methods to getting this information. THIS METHOD DO NOT USE VIRTUAL FILE SYSTEM (VFS) because it will be used only in tools and no in main applications.
Definition at line 607 of file XLoader.cpp. References TArrayPtrs< T, size, step >::Clear(), TFile::Close(), DBGTEXTF, FALSE, TFile::IsOpened(), and TFile::Open(). Here is the call graph for this function: ![]() |