Searched refs:TGAView (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/translators/tga/
H A DTGAView.h2 // TGAView
5 // TGAView.h
39 class TGAView : public BView { class in inherits:BView
41 TGAView(const char *name, uint32 flags, TranslatorSettings *settings);
44 ~TGAView();
H A DTGAView.cpp2 // TGAView
6 // TGAView.cpp
38 #include "TGAView.h"
42 #define B_TRANSLATION_CONTEXT "TGAView"
45 TGAView::TGAView(const char *name, uint32 flags, TranslatorSettings *settings) function in class:TGAView
90 TGAView::~TGAView()
97 TGAView::AllAttached()
105 TGAView
[all...]
H A DTGATranslator.cpp37 #include "TGAView.h"
2217 return new(std::nothrow) TGAView(B_TRANSLATE("TGATranslator Settings"),

Completed in 59 milliseconds