IPF Image-File Reader-Writer  1.0
IPF File information
Public Member Functions | List of all members
ipf.BufferWindow Class Reference

Interaction logic for BufferWindow.xaml More...

Inherits Window.

Public Member Functions

void displayBlocksBuffer (Floppy floppy, int track, int side)
 Draw the content of the buffer More...
 
void drawBuffer (List< byte > buffer, bool sync)
 Display the content of TrackBuffer buffer in the displayBuffer TextBox More...
 

Detailed Description

Interaction logic for BufferWindow.xaml

Definition at line 19 of file BufferWindow.xaml.cs.

Member Function Documentation

void ipf.BufferWindow.displayBlocksBuffer ( Floppy  floppy,
int  track,
int  side 
)
inline

Draw the content of the buffer

Parameters
floppyPointer to the floppy disk structure
trackThe track number of the track to display
sideThe side of the track to display

Definition at line 30 of file BufferWindow.xaml.cs.

void ipf.BufferWindow.drawBuffer ( List< byte >  buffer,
bool  sync 
)
inline

Display the content of TrackBuffer buffer in the displayBuffer TextBox

Parameters
bufferThe buffer to display

Definition at line 78 of file BufferWindow.xaml.cs.


The documentation for this class was generated from the following file: