KPreviewPropsPlugin Class Reference
#include <kpreviewprops.h>
Inheritance diagram for KPreviewPropsPlugin:
Public Member Functions | |
| KPreviewPropsPlugin (KPropertiesDialog *_props) | |
Public Member Functions inherited from KPropsDlgPlugin | |
| KPropsDlgPlugin (KPropertiesDialog *_props) | |
| virtual void | applyChanges () |
| void | setDirty (bool b) |
| bool | isDirty () const |
Static Public Member Functions | |
| static bool | supports (KFileItemList _items) |
Static Public Member Functions inherited from KPropsDlgPlugin | |
| static bool | isDesktopFile (KFileItem *_item) |
Additional Inherited Members | |
Public Slots inherited from KPropsDlgPlugin | |
| void | setDirty () |
Signals inherited from KPropsDlgPlugin | |
| void | changed () |
Protected Member Functions inherited from KPropsDlgPlugin | |
| virtual void | virtual_hook (int id, void *data) |
Protected Attributes inherited from KPropsDlgPlugin | |
| KPropertiesDialog * | properties |
| int | fontHeight |
Detailed Description
PreviewProps plugin This plugin displays a preview of the given file
- Since
- 3.5
Definition at line 32 of file kpreviewprops.h.
Constructor & Destructor Documentation
◆ KPreviewPropsPlugin()
| KPreviewPropsPlugin::KPreviewPropsPlugin | ( | KPropertiesDialog * | _props | ) |
Definition at line 35 of file kpreviewprops.cpp.
◆ ~KPreviewPropsPlugin()
|
virtual |
Definition at line 60 of file kpreviewprops.cpp.
Member Function Documentation
◆ supports()
|
static |
Tests whether a preview for the first item should be shown.
Definition at line 65 of file kpreviewprops.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from