ContentView Class

Definition

Line 11 of FileExplorer/ContentView.cm

Inheritance

Constructors & Destructor

public ContentView(ImageList* imageList_)

Member Functions

private Control* MakeFramedControl(Control* child_)
protected override void OnPaint(PaintEventArgs& args)
public nothrow void SetMainWindow(MainWindow* mainWindow_)
public nothrow void ViewContent(Node* node)

Member Variables

private Control* child
private Control* framedChild
private ImageList* imageList
private MainWindow* mainWindow

Constructor& Destructor Details

ContentView Constructor

public ContentView(ImageList* imageList_)

Definition
Line 13 of FileExplorer/ContentView.cm


Member Function Details

MakeFramedControl Member Function

private Control* MakeFramedControl(Control* child_)

Definition
Line 45 of FileExplorer/ContentView.cm


OnPaint Member Function

protected override void OnPaint(PaintEventArgs& args)

Definition
Line 39 of FileExplorer/ContentView.cm


SetMainWindow Member Function

public nothrow void SetMainWindow(MainWindow* mainWindow_)

Definition
Line 19 of FileExplorer/ContentView.cm


ViewContent Member Function

public nothrow void ViewContent(Node* node)

Definition
Line 23 of FileExplorer/ContentView.cm