Hugin trunk 0.1
Loading...
Searching...
No Matches
LocalizedFileTipProvider.h
Go to the documentation of this file.
1// -*- c-basic-offset: 4 -*-
24#ifndef _LOCALIZED_FILE_TIP_PROVIDER_H
25#define _LOCALIZED_FILE_TIP_PROVIDER_H
26
27#include "panoinc_WX.h"
28
29#include <wx/tipdlg.h>
30
31
37class LocalizedFileTipProvider : public wxTipProvider
38{
39public:
40 LocalizedFileTipProvider(const wxString& filename, size_t currentTip);
41
42 virtual wxString GetTip();
43
44private:
46};
47
48#endif // _LOCALIZED_FILE_TIP_PROVIDER_H
A tip file provider that uses gettext to translate the tips.
include file for the hugin project
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition threshold.h:41