Searched refs:ConfigView (Results 1 - 25 of 38) sorted by relevance

12

/haiku/src/add-ons/translators/ico/
H A DConfigView.h12 class ConfigView : public BGroupView { class in inherits:BGroupView
14 ConfigView();
15 virtual ~ConfigView();
H A DConfigView.cpp7 #include "ConfigView.h"
20 #define B_TRANSLATION_CONTEXT "ConfigView"
23 ConfigView::ConfigView() function in class:ConfigView
70 ConfigView::~ConfigView()
/haiku/src/add-ons/translators/exr/
H A DConfigView.h12 class ConfigView : public BView { class in inherits:BView
14 ConfigView(uint32 flags = B_WILL_DRAW);
15 virtual ~ConfigView();
H A DConfigView.cpp9 #include "ConfigView.h"
23 #define B_TRANSLATION_CONTEXT "ConfigView"
26 ConfigView::ConfigView(uint32 flags) function in class:ConfigView
70 ConfigView::~ConfigView()
/haiku/src/add-ons/translators/pcx/
H A DConfigView.h12 class ConfigView : public BView { class in inherits:BView
14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
16 virtual ~ConfigView();
H A DConfigView.cpp8 #include "ConfigView.h"
21 #define B_TRANSLATION_CONTEXT "ConfigView"
24 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) function in class:ConfigView
51 ConfigView::~ConfigView()
/haiku/src/add-ons/translators/raw/
H A DConfigView.h12 class ConfigView : public BView { class in inherits:BView
14 ConfigView(uint32 flags = B_WILL_DRAW);
15 virtual ~ConfigView();
H A DConfigView.cpp8 #include "ConfigView.h"
24 #define B_TRANSLATION_CONTEXT "ConfigView"
29 ConfigView::ConfigView(uint32 flags) function in class:ConfigView
76 ConfigView::~ConfigView()
/haiku/src/add-ons/translators/rtf/
H A DConfigView.h12 class ConfigView : public BView { class in inherits:BView
14 ConfigView(const BRect &frame, uint32 resize = B_FOLLOW_ALL,
16 virtual ~ConfigView();
H A DConfigView.cpp7 #include "ConfigView.h"
17 #define B_TRANSLATION_CONTEXT "ConfigView"
20 ConfigView::ConfigView(const BRect &frame, uint32 resize, uint32 flags) function in class:ConfigView
48 ConfigView::~ConfigView()
/haiku/src/add-ons/translators/icns/
H A DConfigView.h17 class ConfigView : public BGroupView { class in inherits:BGroupView
19 ConfigView(TranslatorSettings *settings);
20 virtual ~ConfigView();
H A DConfigView.cpp6 #include "ConfigView.h"
20 ConfigView::ConfigView(TranslatorSettings *settings) function in class:ConfigView
71 ConfigView::~ConfigView()
/haiku/src/add-ons/translators/webp/
H A DConfigView.h19 class ConfigView : public BGroupView { class in inherits:BGroupView
21 ConfigView(TranslatorSettings* settings);
22 virtual ~ConfigView();
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp35 class ConfigView : public MailProtocolConfigView { class in inherits:MailProtocolConfigView
37 ConfigView(
40 virtual ~ConfigView();
53 ConfigView::ConfigView(const BMailAccountSettings& accountSettings, function in class:ConfigView
87 ConfigView::~ConfigView()
93 ConfigView::SaveInto(BMailAddOnSettings& settings) const
104 ConfigView::MessageReceived(BMessage* message)
126 ConfigView
[all...]
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.h16 class ConfigView : public BMailSettingsView { class in inherits:BMailSettingsView
18 ConfigView();
H A DConfigView.cpp9 #include "ConfigView.h"
22 #define B_TRANSLATION_CONTEXT "ConfigView"
25 ConfigView::ConfigView() function in class:ConfigView
43 ConfigView::SetTo(const BMailAddOnSettings& settings)
56 ConfigView::SaveInto(BMailAddOnSettings& settings) const
H A DFortuneFilter.cpp12 #include "ConfigView.h"
118 ConfigView* view = new ConfigView();
/haiku/src/add-ons/translators/psd/
H A DConfigView.h21 class ConfigView : public BGroupView { class in inherits:BGroupView
23 ConfigView(TranslatorSettings *settings);
24 virtual ~ConfigView();
H A DConfigView.cpp6 #include "ConfigView.h"
23 ConfigView::ConfigView(TranslatorSettings *settings) function in class:ConfigView
98 ConfigView::~ConfigView()
105 ConfigView::AllAttached()
113 ConfigView::MessageReceived(BMessage* message)
139 ConfigView::_AddItemToMenu(BMenu* menu, const char* label,
/haiku/src/add-ons/translators/avif/
H A DConfigView.h19 class ConfigView : public BGroupView { class in inherits:BGroupView
21 ConfigView(TranslatorSettings* settings);
22 virtual ~ConfigView();
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.h21 class ConfigView;
46 ConfigView* fConfigView;
H A DConfigView.h26 class ConfigView : public BView { class in inherits:BView
28 ConfigView(BRect frame, Gravity* parent);
H A DConfigView.cpp13 #include "ConfigView.h"
31 ConfigView::ConfigView(BRect frame, Gravity* parent) function in class:ConfigView
78 ConfigView::AllAttached()
91 ConfigView::AttachedToWindow()
99 ConfigView::MessageReceived(BMessage* message)
/haiku/src/apps/pulse/
H A DConfigView.h30 class ConfigView : public BBox { class in inherits:BBox
32 ConfigView(BRect rect, const char *name, uint32 mode,
H A DPrefsWindow.cpp15 #include "ConfigView.h"
51 ConfigView *normalView = new ConfigView(rect, B_TRANSLATE("Normal mode"),
55 ConfigView *miniView = new ConfigView(rect, B_TRANSLATE("Mini mode"),
59 ConfigView *deskbarView = new ConfigView(rect, B_TRANSLATE("Deskbar mode"),
112 ConfigView *deskbar = (ConfigView *)FindView(

Completed in 99 milliseconds

12