summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/metakit/src/remap.h
blob: a435f853b056764414fba3f6516d359e1fbb3726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// remap.h --
// $Id$
// This is part of Metakit, see http://www.equi4.com/metakit/

/** @file
 * Encapsulation of the (re)mapping viewers
 */

#ifndef __REMAP_H__
#define __REMAP_H__

/////////////////////////////////////////////////////////////////////////////
// Declarations in this file

  class c4_Sequence;          // not defined here

  extern c4_CustomViewer* f4_CreateReadOnly(c4_Sequence&);
  extern c4_CustomViewer* f4_CreateHash(c4_Sequence&, int, c4_Sequence* =0);
  extern c4_CustomViewer* f4_CreateBlocked(c4_Sequence&);
  extern c4_CustomViewer* f4_CreateOrdered(c4_Sequence&, int);
  extern c4_CustomViewer* f4_CreateIndexed(c4_Sequence&, c4_Sequence&,
              const c4_View&, bool =false);

/////////////////////////////////////////////////////////////////////////////

#endif