Root/src/vido.hh

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
26class main_window;
27
28extern void show_random();
29extern void show_history();
30extern void history_jump(int jumper);
31extern void search_window(main_window *window);
32extern void getArticleFromUrl(const gchar *url, int pos);
33extern void getArticleFromTitle(const gchar *url);
34extern void GoToTop();
35extern bool get_blocked();
36extern void set_blocked(bool value);
37extern void show_help();
38
39#endif // VIDO_HH
40

Archive Download this file

Branches:
development
master



interactive