You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/akregator/src/mk4storage/metakit/src/remap.h

27 lines
803 B

// 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