OSDN Git Service

Lycheeにリネーム。
[tpi/lychee.git] / src / lychee / functions.h
1 /*******************************************************************************\r
2   TPI - flexible but useless plug-in framework.\r
3   Copyright (C) 2002-2009 Silky\r
4 \r
5   This library is free software; you can redistribute it and/or modify it under\r
6   the terms of the GNU Lesser General Public License as published by the Free\r
7   Software Foundation; either version 2.1 of the License, or (at your option)\r
8   any later version.\r
9 \r
10   This library is distributed in the hope that it will be useful, but WITHOUT\r
11   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or \r
12   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License\r
13   for more details.\r
14 \r
15   You should have received a copy of the GNU Lesser General Public License along\r
16   with this library; if not, write to the Free Software Foundation, Inc.,\r
17   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA\r
18 \r
19   $Id: functions.h,v 1.7 2009/08/23 10:59:56 sirakaba Exp $\r
20 *******************************************************************************/\r
21 \r
22 #ifndef H_LOADED_FUNCTIONS\r
23 #define H_LOADED_FUNCTIONS\r
24 \r
25 //******************************************************************************\r
26 //    \83R\83\93\83g\83\8d\81[\83\8b\8f\88\97\9d\8cn\8aÖ\90\94\r
27 //******************************************************************************\r
28 \r
29 bool TreeView_CheckNewerItem(wxTreeCtrl *, wxTreeItemId, const wxString &, bool);\r
30 wxString TreeView_GetItemPath(wxTreeCtrl *, wxTreeItemId);\r
31 \r
32 //******************************************************************************\r
33 //    \8f\94\8f\88\97\9d\8aÖ\90\94\r
34 //******************************************************************************\r
35 \r
36 wxFileName MakeDirPath(wxFileName, wxString, bool);\r
37 wxArrayString MakeTargetFileList(MainFrame *, bool);\r
38 bool WillMakeDirByArcName(MainFrame *, MakeDialog *);\r
39 wxString GetFileTypeName(wxFileName);\r
40 wxIcon GetFileTypeIcon(wxFileName);\r
41 \r
42 #endif\r