Panda3D
Classes | Public Member Functions | Protected Member Functions
FltCopy Class Reference

A program to copy Multigen .flt files into the cvs tree. More...

#include "fltCopy.h"

Inheritance diagram for FltCopy:
CVSCopy ProgramBase

List of all members.

Classes

class  ExtraData

Public Member Functions

void run ()

Protected Member Functions

virtual bool copy_file (const Filename &source, const Filename &dest, CVSSourceDirectory *dir, void *extra_data, bool new_file)
 Called by import() if verify_file() indicates that a file needs to be copied.

Detailed Description

A program to copy Multigen .flt files into the cvs tree.

It copies the base file plus all externally referenced files as well as all textures.

Definition at line 37 of file fltCopy.h.


Member Function Documentation

bool FltCopy::copy_file ( const Filename source,
const Filename dest,
CVSSourceDirectory dir,
void *  extra_data,
bool  new_file 
) [protected, virtual]

Called by import() if verify_file() indicates that a file needs to be copied.

This does the actual copy of a file from source to destination. If new_file is true, then dest does not already exist.

Implements CVSCopy.

Definition at line 77 of file fltCopy.cxx.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations