Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:FX_BOOL

31 	virtual void						OnNoteShow(FX_BOOL bShow) = 0;

32 virtual void OnNoteActivate(FX_BOOL bActive) = 0;
103 virtual FX_BOOL OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag);
104 virtual FX_BOOL OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag);
107 FX_BOOL m_bMouseDown;
136 void EnableNotify(FX_BOOL bEnable) {m_bEnableNotify = bEnable;}
150 FX_BOOL m_bEnableNotify;
152 FX_BOOL m_bSizeChanged;
184 virtual FX_BOOL OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag);
186 void SetEditFocus(FX_BOOL bLast);
199 void EnableRead(FX_BOOL bEnabled);
200 void EnableModify(FX_BOOL bEnabled);
236 virtual FX_BOOL IsTopItem() const { return FALSE;}
240 virtual FX_BOOL OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag);
241 virtual FX_BOOL OnRButtonUp(const CPDF_Point & point, FX_DWORD nFlag);
247 void EnableRead(FX_BOOL bEnabled);
248 void EnableModify(FX_BOOL bEnabled);
263 void SetNoteFocus(FX_BOOL bLast);
285 FX_BOOL m_bSizeChanged;
286 FX_BOOL m_bAllowModify;
301 virtual FX_BOOL IsTopItem() const {return TRUE;}
307 void EnableNotify(FX_BOOL bEnabled);
310 void EnableRead(FX_BOOL bEnabled);
311 void EnableModify(FX_BOOL bEnabled);
322 virtual FX_BOOL OnLButtonDown(const CPDF_Point & point, FX_DWORD nFlag);
323 virtual FX_BOOL OnRButtonUp(const CPDF_Point & point, FX_DWORD nFlag);
324 virtual FX_BOOL OnMouseWheel(short zDelta, const CPDF_Point & point, FX_DWORD nFlag);
332 FX_BOOL ResetScrollBar();
334 FX_BOOL ScrollBarShouldVisible();
345 FX_BOOL m_bResizing;
348 FX_BOOL m_bEnalbleNotify;