Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "File:HG NodePage.png"

(category:Scout HG Hierarchical graph for {{ScoutLink|Concepts|NodePage}}.)
 
m (add dot source code)
 
Line 2: Line 2:
  
 
Hierarchical graph for {{ScoutLink|Concepts|NodePage}}.
 
Hierarchical graph for {{ScoutLink|Concepts|NodePage}}.
 +
 +
<source lang="dot">
 +
digraph hg_nodepage {
 +
  rankdir="BT";
 +
  splines="false";
 +
  node [shape="box"];
 +
    page [label="Page"];
 +
    nodepage [color="red", label="NodePage"];
 +
    tablepage [label="TablePage"];
 +
  nodepage -> page;
 +
  tablepage -> page;
 +
}
 +
</source>

Latest revision as of 14:58, 23 October 2011


Hierarchical graph for The Scout documentation has been moved to https://eclipsescout.github.io/..

digraph hg_nodepage {
  rankdir="BT";
  splines="false";
  node [shape="box"];
    page [label="Page"];
    nodepage [color="red", label="NodePage"];
    tablepage [label="TablePage"];
  nodepage -> page;
  tablepage -> page;
}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:57, 23 October 2011Thumbnail for version as of 14:57, 23 October 2011231 × 155 (7 KB)Dev.jmini.fr (Talk | contribs)category:Scout HG Hierarchical graph for {{ScoutLink|Concepts|NodePage}}.
  • You cannot overwrite this file.

There are no pages that link to this file.

Back to the top