Canvas5Structure.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; c-default-style: "k&r"; indent-tabs-mode: nil; tab-width: 2; c-basic-offset: 2 -*- */
2
3/* libmwaw
4* Version: MPL 2.0 / LGPLv2+
5*
6* The contents of this file are subject to the Mozilla Public License Version
7* 2.0 (the "License"); you may not use this file except in compliance with
8* the License or as specified alternatively below. You may obtain a copy of
9* the License at http://www.mozilla.org/MPL/
10*
11* Software distributed under the License is distributed on an "AS IS" basis,
12* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13* for the specific language governing rights and limitations under the
14* License.
15*
16* Major Contributor(s):
17* Copyright (C) 2002 William Lachance (wrlach@gmail.com)
18* Copyright (C) 2002,2004 Marc Maurer (uwog@uwog.net)
19* Copyright (C) 2004-2006 Fridrich Strba (fridrich.strba@bluewin.ch)
20* Copyright (C) 2006, 2007 Andrew Ziem
21* Copyright (C) 2011, 2012 Alonso Laurent (alonso@loria.fr)
22*
23*
24* All Rights Reserved.
25*
26* For minor contributions see the git repository.
27*
28* Alternatively, the contents of this file may be used under the terms of
29* the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
30* in which case the provisions of the LGPLv2+ are applicable
31* instead of those above.
32*/
33
34#ifndef CANVAS5_STRUCTURE
35# define CANVAS5_STRUCTURE
36
37#include "MWAWDebug.hxx"
38#include "MWAWInputStream.hxx"
39
41
43namespace Canvas5Structure
44{
46struct Stream {
49 : m_input(input)
52 {
53 }
56 : m_input(input)
57 , m_ascii(ascii)
59 {
60 }
63 {
64 return m_input;
65 }
68 {
69 return m_ascii;
70 }
71protected:
78};
79
81bool decodeZone(MWAWInputStreamPtr input, long endPos, int type, unsigned long finalLength,
82 std::shared_ptr<MWAWStringStream> &stream);
83}
84
85#endif
internal class used to create a RVNGInputStream from a unsigned char's pointer
Definition: MWAWStringStream.hxx:37
an interface used to insert comment in a binary file, written in ascii form (if debug_with_files is n...
Definition: MWAWDebug.hxx:66
std::shared_ptr< MWAWInputStream > MWAWInputStreamPtr
a smart pointer of MWAWInputStream
Definition: libmwaw_internal.hxx:551
a namespace used to define basic structure to read a Canvas 5 file
Definition: Canvas5Graph.hxx:60
bool decodeZone(MWAWInputStreamPtr input, long endPos, int type, unsigned long finalLength, std::shared_ptr< MWAWStringStream > &stream)
try to decode a zone
Definition: Canvas5Structure.cxx:304
a sub stream of Canvas5Structure
Definition: Canvas5Structure.hxx:46
MWAWInputStreamPtr m_input
the input file
Definition: Canvas5Structure.hxx:73
Stream(MWAWInputStreamPtr input, libmwaw::DebugFile &ascii)
constructor from input and ascii file
Definition: Canvas5Structure.hxx:55
libmwaw::DebugFile & ascii()
return the ascii file
Definition: Canvas5Structure.hxx:67
Stream(MWAWInputStreamPtr input)
constructor
Definition: Canvas5Structure.hxx:48
MWAWInputStreamPtr input()
returns the input file
Definition: Canvas5Structure.hxx:62
libmwaw::DebugFile & m_ascii
the ascii file
Definition: Canvas5Structure.hxx:75
libmwaw::DebugFile m_asciiFile
the ascii file
Definition: Canvas5Structure.hxx:77

Generated on Fri Sep 2 2022 03:21:11 for libmwaw by doxygen 1.9.2