From b888c7edb54e483ec0e3c2e2ce0eafd73acdcc65 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:57:00 -0500 Subject: Initial import from kshowmail 3.3.1 sources --- doc/html/commandlist_8h-source.html | 66 +++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 doc/html/commandlist_8h-source.html (limited to 'doc/html/commandlist_8h-source.html') diff --git a/doc/html/commandlist_8h-source.html b/doc/html/commandlist_8h-source.html new file mode 100644 index 0000000..651391b --- /dev/null +++ b/doc/html/commandlist_8h-source.html @@ -0,0 +1,66 @@ + + +kshowmail: kshowmail/commandlist.h Source File + + + + +
+
+ +

commandlist.h

00001 /***************************************************************************
+00002                           commandlist.h  -  description
+00003                              -------------------
+00004     begin                : Wed Oct 31 2001
+00005     copyright            : (C) 2001 by Eggert Ehmke
+00006     email                : eggert.ehmke@berlin.de
+00007  ***************************************************************************/
+00008 
+00009 /***************************************************************************
+00010  *                                                                         *
+00011  *   This program is free software; you can redistribute it and/or modify  *
+00012  *   it under the terms of the GNU General Public License as published by  *
+00013  *   the Free Software Foundation; either version 2 of the License, or     *
+00014  *   (at your option) any later version.                                   *
+00015  *                                                                         *
+00016  ***************************************************************************/
+00017 
+00018 #ifndef COMMANDLIST_H
+00019 #define COMMANDLIST_H
+00020 
+00021 #include <qptrlist.h>
+00022 #include "configelem.h"
+00023 #include "commandentry.h"
+00024 
+00028 class CommandEntry;
+00029 class ConfigElem;
+00030 
+00031 class CommandList : public QPtrList<CommandEntry>
+00032 {
+00033        public:
+00034        CommandList ();
+00035        virtual ~CommandList();
+00036        void setCombo (QComboBox* combo, int nIndex);
+00037        CommandList& operator = (CommandList& right);
+00038        bool exec (unsigned int id, ConfigElem* pelem, const char* header, const char* body);
+00039        bool exec (unsigned int pos, ConfigElem* pelem);
+00040        void readOptions (KConfig* config);
+00041        void saveOptions (KConfig* config);
+00042        protected:
+00043        virtual int compareItems (QCollection::Item item1, QCollection::Item item2);
+00044        virtual QCollection::Item newItem (QCollection::Item d);
+00045 };
+00046 
+00047 #endif
+

Generated on Wed May 16 21:15:18 2007 for kshowmail by  + +doxygen 1.5.0
+ + -- cgit v1.2.3