source: trunk/gsdl/src/recpt/browsetools.h@ 420

Last change on this file since 420 was 419, checked in by sjboddie, 25 years ago

-added ability to display nested classifications (expanded versions
of nested classifications has yet to be done).
-changed set_arrow_macros slightly to fit in with new showtoppage
format option

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1/**********************************************************************
2 *
3 * browsetools.h --
4 * Copyright (C) 1999 The New Zealand Digital Library Project
5 *
6 * PUT COPYRIGHT NOTICE HERE
7 *
8 * $Id: browsetools.h 419 1999-07-30 02:16:10Z sjboddie $
9 *
10 *********************************************************************/
11
12
13#ifndef BROWSETOOLS_H
14#define BROWSETOOLS_H
15
16#include "gsdlconf.h"
17#include "text_t.h"
18#include "cgiargs.h"
19#include "display.h"
20#include "recptproto.h"
21
22
23void book_toc (cgiargsclass &args, recptproto *collectproto,
24 displayclass &disp, outconvertclass &outconvert,
25 ostream &textout, ostream &logout);
26
27void output_toc (const text_t &classifytype, text_t &formatstring, cgiargsclass &args,
28 bool cover, recptproto *collectproto, displayclass &disp,
29 outconvertclass &outconvert, ostream &textout, ostream &logout);
30
31void set_arrow_macros (const text_t &OID, const text_t &classifytype,
32 bool showtoppage, displayclass &disp,
33 recptproto *collectproto, const text_t &collection,
34 ostream &logout);
35
36#endif
Note: See TracBrowser for help on using the repository browser.