]> err.no Git - linux-2.6/blobdiff - scripts/kconfig/qconf.h
[S390] xpram off by one error.
[linux-2.6] / scripts / kconfig / qconf.h
index fb50e1c6029f06cd379d47dea705c3398c1dc180..6a9e3b14c227ce6ff43befbe35d764a3423735ef 100644 (file)
@@ -55,6 +55,7 @@ public:
        {
                return (ConfigView*)Parent::parent();
        }
+       ConfigItem* findConfigItem(struct menu *);
 
 protected:
        void keyPressEvent(QKeyEvent *e);
@@ -77,7 +78,7 @@ signals:
        void menuChanged(struct menu *menu);
        void menuSelected(struct menu *menu);
        void parentSelected(void);
-       void gotFocus(void);
+       void gotFocus(struct menu *);
 
 public:
        void updateListAll(void)
@@ -258,15 +259,18 @@ public slots:
 
 signals:
        void showDebugChanged(bool);
+       void menuSelected(struct menu *);
 
 protected:
+       void symbolInfo(void);
        void menuInfo(void);
        QString debug_info(struct symbol *sym);
        static QString print_filter(const QString &str);
-       static void expr_print_help(void *data, const char *str);
+       static void expr_print_help(void *data, struct symbol *sym, const char *str);
        QPopupMenu* createPopupMenu(const QPoint& pos);
        void contentsContextMenuEvent(QContextMenuEvent *e);
 
+       struct symbol *sym;
        struct menu *menu;
        bool _showDebug;
 };
@@ -296,8 +300,8 @@ class ConfigMainWindow : public QMainWindow {
 public:
        ConfigMainWindow(void);
 public slots:
-       void setHelp(QListViewItem* item);
        void changeMenu(struct menu *);
+       void setMenuLink(struct menu *);
        void listFocusChanged(void);
        void goBack(void);
        void loadConfig(void);