Searched refs:StyledEditWindow (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.h30 class StyledEditWindow : public BWindow { class in inherits:BWindow
32 StyledEditWindow(BRect frame, int32 id,
34 StyledEditWindow(BRect frame, entry_ref* ref,
36 virtual ~StyledEditWindow();
85 StyledEditWindow *fWindow;
87 _NodeMonitorSuspender(StyledEditWindow *w) : fWindow(w) {
H A DStyledEditApp.h24 class StyledEditWindow;
H A DStyledEditWindow.cpp23 #include "StyledEditWindow.h"
60 #define B_TRANSLATION_CONTEXT "StyledEditWindow"
81 StyledEditWindow::StyledEditWindow(BRect frame, int32 id, uint32 encoding) function in class:StyledEditWindow
94 StyledEditWindow::StyledEditWindow(BRect frame, entry_ref* ref, uint32 encoding) function in class:StyledEditWindow
103 StyledEditWindow::~StyledEditWindow()
112 StyledEditWindow::Quit()
128 StyledEditWindow
[all...]
H A DStyledEditApp.cpp14 #include "StyledEditWindow.h"
175 new StyledEditWindow(gWindowRect, fNextUntitledWindow++, fOpenAsEncoding);
205 StyledEditWindow* document = NULL;
212 document = dynamic_cast<StyledEditWindow*>(window);
228 document = new StyledEditWindow(gWindowRect, ref, fOpenAsEncoding);
H A DStatusView.cpp29 #include "StyledEditWindow.h"
174 StyledEditWindow::PopulateEncodingMenu(menu, fEncoding);

Completed in 52 milliseconds