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

/haiku/src/apps/stylededit/
H A DStyledEditWindow.h31 class StyledEditWindow : public BWindow { class in inherits:BWindow
33 StyledEditWindow(BRect frame, int32 id,
35 StyledEditWindow(BRect frame, entry_ref* ref,
37 virtual ~StyledEditWindow();
87 StyledEditWindow *fWindow;
89 _NodeMonitorSuspender(StyledEditWindow *w) : fWindow(w) {
H A DStyledEditApp.h24 class StyledEditWindow;
H A DStyledEditWindow.cpp24 #include "StyledEditWindow.h"
65 #define B_TRANSLATION_CONTEXT "StyledEditWindow"
86 StyledEditWindow::StyledEditWindow(BRect frame, int32 id, uint32 encoding) function in class:StyledEditWindow
103 StyledEditWindow::StyledEditWindow(BRect frame, entry_ref* ref, uint32 encoding) function in class:StyledEditWindow
116 StyledEditWindow::~StyledEditWindow()
125 StyledEditWindow::Quit()
141 StyledEditWindow
[all...]
H A DStyledEditApp.cpp14 #include "StyledEditWindow.h"
185 new StyledEditWindow(sWindowRect, fNextUntitledWindow++, fOpenAsEncoding);
216 StyledEditWindow* document = NULL;
223 document = dynamic_cast<StyledEditWindow*>(window);
238 document = new StyledEditWindow(sWindowRect, ref, fOpenAsEncoding);

Completed in 51 milliseconds