fixed newline at end of file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1229 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -38,4 +38,4 @@ private:
|
|||||||
BString string;
|
BString string;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
const uint32 SEL_CHANGE = 'SEch';
|
const uint32 SEL_CHANGE = 'SEch';
|
||||||
const uint32 ERROR_DETECTED = 'ERor';
|
const uint32 ERROR_DETECTED = 'ERor';
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -65,4 +65,4 @@ void
|
|||||||
DataTranslationsSettings::SetWindowCorner(BPoint corner)
|
DataTranslationsSettings::SetWindowCorner(BPoint corner)
|
||||||
{
|
{
|
||||||
fCorner=corner;
|
fCorner=corner;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ private:
|
|||||||
BPoint fCorner;
|
BPoint fCorner;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -62,4 +62,4 @@ void DataTranslationsView::MouseMoved(BPoint point, uint32 transit, const BMessa
|
|||||||
DataTranslationsView::~DataTranslationsView()
|
DataTranslationsView::~DataTranslationsView()
|
||||||
{
|
{
|
||||||
if (messagerunner != NULL) delete messagerunner;
|
if (messagerunner != NULL) delete messagerunner;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -276,4 +276,4 @@ void DataTranslationsWindow::FrameMoved(BPoint origin)
|
|||||||
DataTranslationsWindow::~DataTranslationsWindow()
|
DataTranslationsWindow::~DataTranslationsWindow()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -91,4 +91,4 @@ void PosSettings::SetWindowPosition(BRect f)
|
|||||||
brCorner.x=f.right;
|
brCorner.x=f.right;
|
||||||
brCorner.y=f.bottom;
|
brCorner.y=f.bottom;
|
||||||
brCorner.PrintToStream();
|
brCorner.PrintToStream();
|
||||||
}//VMSettings::SetWindowFrame
|
}//VMSettings::SetWindowFrame
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ private:
|
|||||||
BPoint brCorner;
|
BPoint brCorner;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -50,4 +50,4 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -88,4 +88,4 @@ void DetailsView::AttachedToWindow()
|
|||||||
username->SetTarget(this);
|
username->SetTarget(this);
|
||||||
passwd->SetTarget(this);
|
passwd->SetTarget(this);
|
||||||
savepasswd->SetTarget(this);
|
savepasswd->SetTarget(this);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,4 +154,4 @@ void LocationView::AttachedToWindow()
|
|||||||
doptwo->SetTarget(this);
|
doptwo->SetTarget(this);
|
||||||
dopthree->SetTarget(this);
|
dopthree->SetTarget(this);
|
||||||
}
|
}
|
||||||
// ------------------------------------------------------------------------------- //
|
// ------------------------------------------------------------------------------- //
|
||||||
|
|||||||
@@ -48,4 +48,4 @@ class LocationView: public BView
|
|||||||
BMenuItem* dopthree;
|
BMenuItem* dopthree;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -82,4 +82,3 @@ void TreeView::SetTreeViewStatus(bool condition)
|
|||||||
{
|
{
|
||||||
status = condition;
|
status = condition;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -29,4 +29,4 @@ class TreeView : public BView
|
|||||||
bool status;//0 == off && 1 == on
|
bool status;//0 == off && 1 == on
|
||||||
bool down;
|
bool down;
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -73,4 +73,4 @@ void ButtonView::SetRevertState(bool b){
|
|||||||
|
|
||||||
revertButton->SetEnabled(b);
|
revertButton->SetEnabled(b);
|
||||||
|
|
||||||
}//SetRevertState
|
}//SetRevertState
|
||||||
|
|||||||
@@ -29,4 +29,4 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -79,4 +79,4 @@ KeyboardApplication::AboutRequested(void)
|
|||||||
KeyboardApplication::~KeyboardApplication()
|
KeyboardApplication::~KeyboardApplication()
|
||||||
{
|
{
|
||||||
delete fSettings;
|
delete fSettings;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ const uint32 SLIDER_DELAY_RATE = 'SLdr';
|
|||||||
|
|
||||||
const uint32 ERROR_DETECTED = 'ERor';
|
const uint32 ERROR_DETECTED = 'ERor';
|
||||||
|
|
||||||
#endif //KEYBOARD_MESSAGES_H
|
#endif //KEYBOARD_MESSAGES_H
|
||||||
|
|||||||
@@ -80,4 +80,4 @@ void
|
|||||||
KeyboardSettings::SetKeyboardRepeatDelay(int32 rate)
|
KeyboardSettings::SetKeyboardRepeatDelay(int32 rate)
|
||||||
{
|
{
|
||||||
fSettings.key_repeat_delay=rate;
|
fSettings.key_repeat_delay=rate;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ private:
|
|||||||
kb_settings fSettings;
|
kb_settings fSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -83,4 +83,4 @@ void KeyboardView::Draw(BRect updateFrame)
|
|||||||
inherited::Draw(updateFrame);
|
inherited::Draw(updateFrame);
|
||||||
fBox->DrawBitmap(fIconBitmap,BPoint(178,26));
|
fBox->DrawBitmap(fIconBitmap,BPoint(178,26));
|
||||||
fBox->DrawBitmap(fClockBitmap,BPoint(178,83));
|
fBox->DrawBitmap(fClockBitmap,BPoint(178,83));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -152,4 +152,4 @@ KeyboardWindow::MessageReceived(BMessage *message)
|
|||||||
KeyboardWindow::~KeyboardWindow()
|
KeyboardWindow::~KeyboardWindow()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,4 +24,4 @@ private:
|
|||||||
BBitmap *fCheckBmp;
|
BBitmap *fCheckBmp;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _MBitmapMenuItem_h
|
#endif // _MBitmapMenuItem_h
|
||||||
|
|||||||
@@ -17,4 +17,4 @@
|
|||||||
ColorPicker::MessageReceived(BMessage *msg){
|
ColorPicker::MessageReceived(BMessage *msg){
|
||||||
switch(msg->what) {
|
switch(msg->what) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,4 +66,3 @@
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -119,4 +119,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,4 +66,4 @@
|
|||||||
InvalidateLayout();
|
InvalidateLayout();
|
||||||
Invalidate();
|
Invalidate();
|
||||||
SetEnabled(true);
|
SetEnabled(true);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,4 +52,4 @@
|
|||||||
BMessage(msg);
|
BMessage(msg);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -139,4 +139,4 @@
|
|||||||
BMenu *menu;
|
BMenu *menu;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -138,4 +138,4 @@
|
|||||||
void MenuBar::FrameResized(float width, float height)
|
void MenuBar::FrameResized(float width, float height)
|
||||||
{
|
{
|
||||||
Window()->PostMessage(UPDATE_WINDOW);
|
Window()->PostMessage(UPDATE_WINDOW);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -199,4 +199,4 @@
|
|||||||
info.triggers_always_shown = false;
|
info.triggers_always_shown = false;
|
||||||
set_menu_info(&info);
|
set_menu_info(&info);
|
||||||
Update();
|
Update();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,4 +24,4 @@
|
|||||||
const uint32 MENU_FONT_SIZE = 'mfsz';
|
const uint32 MENU_FONT_SIZE = 'mfsz';
|
||||||
|
|
||||||
//seperator
|
//seperator
|
||||||
const uint32 MENU_SEP_TYPE = 'mstp';
|
const uint32 MENU_SEP_TYPE = 'mstp';
|
||||||
|
|||||||
@@ -85,4 +85,4 @@ MouseApplication::AboutRequested(void)
|
|||||||
MouseApplication::~MouseApplication()
|
MouseApplication::~MouseApplication()
|
||||||
{
|
{
|
||||||
delete fSettings;
|
delete fSettings;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ const uint32 SLIDER_MOUSE_SPEED = 'SLms';
|
|||||||
|
|
||||||
const uint32 ERROR_DETECTED = 'ERor';
|
const uint32 ERROR_DETECTED = 'ERor';
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -98,4 +98,4 @@ void
|
|||||||
MouseSettings::SetMouseSpeed(int32 accel)
|
MouseSettings::SetMouseSpeed(int32 accel)
|
||||||
{
|
{
|
||||||
fSettings.accel.speed=accel;
|
fSettings.accel.speed=accel;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,4 +44,4 @@ private:
|
|||||||
mouse_settings fSettings;
|
mouse_settings fSettings;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -134,4 +134,4 @@ void MouseView::Draw(BRect updateFrame)
|
|||||||
fBox->DrawBitmap(fSpeedBitmap,BPoint(331,90));
|
fBox->DrawBitmap(fSpeedBitmap,BPoint(331,90));
|
||||||
fBox->DrawBitmap(fAccelerationBitmap,BPoint(331,155));
|
fBox->DrawBitmap(fAccelerationBitmap,BPoint(331,155));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,4 +123,4 @@ MouseWindow::MessageReceived(BMessage *message)
|
|||||||
MouseWindow::~MouseWindow()
|
MouseWindow::~MouseWindow()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -198,4 +198,4 @@ class Network : public BApplication
|
|||||||
NetworkWindow *fwindow;
|
NetworkWindow *fwindow;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -297,4 +297,4 @@ empty things before setting the new values*/
|
|||||||
//And save some of them
|
//And save some of them
|
||||||
fusername = GLOBAL[2];
|
fusername = GLOBAL[2];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ private:
|
|||||||
BString fString;
|
BString fString;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ private:
|
|||||||
BButton *fKeepButton;
|
BButton *fKeepButton;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -72,4 +72,4 @@ const unsigned char BitmapBits [] = {
|
|||||||
0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
|
0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -22,4 +22,4 @@
|
|||||||
#define DIM_COUNT_MSG 'scrf'
|
#define DIM_COUNT_MSG 'scrf'
|
||||||
#define MAKE_INITIAL_MSG 'mkin'
|
#define MAKE_INITIAL_MSG 'mkin'
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ private:
|
|||||||
char* fStatus;
|
char* fStatus;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ public:
|
|||||||
virtual void Draw(BRect updateRect);
|
virtual void Draw(BRect updateRect);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -118,4 +118,4 @@ void RefreshWindow::MessageReceived(BMessage* message)
|
|||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,4 +22,4 @@ private:
|
|||||||
BButton *fCancelButton;
|
BButton *fCancelButton;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -77,4 +77,4 @@ int main()
|
|||||||
MyApplication.Run();
|
MyApplication.Run();
|
||||||
|
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ private:
|
|||||||
bool NeedWindow;
|
bool NeedWindow;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ private:
|
|||||||
int32 fResolution;
|
int32 fResolution;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ private:
|
|||||||
BRect fWindowFrame;
|
BRect fWindowFrame;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -30,4 +30,4 @@ void ScreenView::Draw(BRect updateRect)
|
|||||||
StrokeLine(BPoint(Bounds().right, Bounds().bottom), BPoint(Bounds().right, Bounds().top));
|
StrokeLine(BPoint(Bounds().right, Bounds().bottom), BPoint(Bounds().right, Bounds().top));
|
||||||
|
|
||||||
SetHighColor(blackColor);
|
SetHighColor(blackColor);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ public:
|
|||||||
virtual void Draw(BRect updateRect);
|
virtual void Draw(BRect updateRect);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -55,4 +55,4 @@ private:
|
|||||||
float fInitialRefreshN;
|
float fInitialRefreshN;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -575,4 +575,4 @@ HWindow::QuitRequested()
|
|||||||
utils.SaveRectToApp("window_rect",this->Frame());
|
utils.SaveRectToApp("window_rect",this->Frame());
|
||||||
be_app->PostMessage(B_QUIT_REQUESTED);
|
be_app->PostMessage(B_QUIT_REQUESTED);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,4 +5,4 @@ int main()
|
|||||||
HApp app;
|
HApp app;
|
||||||
app.Run();
|
app.Run();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,4 +67,4 @@ TimeApplication::AboutRequested(void)
|
|||||||
TimeApplication::~TimeApplication()
|
TimeApplication::~TimeApplication()
|
||||||
{
|
{
|
||||||
delete fSettings;
|
delete fSettings;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,4 +26,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -14,4 +14,4 @@ const uint32 SLIDER_DELAY_RATE = 'SLdr';
|
|||||||
|
|
||||||
const uint32 ERROR_DETECTED = 'ERor';
|
const uint32 ERROR_DETECTED = 'ERor';
|
||||||
|
|
||||||
#endif //TIME_MESSAGES_H
|
#endif //TIME_MESSAGES_H
|
||||||
|
|||||||
@@ -60,4 +60,4 @@ void
|
|||||||
TimeSettings::SetWindowCorner(BPoint corner)
|
TimeSettings::SetWindowCorner(BPoint corner)
|
||||||
{
|
{
|
||||||
fCorner=corner;
|
fCorner=corner;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -52,4 +52,4 @@ void TimeView::Draw(BRect updateFrame)
|
|||||||
{
|
{
|
||||||
inherited::Draw(updateFrame);
|
inherited::Draw(updateFrame);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -67,4 +67,4 @@ TimeWindow::MessageReceived(BMessage *message)
|
|||||||
TimeWindow::~TimeWindow()
|
TimeWindow::~TimeWindow()
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
#define DRAG_TO_TRACKER 'drat'
|
#define DRAG_TO_TRACKER 'drat'
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -39,4 +39,4 @@ void LView::MessageReceived(BMessage *message) {
|
|||||||
LView::~LView()
|
LView::~LView()
|
||||||
{
|
{
|
||||||
if (messagerunner != NULL) delete messagerunner;
|
if (messagerunner != NULL) delete messagerunner;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //DATATRANS_H
|
#endif //DATATRANS_H
|
||||||
|
|||||||
@@ -84,4 +84,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //TRANS_WIN_H
|
#endif //TRANS_WIN_H
|
||||||
|
|||||||
@@ -76,4 +76,4 @@ void VMSettings::SetWindowPosition(BRect f)
|
|||||||
{//VMSettings::SetWindowFrame
|
{//VMSettings::SetWindowFrame
|
||||||
fcorner.x=f.left;
|
fcorner.x=f.left;
|
||||||
fcorner.y=f.top;
|
fcorner.y=f.top;
|
||||||
}//VMSettings::SetWindowFrame
|
}//VMSettings::SetWindowFrame
|
||||||
|
|||||||
@@ -17,4 +17,4 @@ private:
|
|||||||
BPoint fcorner;
|
BPoint fcorner;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -68,4 +68,4 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user