You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/iGui/iGuiGridPty/iGuiGridPty_global.h

23 lines
397 B
C

#pragma once
#include <QtCore/qglobal.h>
#if defined(X_GUI_GRIDPTY_LIBRARY)
# define X_GUI_GRIDPTY_EXPORT Q_DECL_EXPORT
#else
# define X_GUI_GRIDPTY_EXPORT Q_DECL_IMPORT
#endif
// 为了复用,暂时放在此处,后续根据需要调整
// 鼠标HitTest的位置信息
enum GridTickPos
{
GTP_None = 0, //None
GTP_Expander,
GTP_LeftCol,
GTP_RightCol,
GTP_Split
};