Root/
| 1 | /* |
| 2 | * Copyright (C) 2009 Tommi Maekitalo |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or |
| 5 | * modify it under the terms of the GNU General Public License as |
| 6 | * published by the Free Software Foundation; either version 2 of the |
| 7 | * License, or (at your option) any later version. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, but |
| 10 | * is provided AS IS, WITHOUT ANY WARRANTY; without even the implied |
| 11 | * warranty of MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, and |
| 12 | * NON-INFRINGEMENT. See the GNU General Public License for more details. |
| 13 | * |
| 14 | * You should have received a copy of the GNU General Public License |
| 15 | * along with this program; if not, write to the Free Software |
| 16 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
| 17 | * |
| 18 | */ |
| 19 | |
| 20 | #ifndef VIDO_HH |
| 21 | #define VIDO_HH |
| 22 | #include <string> |
| 23 | |
| 24 | #include <gtkmm.h> |
| 25 | |
| 26 | class main_window; |
| 27 | |
| 28 | extern void show_random(); |
| 29 | extern void show_history(); |
| 30 | extern void history_jump(int jumper); |
| 31 | extern void search_window(main_window *window); |
| 32 | extern void getArticleFromUrl(const gchar *url, int pos); |
| 33 | extern void getArticleFromTitle(const gchar *url); |
| 34 | extern void GoToTop(); |
| 35 | extern bool get_blocked(); |
| 36 | extern void set_blocked(bool value); |
| 37 | extern void show_help(); |
| 38 | |
| 39 | #endif // VIDO_HH |
| 40 |
Branches:
development
master
