Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
hildon-fm-2
Hildon
FileSystemModel
backend
backend_object
multi_root
ref_widget
root_dir
thumbnail_callback
FileSystemModel
FileSystemModel.item
autoname_uri
iter_available
load_local_path
load_uri
reset_available
search_local_path
search_uri
device_disconnected
finished_loading
FileSystemModel
Object Hierarchy:
Description:
public
class
FileSystemModel
:
Object
,
TreeModel
,
TreeDragSource
Namespace:
Hildon
Package:
hildon-fm-2
Content:
Properties:
public
string
backend
{
construct
set
;
owned
get
; }
public
void
*
backend_object
{
construct
set
;
get
; }
public
bool
multi_root
{
construct
set
;
get
; }
public
Widget
ref_widget
{
set
;
owned
get
; }
public
string
root_dir
{
construct
set
;
owned
get
; }
public
void
*
thumbnail_callback
{
set
;
get
; }
Creation methods:
protected
FileSystemModel
()
public
FileSystemModel.item
(
FileSystemModel
model,
TreeIter
parent,
string
stub_name,
string
extension)
Methods:
public
unowned
string
autoname_uri
(
string
uri)
throws
Error
public
void
iter_available
(
TreeIter
iter,
bool
available)
public
bool
load_local_path
(
string
path,
TreeIter
iter)
public
bool
load_uri
(
string
uri,
TreeIter
iter)
public
void
reset_available
()
public
bool
search_local_path
(
string
path,
TreeIter
iter,
TreeIter
start_iter,
bool
recursive)
public
bool
search_uri
(
string
uri,
TreeIter
iter,
TreeIter
start_iter,
bool
recursive)
Signals:
public
virtual
void
device_disconnected
(
TreeIter
iter)
public
virtual
void
finished_loading
(
TreeIter
iter)