~ubuntu-branches/ubuntu/jaunty/kgraphviewer/jaunty

« back to all changes in this revision

Viewing changes to src/part/DotGraphParsingHelper.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2008-08-30 21:38:37 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080830213837-m9yz9i817rdqt26d
Tags: 4:2.0.2-kde4.1.1-0ubuntu1
* New upstream release
* Removed debian/cdbs dir, using cdbs kde4.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
{
34
34
  typedef std::map< std::string, std::string > AttributesMap;
35
35
 
 
36
  DotGraphParsingHelper();
 
37
 
36
38
  void createnode(const std::string& nodeid);
37
39
  void createsubgraph();
38
40
  void setgraphattributes();
50
52
  std::string attributed;
51
53
  std::string subgraphid;
52
54
  
53
 
  unsigned uniq;
 
55
  unsigned int uniq;
54
56
  
55
57
  AttributesMap attributes;
56
58
  AttributesMap graphAttributes;