kio Library API Documentation

KFileViewSignaler Class Reference

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

#include <kfileview.h>

Inheritance diagram for KFileViewSignaler:

QObject List of all members.

Signals

void fileHighlighted (const KFileItem *)
 the item maybe be 0L, indicating that we're in multiselection mode and the selection has changed.


Public Methods

void activate (const KFileItem *item)
 Call this method when an item is selected (depends on single click / double click configuration).

void highlightFile (const KFileItem *i)
 emits the highlighted signal for item.


Detailed Description

internal class to make easier to use signals possible

Definition at line 37 of file kfileview.h.


Member Function Documentation

void KFileViewSignaler::activate const KFileItem   item [inline]
 

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

Emits the appropriate signal.

Definition at line 46 of file kfileview.h.

References KFileItem::isDir().

void KFileViewSignaler::highlightFile const KFileItem   i [inline]
 

emits the highlighted signal for item.

Call this in your view class whenever the selection changes.

Definition at line 56 of file kfileview.h.

References fileHighlighted().

void KFileViewSignaler::fileHighlighted const KFileItem   [signal]
 

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

Referenced by highlightFile().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:21:36 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001