libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Static Public Member Functions | List of all members
integra_api::ILoadCommand Class Reference

Command to load node hierarchies, associated data files and embedded modules from .integra files. More...

#include "api/command.h"

Inheritance diagram for integra_api::ILoadCommand:
Inheritance graph
[legend]
Collaboration diagram for integra_api::ILoadCommand:
Collaboration graph
[legend]

Static Public Member Functions

static ILoadCommandcreate (const string &file_path, const CPath &parent_path)
 Create an instance of ILoadCommand Loads node hierarchies, associated data files and embedded modules. More...
 

Additional Inherited Members

- Public Member Functions inherited from integra_api::ICommand
virtual CError execute (integra_internal::CServer &server, CCommandSource source, CCommandResult *result)=0
 Internal use only.
 

Detailed Description

Command to load node hierarchies, associated data files and embedded modules from .integra files.

Member Function Documentation

static ILoadCommand* integra_api::ILoadCommand::create ( const string &  file_path,
const CPath parent_path 
)
static

Create an instance of ILoadCommand Loads node hierarchies, associated data files and embedded modules.

Parameters
file_paththe .integra or .ixd file to load
parent_pathpath of the node under which to create the new nodes. To load the file at root level, supply an empty path.
Returns
a pointer to the command, created on the heap.

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