[report] Load total debits in 'transcript' (bug 151)
[abstract.git] / view / aaTreeViewFlow.h
blobec81d6e151323d2bf142e410abcd8d735196825d
1 /*
2 * Copyright (C) 2007 Sergey Yanovich <ynvich@gmail.com>
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation; either version 2 of the
7 * License, or (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * General Public License for more details.
14 * You should have received a copy of the GNU General Public
15 * License along with this program; if not, write to the
16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17 * Boston, MA 02111-1307, USA.
20 #ifndef AATREEVIEWFLOW_H
21 #define AATREEVIEWFLOW_H 1
23 #define AA_TREEVIEWFLOW_CID \
24 {0x0da145d9, 0x024d, 0x4628, {0xb6, 0x60, 0x5b, 0xe6, 0xcd, 0x2e, 0xcd, 0x58}}
25 #define AA_TREEVIEWFLOW_CONTRACT_ID "@aasii.org/view/tree-flow;1"
27 #include "aaTreeView.h"
29 class aaTreeViewFlow : public aaTreeView
31 public:
32 aaTreeViewFlow();
33 virtual ~aaTreeViewFlow();
34 NS_DECL_ISUPPORTS_INHERITED
36 private:
37 friend class aaViewTest;
39 virtual nsresult doGetCellText(PRInt32 row, nsITreeColumn *col,
40 nsAString & _retval);
43 #endif /* AATREEVIEWFLOW_H */
45 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
46 /* vim:set ts=2 sw=2 sts=2 et cindent tw=79 ft=cpp: */