组合类型列表

这里列出所有类、结构、联合以及接口定义,附带简要说明:
CMouseTrackerMouse tracker
CMzAnimatorAnimation control
  • decelerate, rebound when slop over
CMzAppMZFC application base class.
  • if you write an application with MZFC library, please derive your application class from CMzApp
CMzStringWString class (unicode, wchar_t)
CMzWndMZFC window base class
CMzWndExMZFC base window class that could contains UiWin controls
  • Please derive from this class to design your application's windows UI.
  • Use AddUiWin(UiWin* pWin) member function to add controls to the window
CNumPadNumber input panel window
CNumPadEx数字输入键盘窗口类
CPopupMenu
CUiStatusBar滑块控件
FontHelperFont creation helper class
GradientButtonColorGradient button's color
ImagingHelperImaging COM interface's encapsulation
ListItemItem structure
MemoryDCMemory DC
  • You can use this class to manager a memory dc to do all drawing on it.
  • It is used by the UiCanvas class too
MzDDrawOverlay对DirectDraw的Overlay的封装
MzProgressDialog用于显示进度的对话框
PopupMenuItemProp
SelectControl
UiAlphabetBarAlphabet control
  • when pressed on the alphabet in the control, it will send an command message (MZ_WM_COMMAND) to the container window
UiButtonButton control.
  • This is also the base class of other button classes
UiButton_GradientGradient Bg color & Round-corner button
UiButton_ImageImage Button, Text on top.
  • Two images are normal & pressed status, upon the image, there can be button text
UiButtonExExtended button
UiCanvasCanvas control:
  • include a memory DC (MemoryDC m_dcCanvas) as a canvas. the control will paint the m_dcCanvas to the window
UiCaptionCaption control
UiEditZoom
UiFillColorPure color control
UiGradient渐变控件
  • 一般用作窗口中内容区域的背景
UiListList control
  • the control itself is dragged-and-scrollable
UiList_2List control
  • the control itself could not scroll.
  • add the control into a UiScrollWin object to make it dragged-and-scrollable
UiMultiLineEditPro多行文本编辑控件
UiPicturePicture control, use to view a picture or image
  • the control doesn't
UiPicture2Picture control, use to view a picture or image
  • the control doesn't
UiReceiverItem
UiScrollWinUiWin container class that could scroll the children.
  • add uiwin controls to a UiScrollWin object, could let them be draged-and-scroll(scrolling slower and slower,rebound when beyond the edge)
  • UiScrollWin object must use SetID(int) to set an unique ID in the whole window, or else it couldn't work properly
UiSingleLineEdit单行编辑器类
UiStaticStatic control
  • Use to view text or title etc
UiToolbar_IconIcon button toolbar
UiToolbar_TextText button toolbar
UiWinMZFC的UI控件基类
WinManagerUiWin controls manager

Generated at Fri Feb 20 15:17:30 2009 for Meizu M8 MZFC Documentation by 魅族手机