Updated documentation
[libs.git] / docs / html / _linux_f_h_s_app_self_8h-source.html
blobb86d8172680e595b868c2dd70544d79f9aa57763
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3 <title>LibSylph: Sylph/OS/LinuxFHSAppSelf.h Source File</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.5.8 -->
7 <div class="navigation" id="top">
8 <div class="tabs">
9 <ul>
10 <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
12 <li><a href="classes.html"><span>Classes</span></a></li>
13 <li class="current"><a href="files.html"><span>Files</span></a></li>
14 <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
15 </ul>
16 </div>
17 <div class="tabs">
18 <ul>
19 <li><a href="files.html"><span>File&nbsp;List</span></a></li>
20 </ul>
21 </div>
22 <h1>Sylph/OS/LinuxFHSAppSelf.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
23 <a name="l00002"></a>00002 <span class="comment"> * LibSylph Class Library</span>
24 <a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 2009 Frank "SeySayux" Erens &lt;seysayux@gmail.com&gt;</span>
25 <a name="l00004"></a>00004 <span class="comment"> *</span>
26 <a name="l00005"></a>00005 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
27 <a name="l00006"></a>00006 <span class="comment"> * modify it under the terms of the LibSylph Pulbic License as published</span>
28 <a name="l00007"></a>00007 <span class="comment"> * by the LibSylph Developers; either version 1.0 of the License, or</span>
29 <a name="l00008"></a>00008 <span class="comment"> * (at your option) any later version.</span>
30 <a name="l00009"></a>00009 <span class="comment"> *</span>
31 <a name="l00010"></a>00010 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
32 <a name="l00011"></a>00011 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
33 <a name="l00012"></a>00012 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LibSylph</span>
34 <a name="l00013"></a>00013 <span class="comment"> * Public License for more details.</span>
35 <a name="l00014"></a>00014 <span class="comment"> *</span>
36 <a name="l00015"></a>00015 <span class="comment"> * You should have received a copy of the LibSylph Public License</span>
37 <a name="l00016"></a>00016 <span class="comment"> * along with this Library, if not, contact the LibSylph Developers.</span>
38 <a name="l00017"></a>00017 <span class="comment"> * </span>
39 <a name="l00018"></a>00018 <span class="comment"> * Created on 30 januari 2009, 9:20</span>
40 <a name="l00019"></a>00019 <span class="comment"> */</span>
41 <a name="l00020"></a>00020
42 <a name="l00021"></a>00021 <span class="preprocessor">#ifndef _LINUXFHSAPPSELF_H</span>
43 <a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define _LINUXFHSAPPSELF_H</span>
44 <a name="l00023"></a>00023 <span class="preprocessor"></span>
45 <a name="l00024"></a>00024 <span class="preprocessor">#include "../Core/Application.h"</span>
46 <a name="l00025"></a>00025
47 <a name="l00026"></a>00026 SYLPH_BEGIN_NAMESPACE
48 <a name="l00027"></a>00027 SYLPH_PUBLIC
49 <a name="l00028"></a>00028
50 <a name="l00029"></a>00029 <span class="keyword">class </span>LinuxFHSAppSelf : <span class="keyword">public</span> ApplicationSelf {
51 <a name="l00030"></a>00030 <span class="keyword">public</span>:
52 <a name="l00031"></a>00031 LinuxFHSAppSelf(<span class="keywordtype">int</span> argc, <span class="keywordtype">char</span> * argv[]);
53 <a name="l00032"></a>00032 <span class="keyword">virtual</span> ~LinuxFHSAppSelf() {}
54 <a name="l00033"></a>00033 <span class="keyword">const</span> File&amp; bundle();
55 <a name="l00034"></a>00034 <span class="keyword">const</span> File&amp; resourceDir();
56 <a name="l00035"></a>00035 <span class="keyword">const</span> File resource(String rsc);
57 <a name="l00036"></a>00036 <span class="keyword">const</span> File&amp; libraryDir();
58 <a name="l00037"></a>00037 <span class="keyword">const</span> File&amp; pluginDir();
59 <a name="l00038"></a>00038 <span class="keyword">const</span> File&amp; plugindisabledDir();
60 <a name="l00039"></a>00039
61 <a name="l00040"></a>00040 <span class="keyword">const</span> File&amp; systemLibraryDir();
62 <a name="l00041"></a>00041 <span class="keyword">const</span> File&amp; systemSettings();
63 <a name="l00042"></a>00042 <span class="keyword">const</span> File&amp; systemSettingsDir();
64 <a name="l00043"></a>00043 <span class="keyword">const</span> File&amp; systemPluginDir();
65 <a name="l00044"></a>00044 <span class="keyword">const</span> File&amp; systemPluginDisabledDir();
66 <a name="l00045"></a>00045 <span class="keyword">const</span> File&amp; systemResourceDir();
67 <a name="l00046"></a>00046 <span class="keyword">const</span> File systemResource(String rsc);
68 <a name="l00047"></a>00047
69 <a name="l00048"></a>00048 <span class="keyword">const</span> File&amp; userHome();
70 <a name="l00049"></a>00049
71 <a name="l00050"></a>00050 <span class="keyword">const</span> File&amp; userLibraryDir();
72 <a name="l00051"></a>00051 <span class="keyword">const</span> File&amp; userSettings();
73 <a name="l00052"></a>00052 <span class="keyword">const</span> File&amp; userSettingsDir();
74 <a name="l00053"></a>00053 <span class="keyword">const</span> File&amp; userPluginDir();
75 <a name="l00054"></a>00054 <span class="keyword">const</span> File&amp; userPluginDisabledDir();
76 <a name="l00055"></a>00055 <span class="keyword">const</span> File&amp; userResourceDir();
77 <a name="l00056"></a>00056 <span class="keyword">const</span> File userResource(String rsc);
78 <a name="l00057"></a>00057
79 <a name="l00058"></a>00058 <span class="keyword">const</span> File&amp; prefix();
80 <a name="l00059"></a>00059 };
81 <a name="l00060"></a>00060
82 <a name="l00061"></a>00061 SYLPH_END_NAMESPACE
83 <a name="l00062"></a>00062
84 <a name="l00063"></a>00063 <span class="preprocessor">#endif </span><span class="comment">/* _LINUXFHSAPPSELF_H */</span>
85 <a name="l00064"></a>00064
86 </pre></div></div>
87 <hr size="1" class="unhidden"><address style="text-align: right;"><small>
88 Documentation for LibSylph by Doxygen
89 </body>
90 </html>