24 #include "libfmqtglobals.h"
46 explicit SidePane(QWidget* parent = 0);
53 void setIconSize(QSize size);
55 FmPath* currentPath() {
59 void setCurrentPath(FmPath* path);
61 void setMode(Mode mode);
71 const char *modeName(Mode mode);
73 Mode modeByName(
const char *str);
75 #if 0 // FIXME: are these APIs from libfm-qt needed?
80 QString modeLabel(Mode mode);
82 QString modeTooltip(Mode mode);
85 bool setShowHidden(
bool show_hidden);
91 bool setHomeDir(
const char *home_dir);
98 void chdir(FmPath* path) {
103 void chdirRequested(
int type, FmPath* path);
107 void onPlacesViewChdirRequested(
int type, FmPath* path);
108 void onDirTreeViewChdirRequested(
int type, FmPath* path);
109 void onComboCurrentIndexChanged(
int current);
115 FmPath* currentPath_;
118 QVBoxLayout* verticalLayout;
126 #endif // FM_SIDEPANE_H
Definition: appchoosercombobox.cpp:26
Definition: sidepane.h:34