• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kopete/kopete

  • sources
  • kde-4.12
  • kdenetwork
  • kopete
  • kopete
  • statusmenu
kopetestatusaction.h
Go to the documentation of this file.
1 /*
2  kopetestatusaction.h - Kopete Status Action
3 
4  Copyright (c) 2008 by Roman Jarosz <kedgedev@centrum.cz>
5  Kopete (c) 2008 by the Kopete developers <kopete-devel@kde.org>
6 
7  *************************************************************************
8  * *
9  * This library is free software; you can redistribute it and/or *
10  * modify it under the terms of the GNU Lesser General Public *
11  * License as published by the Free Software Foundation; either *
12  * version 2 of the License, or (at your option) any later version. *
13  * *
14  *************************************************************************
15 */
16 #ifndef KOPETESTATUSACTION_H
17 #define KOPETESTATUSACTION_H
18 
19 #include <KAction>
20 
21 namespace Kopete
22 {
23  class StatusRootAction;
24  namespace Status
25  {
26  class Status;
27  }
28 
32 class StatusAction : public KAction
33 {
34  Q_OBJECT
35 public:
42  StatusAction( Status::Status *status, StatusRootAction* rootAction, QObject * parent );
43 
44 private:
45  void init();
46 
47 private Q_SLOTS:
48  void triggered();
49  void changed();
50 
51 private:
52  Status::Status *mStatus;
53  StatusRootAction* mRootAction;
54 };
55 
56 }
57 
58 #endif
Kopete::StatusAction::StatusAction
StatusAction(Status::Status *status, StatusRootAction *rootAction, QObject *parent)
StatusAction constructor.
Definition: kopetestatusaction.cpp:26
Kopete::StatusRootAction
Definition: kopetestatusrootaction.h:43
QObject
KAction
Kopete::StatusAction
Definition: kopetestatusaction.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/kopete

Skip menu "kopete/kopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal