class KFileViewSignaler

internal class to make easier to use signals possible More...

Internal Use Only
Definition#include <kfileview.h>
InheritsQObject (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Signals


Detailed Description

internal class to make easier to use signals possible

void  activate ( const KFileItem *item )

activate

Call this method when an item is selected (depends on single click / double click configuration). Emits the appropriate signal.

void  highlightFile (const KFileItem *i)

highlightFile

emits the highlighted signal for item. Call this in your view class whenever the selection changes.

void  activateMenu ( const KFileItem *i, const QPoint& pos )

activateMenu

void  changeSorting ( QDir::SortSpec sorting )

changeSorting

void  dirActivated (const KFileItem*)

dirActivated

[signal]

void  sortingChanged ( QDir::SortSpec )

sortingChanged

[signal]

void  fileHighlighted (const KFileItem*)

fileHighlighted

[signal]

the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed.

void  fileSelected (const KFileItem*)

fileSelected

[signal]

void  activatedMenu ( const KFileItem *i, const QPoint& )

activatedMenu

[signal]


Generated by: caleb on tcdevel on Tue Jan 28 12:54:21 2003, using kdoc $.