[app] Display 'transaction.value' after completion (bug #25)
[abstract.git] / view / aaTreeViewFlow.h
blob0ef0998bb1e85bfbd34227752a1ac5cef5800f1d
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 class aaTreeViewFlow : public aaTreeView
29 public:
30 aaTreeViewFlow();
31 virtual ~aaTreeViewFlow();
32 NS_DECL_ISUPPORTS_INHERITED
34 private:
35 friend class aaViewTest;
37 virtual nsresult doGetCellText(PRInt32 row, nsITreeColumn *col,
38 nsAString & _retval);
41 #endif /* AATREEVIEWFLOW_H */
43 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
44 /* vim:set ts=2 sw=2 sts=2 et cindent tw=79 ft=cpp: */