|
void | SlotGoPath (const QString &) |
|
void | SlotUpLevel () |
|
void | SlotShowSystemFile (bool) |
|
void | SlotShowHiddenFile (bool) |
|
auto | SlotDeleteSelectedItem () -> void |
|
void | SlotMkdir () |
|
void | SlotMkdirBelowAtSelectedItem () |
|
void | SlotTouch () |
|
void | SlotTouchBelowAtSelectedItem () |
|
void | SlotRenameSelectedItem () |
|
void | SlotOpenSelectedItemBySystemApplication () |
|
|
void | SignalPathChanged (const QString &) |
|
void | SignalSelectedChanged (const QString &) |
|
void | SignalOpenFile (const QString &) |
|
|
void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) override |
|
void | keyPressEvent (QKeyEvent *event) override |
|
void | paintEvent (QPaintEvent *event) override |
|
void | mousePressEvent (QMouseEvent *event) override |
|
|
QFileSystemModel * | dir_model_ |
|
QString | current_path_ |
|
QString | selected_path_ |
|
QMenu * | popup_menu_ |
|
QMenu * | new_item_action_menu_ |
|
QAction * | action_open_file_ |
|
QAction * | action_rename_file_ |
|
QAction * | action_delete_file_ |
|
QAction * | action_calculate_hash_ |
|
QAction * | action_create_empty_file_ |
|
QAction * | action_make_directory_ |
|
QAction * | action_compress_files_ |
|
◆ GetCurrentPath()
auto GpgFrontend::UI::FileTreeView::GetCurrentPath |
( |
| ) |
-> QString |
◆ GetMousePointGlobal()
auto GpgFrontend::UI::FileTreeView::GetMousePointGlobal |
( |
const QPoint & |
point | ) |
-> QPoint |
Get the Mouse Point Global object.
- Parameters
-
- Returns
- QPoint
◆ GetPathByClickPoint()
auto GpgFrontend::UI::FileTreeView::GetPathByClickPoint |
( |
const QPoint & |
point | ) |
-> QString |
Get the Path By Click Point object.
- Parameters
-
- Returns
- QString
◆ GetSelectedPath()
auto GpgFrontend::UI::FileTreeView::GetSelectedPath |
( |
| ) |
-> QString |
Get the Selected Path object.
- Returns
- QString
◆ keyPressEvent()
void GpgFrontend::UI::FileTreeView::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
overrideprotected |
◆ mousePressEvent()
void GpgFrontend::UI::FileTreeView::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
◆ selectionChanged()
void GpgFrontend::UI::FileTreeView::selectionChanged |
( |
const QItemSelection & |
selected, |
|
|
const QItemSelection & |
deselected |
|
) |
| |
|
overrideprotected |
◆ SignalPathChanged
void GpgFrontend::UI::FileTreeView::SignalPathChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ slot_file_tree_view_item_double_clicked
void GpgFrontend::UI::FileTreeView::slot_file_tree_view_item_double_clicked |
( |
const QModelIndex & |
index | ) |
|
|
privateslot |
◆ slot_show_custom_context_menu
void GpgFrontend::UI::FileTreeView::slot_show_custom_context_menu |
( |
const QPoint & |
point | ) |
|
|
privateslot |
◆ SlotShowHiddenFile
void GpgFrontend::UI::FileTreeView::SlotShowHiddenFile |
( |
bool |
on | ) |
|
|
slot |
The documentation for this class was generated from the following files: