This class adds functionality to merge Wad objects intelligently and to obtain a master directory of all of its Wad objects.
Definition at line 78 of file wadgroup.hpp.
Public Member Functions | |
| std::string | getMasterDirectory (char= '\n') const throw () |
| Get a master directory listing of entries. | |
| bool | makeGroupedWad (Wad &) const throw () |
| Group the Wads in this group into a single Wad. | |
| WadGroup (const Wad &) throw () | |
| Construct from a single Wad. | |
|
|
Construct from a single Wad.
Definition at line 49 of file wadgroup.cpp. |
|
|
Get a master directory listing of entries.
Definition at line 61 of file wadgroup.cpp. References Doomwad::Wad::getWadDirectory(). |
|
|
Group the Wads in this group into a single Wad.
Definition at line 75 of file wadgroup.cpp. |
1.4.0