UI Layer

From PDF XChange PDF SDK
Jump to: navigation, search
Line 15: Line 15:
 
{
 
{
 
     graph [
 
     graph [
        label = "Main View\n[IPXV_MainView]"
 
        URL="/view/PXV:IPXV_MainView"
 
        tooltip="IPXV_MainView"
 
 
         labelloc = t
 
         labelloc = t
          
+
         arrowhead = "normal"
 
         ordering = "in"
 
         ordering = "in"
 
          
 
          
 
         ranksep = 0.65
 
         ranksep = 0.65
 
#        nodesep = 0.10
 
#        nodesep = 0.10
         rankdir = TB
+
         rankdir = LR
 
         fontname="serif"
 
         fontname="serif"
 
     ]
 
     ]
Line 40: Line 37:
 
     ]
 
     ]
  
    Pane [label="{\nTop Command Pane\n[IUIX_CmdPane]\n\n | {\n\nLeft Command Pane\n[IUIX_CmdPane]\n\n\n | \n\nRight Command Pane\n[IUIX_CmdPane]\n\n\n} | \nBottom Command Pane\n[IUIX_CmdPane]\n\n }", URL="/view/PXV:IUIX_CmdPane", tooltip="IUIX_CmdPane"];
 
 
     subgraph cluster_mv
 
     subgraph cluster_mv
 
     {
 
     {
 +
        label = "Main View\n[IPXV_MainView]"
 +
        URL="/view/PXV:IPXV_MainView"
 +
        tooltip="IPXV_MainView"
 +
        style = rounded;
 +
        Pane [label="{<f0>\nTop Command Pane\n[IUIX_CmdPane]\n\n | {\n\nLeft Command Pane\n[IUIX_CmdPane]\n\n\n | \n\nRight Command Pane\n[IUIX_CmdPane]\n\n\n} | \nBottom Command Pane\n[IUIX_CmdPane]\n\n }", URL="/view/PXV:IUIX_CmdPane", tooltip="IUIX_CmdPane"];
 +
        subgraph cluster_p
 +
        {
 +
            style = rounded;
 +
            label = "";
 +
            Pane;
 +
        }
 +
    }
 +
 +
    subgraph cluster_p1
 +
    {
 +
        label = "Command Pane\n[IUIX_CmdPane]"
 +
        URL="/view/PXV:IUIX_CmdPane"
 +
        tooltip="IUIX_CmdPane"
 
         style = rounded;
 
         style = rounded;
         label = "";
+
         Line [label="<f0>\nFirst Command Line\n[IUIX_CmdLine]\n\n | \n\n. . .\n\n\n | \nLast Command Line\n[IUIX_CmdLine]\n\n ", URL="/view/PXV:IUIX_CmdLine", tooltip="IUIX_CmdLine"];
         Pane;
+
         subgraph cluster_l
 +
        {
 +
            style = rounded;
 +
            label = "";
 +
            Pane:f0 -> Line:<f0>;
 +
        }
 
     }
 
     }
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 02:51, 5 April 2016

Insert non-formatted text here


This section contains reference information on the UI layer of the PDF-XChange Editor SDK.

Commands hierarchy overview

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.