프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ActiveColor | Color | ||
BreadcrumbFontFamily | string | ||
BreadcrumbFontSize | double | ||
BreadcrumbMarginLeft | double | ||
BreadcrumbMarginRight | double | ||
BreadcrumbMarginTop | double | ||
Cancelled | bool | ||
CurrentDirEntry | FSEntry, | ||
CurrentDirPath | string | ||
FileInfoFontFamily | string | ||
FileNameFontFamily | string | ||
FilesMarginBottom | double | ||
FilesMarginLeft | double | ||
FilesMarginRight | double | ||
FilesMarginTop | double | ||
Height | uint | ||
InActiveColor | Color | ||
Prefixes | string>.Dictionary | ||
QuitAfterFirstFrame | bool | ||
Renderer | FSDraw | ||
Selection | bool>.Dictionary | ||
SizeField | SizeHandler | ||
SizeFields | SizeHandler[] | ||
SizeLabel | string | ||
SortDirection | SortingDirection | ||
SortField | SortHandler | ||
SortFields | SortHandler[] | ||
SortLabel | string | ||
ToolbarLabelFontFamily | string | ||
ToolbarLabelFontSize | double | ||
ToolbarTitleFontFamily | string | ||
ToolbarTitleFontSize | double | ||
ToolbarY | double | ||
Width | uint | ||
ZoomInSpeed | double | ||
ZoomOutSpeed | double | ||
Zoomer | IZoomer |
메소드 | 설명 | |
---|---|---|
CheckUpdates ( object source, ElapsedEventArgs e ) : void | ||
CheckZoomNavigation ( Context cr, uint width, uint height ) : void | ||
ClearSelection ( ) : void | ||
Click ( Context cr, uint width, uint height, double x, double y ) : void | ||
ClickCurrentDir ( Context cr, uint width, uint height, double x, double y ) : void | ||
ContextClick ( uint width, uint height, double x, double y ) : void | ||
CopySelection ( string targetPath ) : void | ||
CopySelectionTo ( string targetPath ) : void | ||
CutSelection ( string targetPath ) : void | ||
DragDataToCreateFileMenu ( string target, byte data ) : void | ||
DragDataToFileMenu ( string targetFile, byte data ) : void | ||
DragURIMenu ( string sources, string target ) : void | ||
DrawBackground ( Context cr, uint width, uint height ) : void | ||
DrawBreadcrumb ( Context cr, uint width ) : void | ||
DrawClear ( Context cr, uint width, uint height ) : void | ||
DrawCurrentDir ( Context cr, Rectangle targetBox ) : void | ||
DrawFrame ( Context cr ) : void | ||
DrawMainView ( Context cr, uint width, uint height ) : void | ||
DrawSizeBar ( Context cr ) : void | ||
DrawSortBar ( Context cr ) : void | ||
DrawToolbars ( Context cr, uint width, uint height ) : void | ||
Filezoo ( string dirname ) : System | ||
FindHit ( uint width, uint height, double x, double y, double minHeight ) : ClickHit, | ||
FindHits ( uint width, uint height, double x, double y ) : List |
||
GetSelectionData ( ) : string | ||
GoToParent ( ) : void | ||
HandleSelectionData ( SelectionData sd, Gdk action, string targetPath ) : void | ||
LongMonitor ( object source, ElapsedEventArgs ev ) : void | ||
MoveSelectionTo ( string targetPath ) : void | ||
OpenFile ( string path ) : void | ||
PanBy ( Context cr, uint width, uint height, double dx, double dy ) : void | ||
PasteSelection ( string targetPath ) : void | ||
PreDrawCallback ( ) : void | ||
RequestPreDraw ( ) : void | ||
ResetZoom ( ) : void | ||
SetClipboard ( string items ) : void | ||
SetCurrentDir ( string dirname ) : void | ||
SetCurrentDir ( string dirname, bool resetZoom ) : void | ||
SetCursor ( Gdk state ) : void | ||
ToggleSelection ( string path ) : void | ||
ToggleSpan ( FSEntry start, FSEntry end ) : void | ||
TrashSelection ( ) : void | ||
UpdateLayout ( ) : void | ||
ZoomAway ( Context cr, uint width, uint height, double x, double y ) : void | ||
ZoomBy ( Context cr, uint width, uint height, double x, double y, double factor ) : void | ||
ZoomToward ( Context cr, uint width, uint height, double x, double y ) : void | ||
copyUris ( string uris, string targetPath ) : void | ||
moveUris ( string uris, string targetPath ) : void |
메소드 | 설명 | |
---|---|---|
OnButtonPressEvent ( Gdk e ) : bool | ||
OnButtonReleaseEvent ( Gdk e ) : bool | ||
OnExposeEvent ( Gdk e ) : bool | ||
OnMotionNotifyEvent ( Gdk e ) : bool | ||
OnScrollEvent ( Gdk e ) : bool |
메소드 | 설명 | |
---|---|---|
CheckRedraw ( ) : bool | ||
ClickBreadcrumb ( Context cr, uint width, double x, double y ) : bool | ||
ClickSizeBar ( Context cr, double x, double y ) : bool | ||
ClickSortBar ( Context cr, double x, double y ) : bool | ||
DrawEffects ( Context cr, uint w, uint h ) : bool | ||
Transform ( Context cr, uint width, uint height ) : Rectangle | ||
cosScale ( double n ) : double |
public CheckUpdates ( object source, ElapsedEventArgs e ) : void | ||
source | object | |
e | ElapsedEventArgs | |
리턴 | void |
public CheckZoomNavigation ( Context cr, uint width, uint height ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
리턴 | void |
public Click ( Context cr, uint width, uint height, double x, double y ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
x | double | |
y | double | |
리턴 | void |
public ClickCurrentDir ( Context cr, uint width, uint height, double x, double y ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
x | double | |
y | double | |
리턴 | void |
public ContextClick ( uint width, uint height, double x, double y ) : void | ||
width | uint | |
height | uint | |
x | double | |
y | double | |
리턴 | void |
public CopySelectionTo ( string targetPath ) : void | ||
targetPath | string | |
리턴 | void |
public DragDataToCreateFileMenu ( string target, byte data ) : void | ||
target | string | |
data | byte | |
리턴 | void |
public DragDataToFileMenu ( string targetFile, byte data ) : void | ||
targetFile | string | |
data | byte | |
리턴 | void |
public DragURIMenu ( string sources, string target ) : void | ||
sources | string | |
target | string | |
리턴 | void |
public DrawBackground ( Context cr, uint width, uint height ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
리턴 | void |
public DrawBreadcrumb ( Context cr, uint width ) : void | ||
cr | Context | |
width | uint | |
리턴 | void |
public DrawClear ( Context cr, uint width, uint height ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
리턴 | void |
public DrawCurrentDir ( Context cr, Rectangle targetBox ) : void | ||
cr | Context | |
targetBox | Rectangle | |
리턴 | void |
public DrawMainView ( Context cr, uint width, uint height ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
리턴 | void |
public DrawToolbars ( Context cr, uint width, uint height ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
리턴 | void |
public FindHit ( uint width, uint height, double x, double y, double minHeight ) : ClickHit, | ||
width | uint | |
height | uint | |
x | double | |
y | double | |
minHeight | double | |
리턴 | ClickHit, |
public FindHits ( uint width, uint height, double x, double y ) : List |
||
width | uint | |
height | uint | |
x | double | |
y | double | |
리턴 | List |
public HandleSelectionData ( SelectionData sd, Gdk action, string targetPath ) : void | ||
sd | SelectionData | |
action | Gdk | |
targetPath | string | |
리턴 | void |
public LongMonitor ( object source, ElapsedEventArgs ev ) : void | ||
source | object | |
ev | ElapsedEventArgs | |
리턴 | void |
public MoveSelectionTo ( string targetPath ) : void | ||
targetPath | string | |
리턴 | void |
public PanBy ( Context cr, uint width, uint height, double dx, double dy ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
dx | double | |
dy | double | |
리턴 | void |
public PasteSelection ( string targetPath ) : void | ||
targetPath | string | |
리턴 | void |
public SetCurrentDir ( string dirname, bool resetZoom ) : void | ||
dirname | string | |
resetZoom | bool | |
리턴 | void |
public ToggleSpan ( FSEntry start, FSEntry end ) : void | ||
start | FSEntry | |
end | FSEntry | |
리턴 | void |
public ZoomAway ( Context cr, uint width, uint height, double x, double y ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
x | double | |
y | double | |
리턴 | void |
public ZoomBy ( Context cr, uint width, uint height, double x, double y, double factor ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
x | double | |
y | double | |
factor | double | |
리턴 | void |
public ZoomToward ( Context cr, uint width, uint height, double x, double y ) : void | ||
cr | Context | |
width | uint | |
height | uint | |
x | double | |
y | double | |
리턴 | void |
public copyUris ( string uris, string targetPath ) : void | ||
uris | string | |
targetPath | string | |
리턴 | void |
public moveUris ( string uris, string targetPath ) : void | ||
uris | string | |
targetPath | string | |
리턴 | void |