Searched defs:WuiHlpGraphBase (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuihlpgraphsimple.py33 from testmanager.webui.wuihlpgraphbase import WuiHlpGraphBase; namespace
37 class WuiHlpBarGraph(WuiHlpGraphBase):
43 WuiHlpGraphBase.__init__(self, sId, oData, oDisp);
131 class WuiHlpLineGraph(WuiHlpGraphBase):
137 WuiHlpGraphBase.__init__(self, sId, oData, oDisp);
H A Dwuihlpgraphbase.py32 class WuiHlpGraphBase(object): class in inherits:object
121 return WuiHlpGraphBase.kasColors[iSeries % len(WuiHlpGraphBase.kasColors)];
H A Dwuihlpgraphgooglechart.py32 from testmanager.webui.wuihlpgraphbase import WuiHlpGraphBase; namespace
41 class WuiHlpGraphGoogleChartsBase(WuiHlpGraphBase):
H A Dwuihlpgraphmatplotlib.py41 from testmanager.webui.wuihlpgraphbase import WuiHlpGraphBase; namespace
44 class WuiHlpGraphMatplotlibBase(WuiHlpGraphBase):
48 WuiHlpGraphBase.__init__(self, sId, oData, oDisp);

Completed in 79 milliseconds