anatomist  5.1.2
3D neuroimaging data viewer
anatomist::LoadObjectCommand Class Reference

Command to load an object from a file. More...

#include <anatomist/commands/cLoadObject.h>

Inheritance diagram for anatomist::LoadObjectCommand:
Collaboration diagram for anatomist::LoadObjectCommand:

Signals

void objectLoaded (anatomist::AObject *, const std::string &)
 

Public Member Functions

 LoadObjectCommand (const std::string &filename, int id=-1, const std::string &objname="", bool ascursor=false, carto::Object options=carto::none(), CommandContext *context=&CommandContext::defaultContext())
 
virtual ~LoadObjectCommand ()
 
virtual std::string name () const
 Return the unique name of a class of commands. More...
 
virtual void write (Tree &com, Serializer *ser) const
 Print the guts of a command into a Tree given as parent. More...
 
std::list< AObject * > loadedObjects ()
 
- Public Member Functions inherited from anatomist::WaitCommand
virtual ~WaitCommand ()
 Destructor does nothing. More...
 
virtual void execute ()
 Execute the command - may use {\tt doit()}. More...
 
virtual void undo ()
 Undo the command - may use {\tt undoit()}. More...
 
virtual void redo ()
 Redo the command - may use {\tt doit()}. More...
 
- Public Member Functions inherited from anatomist::Command
virtual ~Command ()
 Destructor does nothing. More...
 
- Public Member Functions inherited from anatomist::SerializingCommand
virtual ~SerializingCommand ()
 
CommandContextcontext ()
 
const CommandContextcontext () const
 

Protected Slots

void objectLoadDone (AObject *, const ObjectReader::PostRegisterList &, void *, bool)
 
void doLoad ()
 

Protected Member Functions

virtual void doit ()
 Do a command. More...
 
- Protected Member Functions inherited from anatomist::WaitCommand
 WaitCommand ()
 The programmer cannot call the constructor of an abstract base class. More...
 
- Protected Member Functions inherited from anatomist::Command
 Command ()
 The programmer cannot call the constructor of an abstract base class. More...
 
virtual void undoit ()
 Undo a command. More...
 
- Protected Member Functions inherited from anatomist::SerializingCommand
 SerializingCommand (CommandContext *)
 

Friends

class StdModule
 

Additional Inherited Members

- Public Types inherited from anatomist::Command
typedef Command *(* Reader) (const Tree &, CommandContext *)
 
- Protected Attributes inherited from anatomist::SerializingCommand
CommandContext_context
 

Detailed Description

Command to load an object from a file.

Definition at line 57 of file cLoadObject.h.

Constructor & Destructor Documentation

◆ LoadObjectCommand()

anatomist::LoadObjectCommand::LoadObjectCommand ( const std::string &  filename,
int  id = -1,
const std::string &  objname = "",
bool  ascursor = false,
carto::Object  options = carto::none(),
CommandContext context = &CommandContext::defaultContext() 
)

◆ ~LoadObjectCommand()

virtual anatomist::LoadObjectCommand::~LoadObjectCommand ( )
virtual

Member Function Documentation

◆ doit()

virtual void anatomist::LoadObjectCommand::doit ( )
protectedvirtual

Do a command.

Implements anatomist::Command.

◆ doLoad

void anatomist::LoadObjectCommand::doLoad ( )
protectedslot

◆ loadedObjects()

std::list<AObject *> anatomist::LoadObjectCommand::loadedObjects ( )
inline

Definition at line 73 of file cLoadObject.h.

◆ name()

virtual std::string anatomist::LoadObjectCommand::name ( ) const
inlinevirtual

Return the unique name of a class of commands.

Implements anatomist::Command.

Definition at line 71 of file cLoadObject.h.

◆ objectLoadDone

void anatomist::LoadObjectCommand::objectLoadDone ( AObject ,
const ObjectReader::PostRegisterList ,
void *  ,
bool   
)
protectedslot

◆ objectLoaded

void anatomist::LoadObjectCommand::objectLoaded ( anatomist::AObject ,
const std::string &   
)
signal

◆ write()

virtual void anatomist::LoadObjectCommand::write ( Tree com,
Serializer ser 
) const
virtual

Print the guts of a command into a Tree given as parent.

Reimplemented from anatomist::Command.

Friends And Related Function Documentation

◆ StdModule

friend class StdModule
friend

Definition at line 87 of file cLoadObject.h.


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