digikam
albumitemhandler.cpp
Go to the documentation of this file.00001 /* ============================================================ 00002 * 00003 * This file is a part of digiKam project 00004 * http://www.digikam.org 00005 * 00006 * Date : 2003-10-15 00007 * Description : album item handler. 00008 * 00009 * Copyright (C) 2003 by Renchi Raju <renchi@pooh.tam.uiuc.edu> 00010 * 00011 * This program is free software; you can redistribute it 00012 * and/or modify it under the terms of the GNU General 00013 * Public License as published by the Free Software Foundation; 00014 * either version 2, or (at your option) 00015 * any later version. 00016 * 00017 * This program is distributed in the hope that it will be useful, 00018 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00019 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00020 * GNU General Public License for more details. 00021 * 00022 * ============================================================ */ 00023 00024 // Local includes. 00025 00026 #include "albummanager.h" 00027 #include "albumitemhandler.h" 00028 00029 namespace Digikam 00030 { 00031 00032 AlbumItemHandler::AlbumItemHandler() 00033 { 00034 } 00035 00036 AlbumItemHandler::~AlbumItemHandler() 00037 { 00038 } 00039 00040 void AlbumItemHandler::emitItemsSelected(bool val) 00041 { 00042 AlbumManager::instance()->emitAlbumItemsSelected(val); 00043 } 00044 00045 } // namespace Digikam
KDE 4.2 API Reference