Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
hildon-fm-2
Hildon
FileSelection
active_pane
drag_enabled
empty_text
local_only
model
pane_position
safe_folder
show_hidden
show_upnp
visible_columns
FileSelection
FileSelection.with_model
clear_multi_selection
content_iter_is_selected
dim_current_selection
get_active_content_iter
get_active_pane
get_column_headers_visible
get_current_content_iter
get_current_folder_iter
get_current_folder_uri
get_filter
get_mode
get_select_multiple
get_selected_paths
get_selected_uris
get_sort_key
hide_content_pane
move_cursor_to_uri
select_all
select_uri
set_column_headers_visible
set_current_folder_uri
set_filter
set_mode
set_select_multiple
set_sort_key
show_content_pane
undim_all
unselect_all
unselect_uri
content_pane_context_menu
current_folder_changed
file_activated
location_insensitive
navigation_pane_context_menu
selection_changed
uris_dropped
FileSelection
Object Hierarchy:
Description:
public
class
FileSelection
:
Container
,
Implementor
,
Buildable
Namespace:
Hildon
Package:
hildon-fm-2
Content:
Properties:
public
int
active_pane
{
set
;
get
; }
public
bool
drag_enabled
{
construct
set
;
get
; }
public
string
empty_text
{
set
;
owned
get
; }
public
bool
local_only
{
set
;
get
; }
public
FileSystemModel
model
{
construct
set
;
owned
get
; }
public
int
pane_position
{
construct
set
;
get
; }
public
void
*
safe_folder
{
set
;
get
; }
public
bool
show_hidden
{
set
;
get
; }
public
bool
show_upnp
{
construct
set
;
get
; }
public
int
visible_columns
{
construct
set
;
get
; }
Creation methods:
protected
FileSelection
()
public
FileSelection.with_model
(
FileSystemModel
model)
Methods:
public
void
clear_multi_selection
()
public
bool
content_iter_is_selected
(
TreeIter
iter)
public
void
dim_current_selection
()
public
bool
get_active_content_iter
(
TreeIter
iter)
public
FileSelectionPane
get_active_pane
()
public
bool
get_column_headers_visible
()
public
bool
get_current_content_iter
(
TreeIter
iter)
public
bool
get_current_folder_iter
(
TreeIter
iter)
public
unowned
string
get_current_folder_uri
()
public
weak
FileFilter
get_filter
()
public
FileSelectionMode
get_mode
()
public
bool
get_select_multiple
()
public
unowned
SList
get_selected_paths
()
public
unowned
SList
get_selected_uris
()
public
void
get_sort_key
(
FileSelectionSortKey
key,
SortType
order)
public
void
hide_content_pane
()
public
void
move_cursor_to_uri
(
string
uri)
public
void
select_all
()
public
bool
select_uri
(
string
uri)
throws
Error
public
void
set_column_headers_visible
(
bool
visible)
public
bool
set_current_folder_uri
(
string
folder)
throws
Error
public
void
set_filter
(
FileFilter
filter)
public
void
set_mode
(
FileSelectionMode
mode)
public
void
set_select_multiple
(
bool
select_multiple)
public
void
set_sort_key
(
FileSelectionSortKey
key,
SortType
order)
public
void
show_content_pane
()
public
void
undim_all
()
public
void
unselect_all
()
public
void
unselect_uri
(
string
uri)
Signals:
public
virtual
void
content_pane_context_menu
()
public
virtual
void
current_folder_changed
()
public
virtual
void
file_activated
()
public
virtual
void
location_insensitive
(
TreeIter
iter)
public
virtual
void
navigation_pane_context_menu
()
public
virtual
void
selection_changed
()
public
virtual
void
uris_dropped
(
string
destination,
void
* sources)