Property | Type | Description | |
---|---|---|---|
m_updateFlag | bool | ||
m_virtualFlag | bool |
Property | Type | Description | |
---|---|---|---|
m_appCaption | string | ||
m_currOpenedProject | string | ||
m_dockPanel | |||
m_ruFiles | List |
Method | Description | |
---|---|---|
ObjectBrowser ( ) : System |
Constructor.
|
|
ShowNewInspectorWndOne ( ) : |
||
ShowNewInspectorWndTwo ( object obj, string text, string toolTipText, |
Method | Description | |
---|---|---|
DockPanelContentAdded ( object sender, |
Handles the ContentAdded event of the m_dockPanel control.
|
|
DockPanelContentRemoved ( object sender, |
Handles the ContentRemoved event of the m_dockPanel control.
|
|
GetNewInspectorList ( ) : IInspectorList |
Gets the new inspector list.
|
|
GetNewInspectorWndTitle ( object obj ) : string |
Gets the title for a new inspector window being built for the specified object.
|
|
HandleFileOpenClick ( object sender, |
Handles the Click event of the openToolStripMenuItem control.
|
|
HandleOpenObjectInNewWindowContextMenuClick ( object sender, CancelEventArgs e ) : void |
Handles the Opening event of the grid's context menu.
|
|
HandleWindowClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void |
Handles the inspector window closed.
|
|
MakeAppCaption ( string text ) : void |
Makes the application's caption.
|
|
OnFormClosing ( |
Raises the E:System.Windows.Forms.Form.FormClosing event.
|
|
OnLoad ( |
Raises the E:System.Windows.Forms.Form.Load event.
|
|
OpenFile ( string fileName ) : void |
Opens the specified file.
|
|
ShowNewInspectorWindow ( object obj ) : |
Creates the new inspector window for the specified object.
|
|
ShowNewInspectorWindow ( object obj, string text ) : |
Creates the new inspector window for the specified object.
|
|
ShowNewInspectorWindow ( object obj, string text, string toolTipText ) : |
Creates the new inspector window for the specified object.
|
Method | Description | |
---|---|---|
BuildRecentlyUsedFilesMenus ( ) : void |
Builds the recently used files menus.
|
|
HandleRUFileMenuClick ( object sender, |
Handles the user clicking on one of the recently used file menu items.
|
|
HandleWindowMenuItemClick ( object sender, |
Handles the window menu item click.
|
|
InspectorGrid_Enter ( object sender, |
Handles the Enter event of the InspectorGrid control.
|
|
InspectorGrid_Leave ( object sender, |
Handles the Leave event of the InspectorGrid control.
|
|
PutFileAtTopOfRUFileList ( string newfile ) : void |
Puts the specified file path at the top of recently used file list.
|
|
TileWindows ( DockAlignment alignment ) : void |
Tiles the windows.
|
|
m_dockPanel_ActiveDocumentChanged ( object sender, |
Handles the ActiveDocumentChanged event of the m_dockPanel control.
|
|
m_tsbShowObjInNewWnd_Click ( object sender, |
Handles the Click event of the m_tsbShowObjInNewWnd control.
|
|
mnuArrangeInline_Click ( object sender, |
Handles the Click event of the mnuArrangeInline control.
|
|
mnuExit_Click ( object sender, |
Handles the Click event of the mnuExit control.
|
|
mnuOptions_Click ( object sender, |
Handles the Click event of the mnuOptions control.
|
|
mnuTileHorizontally_Click ( object sender, |
Handles the Click event of the mnuTileHorizontally control.
|
|
mnuTileVertically_Click ( object sender, |
Handles the Click event of the mnuTileVertically control.
|
|
mnuWindow_DropDownOpening ( object sender, |
Handles the DropDownOpening event of the mnuWindow control.
|
protected DockPanelContentAdded ( object sender, |
||
sender | object | |
e | ||
return | void |
protected DockPanelContentRemoved ( object sender, |
||
sender | object | |
e | ||
return | void |
protected GetNewInspectorList ( ) : IInspectorList | ||
return | IInspectorList |
protected GetNewInspectorWndTitle ( object obj ) : string | ||
obj | object | |
return | string |
protected HandleFileOpenClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected HandleOpenObjectInNewWindowContextMenuClick ( object sender, CancelEventArgs e ) : void | ||
sender | object | |
e | CancelEventArgs | |
return | void |
protected HandleWindowClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void | ||
sender | object | The sender. |
e | System.Windows.Forms.FormClosedEventArgs | The |
return | void |
protected MakeAppCaption ( string text ) : void | ||
text | string | |
return | void |
protected OnFormClosing ( |
||
e | ||
return | void |
protected OnLoad ( |
||
e | An |
|
return | void |
protected OpenFile ( string fileName ) : void | ||
fileName | string | |
return | void |
protected ShowNewInspectorWindow ( object obj ) : |
||
obj | object | |
return |
protected ShowNewInspectorWindow ( object obj, string text ) : |
||
obj | object | |
text | string | |
return |
protected ShowNewInspectorWindow ( object obj, string text, string toolTipText ) : |
||
obj | object | |
text | string | |
toolTipText | string | |
return |
public ShowNewInspectorWndOne ( ) : |
||
return |
public ShowNewInspectorWndTwo ( object obj, string text, string toolTipText, |
||
obj | object | |
text | string | |
toolTipText | string | |
wnd | ||
return |
protected DockPanel,WeifenLuo.WinFormsUI.Docking m_dockPanel | ||
return |