Home
last modified time | relevance | path

Searched refs:screen_flow_button_frame (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dscreen_flow_edit_dlg.h16 class screen_flow_button_frame : public CWnd
19 screen_flow_button_frame(screen_flow *flow, CWnd *pParent = NULL);
20 ~screen_flow_button_frame();
145 screen_flow_button_frame *mpButtonFrame;
Dscreen_flow_edit_dlg.cpp55 BEGIN_MESSAGE_MAP(screen_flow_button_frame, CWnd) in BEGIN_MESSAGE_MAP() argument
67 screen_flow_button_frame::screen_flow_button_frame(screen_flow *flow, CWnd * pParent) in BEGIN_MESSAGE_MAP()
73 screen_flow_button_frame::~screen_flow_button_frame() in ~screen_flow_button_frame()
80 int screen_flow_button_frame::OnCreate(LPCREATESTRUCT lpCreateStruct) in OnCreate()
119 void screen_flow_button_frame::OnSize(UINT nType, int cx, int cy) in OnSize()
164 BOOL screen_flow_button_frame::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()
195 void screen_flow_button_frame::UpdateZoomValue() in UpdateZoomValue()
218 void screen_flow_button_frame::OnFitContent() in OnFitContent()
227 void screen_flow_button_frame::OnZoomOut() in OnZoomOut()
236 void screen_flow_button_frame::OnZoomIn() in OnZoomIn()
[all …]