Home
last modified time | relevance | path

Searched refs:properties_win (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dproperties_win.cpp251 BEGIN_MESSAGE_MAP(properties_win, CWnd) in BEGIN_MESSAGE_MAP() argument
451 properties_win::properties_win() in BEGIN_MESSAGE_MAP()
463 properties_win::~properties_win() in ~properties_win()
468 void properties_win::SetControlSize() in SetControlSize()
478 void properties_win::OnTabKey() in OnTabKey()
520 void properties_win::OnPageUp() in OnPageUp()
552 void properties_win::OnPageDown() in OnPageDown()
584 BOOL properties_win::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()
672 int properties_win::OnCreate(LPCREATESTRUCT lpcs) in OnCreate()
683 BOOL properties_win::OnEraseBkgnd(CDC* pDC) in OnEraseBkgnd()
[all …]
DMainFrm.h65 void SetPropsWin(properties_win *win) in SetPropsWin()
81 properties_win *GetPropsWin() in GetPropsWin()
121 properties_win *mpPropsWin;
Dproperties_win.h7 class properties_win : public CDialog
10 properties_win();
11 ~properties_win();
Dleft_panel_frame.h49 properties_win* mp_properties_win;
Dwidget_reader.cpp99properties_win::SetChildAllocation(widget->GetChildWidgetInfo(), STATICALLY_ALLOCATED); in ReadWidgets()
Dleft_panel_frame.cpp164 mp_properties_win = new properties_win(); in OnCreate()
Dstudiox_util.h72 properties_win *GetPropsWin();
Dundo_manager.cpp491 properties_win::AssignProgressBarInfo(current_info); in Undo()
Dstudiox_util.cpp1208 properties_win *GetPropsWin() in GetPropsWin()
DStudioXProject.cpp2687 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()
2691 properties_win::SetChildAllocation(child_info, DYNAMIC_ALLOCATION_CHILD); in AddWidgetToParent()
2696 properties_win::SetChildAllocation(child_info, STATICALLY_ALLOCATED); in AddWidgetToParent()
Dproject_view.cpp3454 properties_win* props = GetPropsWin(); in PreTranslateMessage()