| Line 141... |
Line 141... |
| 141 |
CyStringList *GetWebMirrors() { return &m_lMirrors; }
|
141 |
CyStringList *GetWebMirrors() { return &m_lMirrors; }
|
| 142 |
int GetMaxWebMirrors() { return m_lMirrors.Count(); }
|
142 |
int GetMaxWebMirrors() { return m_lMirrors.Count(); }
|
| 143 |
CyString GetWebMirror(int i) { if ( i >= 0 && i < m_lMirrors.Count() ) return m_lMirrors.StringAt(i); return NullString; }
|
143 |
CyString GetWebMirror(int i) { if ( i >= 0 && i < m_lMirrors.Count() ) return m_lMirrors.StringAt(i); return NullString; }
|
| 144 |
void ClearWebMirrors() { m_lMirrors.Clear(); }
|
144 |
void ClearWebMirrors() { m_lMirrors.Clear(); }
|
| 145 |
|
145 |
|
| 146 |
CLinkList<C_File> *GetFileList(int type);
|
146 |
CLinkList<C_File> *fileList(int type) const;
|
| 147 |
C_File *GetFirstFile(int type) const;
|
147 |
C_File *GetFirstFile(int type) const;
|
| 148 |
C_File *GetNextFile(C_File *prev) const;
|
148 |
C_File *GetNextFile(C_File *prev) const;
|
| 149 |
C_File *GetPrevFile(C_File *next) const;
|
149 |
C_File *GetPrevFile(C_File *next) const;
|
| 150 |
|
150 |
|
| 151 |
virtual Utils::String CreateValuesLine () const;
|
151 |
virtual Utils::String CreateValuesLine () const;
|