⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 auipaneinfo.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
📖 第 1 页 / 共 2 页
字号:
\section{\class{wxAuiPaneInfo}}\label{wxauipaneinfo}wxAuiPaneInfo is part of the wxAUI class framework.See also \helpref{wxAUI overview}{wxauioverview}.wxAuiPaneInfo specifies all the parameters for a pane.These parameters specify where the pane is on thescreen, whether it is docked or floating, or hidden.In addition, these parameters specify the pane'sdocked position, floating position, preferred size,minimum size, caption text among many other parameters.\wxheading{Derived from}No base class\wxheading{Include files}<wx/aui/aui.h>\wxheading{See also}\helpref{wxAuiManager}{wxauimanager},\helpref{wxAuiDockArt}{wxauidockart}\wxheading{Data structures}\begin{verbatim}enum wxAuiPaneInsertLevel{    wxAUI_INSERT_PANE = 0,    wxAUI_INSERT_ROW = 1,    wxAUI_INSERT_DOCK = 2}\end{verbatim}\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxAuiPaneInfo::wxAuiPaneInfo}\label{wxauipaneinfowxauipaneinfo}\func{}{wxAuiPaneInfo}{\void}Default constructor.\func{}{wxAuiPaneInfo}{\param{const wxAuiPaneInfo\& }{c}}Copy constructor.\membersection{wxAuiPaneInfo::\destruct{wxAuiPaneInfo}}\label{wxauipaneinfodtor}\func{}{\destruct{wxAuiPaneInfo}}{\void}\membersection{wxAuiPaneInfo::BestSize}\label{wxauipaneinfobestsize}\func{wxAuiPaneInfo\&}{BestSize}{\param{const wxSize\& }{size}}\func{wxAuiPaneInfo\&}{BestSize}{\param{int }{x}, \param{int }{y}}BestSize() sets the ideal size for the pane.  The docking manager will attempt to use this size as much as possible when docking or floating the pane.\membersection{wxAuiPaneInfo::Bottom}\label{wxauipaneinfobottom}\func{wxAuiPaneInfo\&}{Bottom}{\void}Bottom() sets the pane dock position to the bottom side of the frame.  This isthe same thing as calling Direction(wxAUI\_DOCK\_BOTTOM).\membersection{wxAuiPaneInfo::BottomDockable}\label{wxauipaneinfobottomdockable}\func{wxAuiPaneInfo\&}{BottomDockable}{\param{bool }{b = true}}BottomDockable() indicates whether a pane can be docked at the bottom of the frame.\membersection{wxAuiPaneInfo::Caption}\label{wxauipaneinfocaption}\func{wxAuiPaneInfo\&}{Caption}{\param{const wxString\& }{c}}Caption() sets the caption of the pane.\membersection{wxAuiPaneInfo::CaptionVisible}\label{wxauipaneinfocaptionvisible}\func{wxAuiPaneInfo\&}{CaptionVisible}{\param{bool }{visible = true}}CaptionVisible indicates that a pane caption should be visible.  If false, no pane caption is drawn.\membersection{wxAuiPaneInfo::Centre}\label{wxauipaneinfocentre}\func{wxAuiPaneInfo\&}{Centre}{\void}\func{wxAuiPaneInfo\&}{Center}{\void}Center() sets the pane dock position to the left side of the frame.  This isthe same thing as calling Direction(wxAUI\_DOCK\_CENTRE).\membersection{wxAuiPaneInfo::CentrePane}\label{wxauipaneinfocentrepane}\func{wxAuiPaneInfo\&}{CentrePane}{\void}\func{wxAuiPaneInfo\&}{CenterPane}{\void}CentrePane() specifies that the pane should adopt the default centre pane settings.\membersection{wxAuiPaneInfo::Centre}\label{wxauipaneinfocentre}\func{wxAuiPaneInfo\&}{Centre}{\void}\func{wxAuiPaneInfo\&}{Center}{\void}Centre() sets the pane to the center position of the frame.  The centre pane is the space in the middle after all border panes (left, top, right, bottom) are subtracted from the layout.\membersection{wxAuiPaneInfo::CentrePane}\label{wxauipaneinfocentrepane}\func{wxAuiPaneInfo\&}{CentrePane}{\void}\func{wxAuiPaneInfo\&}{CenterPane}{\void}CentrePane() specifies that the pane should adopt the default center pane settings.  Centre panes usually do not have caption bars.  This function provides an easy way of preparing a pane to be displayed in the center dock position.\membersection{wxAuiPaneInfo::CloseButton}\label{wxauipaneinfoclosebutton}\func{wxAuiPaneInfo\&}{CloseButton}{\param{bool }{visible = true}}CloseButton() indicates that a close button should be drawn for the pane.\membersection{wxAuiPaneInfo::DefaultPane}\label{wxauipaneinfodefaultpane}\func{wxAuiPaneInfo\&}{DefaultPane}{\void}DefaultPane() specifies that the pane should adopt the default pane settings.\membersection{wxAuiPaneInfo::DestroyOnClose}\label{wxauipaneinfodestroyonclose}\func{wxAuiPaneInfo\&}{DestroyOnClose}{\param{bool }{b = true}}DestroyOnClose() indicates whether a pane should be detroyed when it is closed.  Normally a pane is simply hidden when the close button is clicked.  Setting DestroyOnClose to true will cause the window to be destroyed when the user clicks the pane's close button.\membersection{wxAuiPaneInfo::Direction}\label{wxauipaneinfodirection}\func{wxAuiPaneInfo\&}{Direction}{\param{int }{direction}}Direction() determines the direction of the docked pane.  It is functionally the same as calling Left(), Right(), Top() or Bottom(), except that docking direction may be specified programmatically via the parameter.\membersection{wxAuiPaneInfo::Dock}\label{wxauipaneinfodock}\func{wxAuiPaneInfo\&}{Dock}{\void}\membersection{wxAuiPaneInfo::Dockable}\label{wxauipaneinfodockable}\func{wxAuiPaneInfo\&}{Dockable}{\param{bool }{b = true}}Dockable() specifies whether a frame can be docked or not.  It is the same as specifying TopDockable(b).BottomDockable(b).LeftDockable(b).RightDockable(b).\membersection{wxAuiPaneInfo::Fixed}\label{wxauipaneinfofixed}\func{wxAuiPaneInfo\&}{Fixed}{\void}Fixed() forces a pane to be fixed size so that it cannot be resized.  After calling Fixed(), IsFixed() will return true.\membersection{wxAuiPaneInfo::Float}\label{wxauipaneinfofloat}\func{wxAuiPaneInfo\&}{Float}{\void}Float() indicates that a pane should be floated.\membersection{wxAuiPaneInfo::Floatable}\label{wxauipaneinfofloatable}\func{wxAuiPaneInfo\&}{Floatable}{\param{bool }{b = true}}Floatable() sets whether the user will be able to undock a pane and turn it into a floating window.\membersection{wxAuiPaneInfo::FloatingPosition}\label{wxauipaneinfofloatingposition}\func{wxAuiPaneInfo\&}{FloatingPosition}{\param{const wxPoint\& }{pos}}\func{wxAuiPaneInfo\&}{FloatingPosition}{\param{int }{x}, \param{int }{y}}FloatingPosition() sets the position of the floating pane.\membersection{wxAuiPaneInfo::FloatingSize}\label{wxauipaneinfofloatingsize}\func{wxAuiPaneInfo\&}{FloatingSize}{\param{const wxSize\& }{size}}\func{wxAuiPaneInfo\&}{FloatingSize}{\param{int }{x}, \param{int }{y}}FloatingSize() sets the size of the floating pane.\membersection{wxAuiPaneInfo::Gripper}\label{wxauipaneinfogripper}\func{wxAuiPaneInfo\&}{Gripper}{\param{bool }{visible = true}}Gripper() indicates that a gripper should be drawn for the pane.\membersection{wxAuiPaneInfo::GripperTop}\label{wxauipaneinfogrippertop}\func{wxAuiPaneInfo\&}{GripperTop}{\param{bool }{attop = true}}GripperTop() indicates that a gripper should be drawn at the top of the pane.\membersection{wxAuiPaneInfo::HasBorder}\label{wxauipaneinfohasborder}\constfunc{bool}{HasBorder}{\void}HasBorder() returns true if the pane displays a border.\membersection{wxAuiPaneInfo::HasCaption}\label{wxauipaneinfohascaption}\constfunc{bool}{HasCaption}{\void}HasCaption() returns true if the pane displays a caption.\membersection{wxAuiPaneInfo::HasCloseButton}\label{wxauipaneinfohasclosebutton}\constfunc{bool}{HasCloseButton}{\void}HasCloseButton() returns true if the pane displays a button to close the pane.\membersection{wxAuiPaneInfo::HasFlag}\label{wxauipaneinfohasflag}\constfunc{bool}{HasFlag}{\param{unsigned int }{flag}}HasFlag() returns true if the the property specified by flag is active for the pane.\membersection{wxAuiPaneInfo::HasGripper}\label{wxauipaneinfohasgripper}\constfunc{bool}{HasGripper}{\void}HasGripper() returns true if the pane displays a gripper.\membersection{wxAuiPaneInfo::HasGripperTop}\label{wxauipaneinfohasgrippertop}\constfunc{bool}{HasGripperTop}{\void}HasGripper() returns true if the pane displays a gripper at the top.\membersection{wxAuiPaneInfo::HasMaximizeButton}\label{wxauipaneinfohasmaximizebutton}\constfunc{bool}{HasMaximizeButton}{\void}HasMaximizeButton() returns true if the pane displays a button to maximize the pane.\membersection{wxAuiPaneInfo::HasMinimizeButton}\label{wxauipaneinfohasminimizebutton}\constfunc{bool}{HasMinimizeButton}{\void}HasMinimizeButton() returns true if the pane displays a button to minimize the pane.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -