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

📄 auipaneinfo.tex

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 TEX
📖 第 1 页 / 共 2 页
字号:
\membersection{wxAuiPaneInfo::HasPinButton}\label{wxauipaneinfohaspinbutton}\constfunc{bool}{HasPinButton}{\void}HasPinButton() returns true if the pane displays a button to float the pane.\membersection{wxAuiPaneInfo::Hide}\label{wxauipaneinfohide}\func{wxAuiPaneInfo\&}{Hide}{\void}Hide() indicates that a pane should be hidden.\membersection{wxAuiPaneInfo::IsBottomDockable}\label{wxauipaneinfoisbottomdockable}\constfunc{bool}{IsBottomDockable}{\void}IsBottomDockable() returns true if the pane can be docked at the bottom of the managed frame.\membersection{wxAuiPaneInfo::IsDocked}\label{wxauipaneinfoisdocked}\constfunc{bool}{IsDocked}{\void}IsDocked() returns true if the pane is docked.\membersection{wxAuiPaneInfo::IsFixed}\label{wxauipaneinfoisfixed}\constfunc{bool}{IsFixed}{\void}IsFixed() returns true if the pane cannot be resized.\membersection{wxAuiPaneInfo::IsFloatable}\label{wxauipaneinfoisfloatable}\constfunc{bool}{IsFloatable}{\void}IsFloatable() returns true if the pane can be undocked and displayed as a floating window.\membersection{wxAuiPaneInfo::IsFloating}\label{wxauipaneinfoisfloating}\constfunc{bool}{IsFloating}{\void}IsFloating() returns true if the pane is floating.\membersection{wxAuiPaneInfo::IsLeftDockable}\label{wxauipaneinfoisleftdockable}\constfunc{bool}{IsLeftDockable}{\void}IsLeftDockable() returns true if the pane can be docked on the left of the managed frame.\membersection{wxAuiPaneInfo::IsMovable}\label{wxauipaneinfoismovable}\constfunc{bool}{IsMovable}{\void}IsMoveable() returns true if the docked frame can be undocked or moved to another dock position.\membersection{wxAuiPaneInfo::IsOk}\label{wxauipaneinfoisok}\constfunc{bool}{IsOk}{\void}IsOk() returns true if the wxAuiPaneInfo structure is valid.  A pane structure is valid if it has an associated window.\membersection{wxAuiPaneInfo::IsResizable}\label{wxauipaneinfoisresizable}\constfunc{bool}{IsResizable}{\void}IsResizable() returns true if the pane can be resized.\membersection{wxAuiPaneInfo::IsRightDockable}\label{wxauipaneinfoisrightdockable}\constfunc{bool}{IsRightDockable}{\void}IsRightDockable() returns true if the pane can be docked on the right of the managed frame.\membersection{wxAuiPaneInfo::IsShown}\label{wxauipaneinfoisshown}\constfunc{bool}{IsShown}{\void}IsShown() returns true if the pane is currently shown.\membersection{wxAuiPaneInfo::IsToolbar}\label{wxauipaneinfoistoolbar}\constfunc{bool}{IsToolbar}{\void}IsToolbar() returns true if the pane contains a toolbar.\membersection{wxAuiPaneInfo::IsTopDockable}\label{wxauipaneinfoistopdockable}\constfunc{bool}{IsTopDockable}{\void}IsTopDockable() returns true if the pane can be docked at the top of the managed frame.\membersection{wxAuiPaneInfo::Layer}\label{wxauipaneinfolayer}\func{wxAuiPaneInfo\&}{Layer}{\param{int }{layer}}Layer() determines the layer of the docked pane.  The dock layer is similar to an onion, the inner-most layer being layer 0.  Each shell moving in the outward direction has a higher layer number.  This allows for more complex docking layout formation.\membersection{wxAuiPaneInfo::Left}\label{wxauipaneinfoleft}\func{wxAuiPaneInfo\&}{Left}{\void}Left() sets the pane dock position to the left side of the frame.  This is thesame thing as calling Direction(wxAUI\_DOCK\_LEFT).\membersection{wxAuiPaneInfo::LeftDockable}\label{wxauipaneinfoleftdockable}\func{wxAuiPaneInfo\&}{LeftDockable}{\param{bool }{b = true}}LeftDockable() indicates whether a pane can be docked on the left of the frame.\membersection{wxAuiPaneInfo::MaxSize}\label{wxauipaneinfomaxsize}\func{wxAuiPaneInfo\&}{MaxSize}{\param{const wxSize\& }{size}}\func{wxAuiPaneInfo\&}{MaxSize}{\param{int }{x}, \param{int }{y}}MaxSize() sets the maximum size of the pane.\membersection{wxAuiPaneInfo::MaximizeButton}\label{wxauipaneinfomaximizebutton}\func{wxAuiPaneInfo\&}{MaximizeButton}{\param{bool }{visible = true}}MaximizeButton() indicates that a maximize button should be drawn for the pane.\membersection{wxAuiPaneInfo::MinSize}\label{wxauipaneinfominsize}\func{wxAuiPaneInfo\&}{MinSize}{\param{const wxSize\& }{size}}\func{wxAuiPaneInfo\&}{MinSize}{\param{int }{x}, \param{int }{y}}MinSize() sets the minimum size of the pane.  Please note that this is only partially supported as of this writing.\membersection{wxAuiPaneInfo::MinimizeButton}\label{wxauipaneinfominimizebutton}\func{wxAuiPaneInfo\&}{MinimizeButton}{\param{bool }{visible = true}}MinimizeButton() indicates that a minimize button should be drawn for the pane.\membersection{wxAuiPaneInfo::Movable}\label{wxauipaneinfomovable}\func{wxAuiPaneInfo\&}{Movable}{\param{bool }{b = true}}Movable indicates whether a frame can be moved.\membersection{wxAuiPaneInfo::Name}\label{wxauipaneinfoname}\func{wxAuiPaneInfo\&}{Name}{\param{const wxString\& }{n}}Name() sets the name of the pane so it can be referenced in lookup functions.  If a name is not specified by the user, a random name is assigned to the pane when it is added to the manager.\membersection{wxAuiPaneInfo::PaneBorder}\label{wxauipaneinfopaneborder}\func{wxAuiPaneInfo\&}{PaneBorder}{\param{bool }{visible = true}}PaneBorder indicates that a border should be drawn for the pane.\membersection{wxAuiPaneInfo::PinButton}\label{wxauipaneinfopinbutton}\func{wxAuiPaneInfo\&}{PinButton}{\param{bool }{visible = true}}PinButton() indicates that a pin button should be drawn for the pane.\membersection{wxAuiPaneInfo::Position}\label{wxauipaneinfoposition}\func{wxAuiPaneInfo\&}{Position}{\param{int }{pos}}Position() determines the position of the docked pane.\membersection{wxAuiPaneInfo::Resizable}\label{wxauipaneinforesizable}\func{wxAuiPaneInfo\&}{Resizable}{\param{bool }{resizable = true}}Resizable() allows a pane to be resized if the parameter is true, and forces it to be a fixed size if the parameter is false.  This is simply an antonym for Fixed().\membersection{wxAuiPaneInfo::Right}\label{wxauipaneinforight}\func{wxAuiPaneInfo\&}{Right}{\void}Right() sets the pane dock position to the right side of the frame.\membersection{wxAuiPaneInfo::RightDockable}\label{wxauipaneinforightdockable}\func{wxAuiPaneInfo\&}{RightDockable}{\param{bool }{b = true}}RightDockable() indicates whether a pane can be docked on the right of the frame.\membersection{wxAuiPaneInfo::Row}\label{wxauipaneinforow}\func{wxAuiPaneInfo\&}{Row}{\param{int }{row}}Row() determines the row of the docked pane.\membersection{wxAuiPaneInfo::SafeSet}\label{wxauipaneinfosafeset}\func{void}{SafeSet}{\param{wxAuiPaneInfo }{source}}Write the safe parts of a newly loaded PaneInfo structure "source" into "this"used on loading perspectives etc.\membersection{wxAuiPaneInfo::SetFlag}\label{wxauipaneinfosetflag}\func{wxAuiPaneInfo\&}{SetFlag}{\param{unsigned int }{flag}, \param{bool }{option\_state}}SetFlag() turns the property given by flag on or off with the option\_state parameter.\membersection{wxAuiPaneInfo::Show}\label{wxauipaneinfoshow}\func{wxAuiPaneInfo\&}{Show}{\param{bool }{show = true}}Show() indicates that a pane should be shown.\membersection{wxAuiPaneInfo::ToolbarPane}\label{wxauipaneinfotoolbarpane}\func{wxAuiPaneInfo\&}{ToolbarPane}{\void}ToolbarPane() specifies that the pane should adopt the default toolbar pane settings.\membersection{wxAuiPaneInfo::Top}\label{wxauipaneinfotop}\func{wxAuiPaneInfo\&}{Top}{\void}Top() sets the pane dock position to the top of the frame.\membersection{wxAuiPaneInfo::TopDockable}\label{wxauipaneinfotopdockable}\func{wxAuiPaneInfo\&}{TopDockable}{\param{bool }{b = true}}TopDockable() indicates whether a pane can be docked at the top of the frame.\membersection{wxAuiPaneInfo::Window}\label{wxauipaneinfowindow}\func{wxAuiPaneInfo\&}{Window}{\param{wxWindow* }{w}}Window() assigns the window pointer that the wxAuiPaneInfo should use.  This normally does not need to be specified, as the window pointer is automatically assigned to the wxAuiPaneInfo structure as soon as it is added to the manager.\membersection{wxAuiPaneInfo::operator=}\label{wxauipaneinfooperatorassign}\func{wxAuiPaneInfo\& operator}{operator=}{\param{const wxAuiPaneInfo\& }{c}}Makes a copy of the wxAuiPaneInfo object.

⌨️ 快捷键说明

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