Inheritance
System.Object
WidgetInspectorService
public class WidgetInspectorService
Constructors
Declaration
public WidgetInspectorService(WidgetsBinding widgetsBinding)
Parameters
Fields
Declaration
public DeveloperInspect developerInspect
Field Value
Declaration
public InspectorShowCallback inspectorShowCallback
Field Value
Declaration
public readonly InspectorSelection selection
Field Value
Declaration
public InspectorSelectionChangedCallback selectionChangedCallback
Field Value
Declaration
public readonly WidgetsBinding widgetsBinding
Field Value
Properties
Declaration
public bool debugShowInspector { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public static WidgetInspectorService instance { get; }
Property Value
Methods
Declaration
public void disposeGroup(string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
groupName |
|
Declaration
public Dictionary<string, object> getDetailsSubtree(string id, string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public List<Dictionary<string, object>> getProperties(string diagnosticsNodeId, string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
diagnosticsNodeId |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>> |
|
Declaration
public Dictionary<string, object> getRootRenderObject(string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public Dictionary<string, object> getRootWidget(string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public Dictionary<string, object> getRootWidgetSummaryTree(string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public Dictionary<string, object> getSelectedRenderObject(string previousSelectionId, string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
previousSelectionId |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public Dictionary<string, object> getSelectedSummaryWidget(string previousSelectionId, string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
previousSelectionId |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public Dictionary<string, object> getSelectedWidget(string previousSelectionId, string groupName)
Parameters
| Type |
Name |
Description |
| System.String |
previousSelectionId |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
protected bool setSelection(object obj, string groupName = "")
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public bool setSelectionById(string id, string groupName = "")
Parameters
| Type |
Name |
Description |
| System.String |
id |
|
| System.String |
groupName |
|
Returns
| Type |
Description |
| System.Boolean |
|