• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/

Lines Matching defs:wxAuiManager

78 IMPLEMENT_CLASS(wxAuiManager, wxEvtHandler)
555 // -- wxAuiManager class implementation --
558 BEGIN_EVENT_TABLE(wxAuiManager, wxEvtHandler)
559 EVT_AUI_PANE_BUTTON(wxAuiManager::OnPaneButton)
560 EVT_AUI_RENDER(wxAuiManager::OnRender)
561 EVT_PAINT(wxAuiManager::OnPaint)
562 EVT_ERASE_BACKGROUND(wxAuiManager::OnEraseBackground)
563 EVT_SIZE(wxAuiManager::OnSize)
564 EVT_SET_CURSOR(wxAuiManager::OnSetCursor)
565 EVT_LEFT_DOWN(wxAuiManager::OnLeftDown)
566 EVT_LEFT_UP(wxAuiManager::OnLeftUp)
567 EVT_MOTION(wxAuiManager::OnMotion)
568 EVT_LEAVE_WINDOW(wxAuiManager::OnLeaveWindow)
569 EVT_CHILD_FOCUS(wxAuiManager::OnChildFocus)
570 EVT_AUI_FIND_MANAGER(wxAuiManager::OnFindManager)
571 EVT_TIMER(101, wxAuiManager::OnHintFadeTimer)
575 wxAuiManager::wxAuiManager(wxWindow* managed_wnd, unsigned int flags)
597 wxAuiManager::~wxAuiManager()
616 wxAuiFloatingFrame* wxAuiManager::CreateFloatingFrame(wxWindow* parent,
628 // info is modified, wxAuiManager::Update() must be called to
631 wxAuiPaneInfo& wxAuiManager::GetPane(wxWindow* window)
645 wxAuiPaneInfo& wxAuiManager::GetPane(const wxString& name)
658 wxAuiPaneInfoArray& wxAuiManager::GetAllPanes()
666 wxAuiDockUIPart* wxAuiManager::HitTest(int x, int y)
699 // options which are global to wxAuiManager
700 void wxAuiManager::SetFlags(unsigned int flags)
720 unsigned int wxAuiManager::GetFlags() const
726 bool wxAuiManager_HasLiveResize(wxAuiManager& manager)
739 void wxAuiManager::SetFrame(wxFrame* frame)
744 wxFrame* wxAuiManager::GetFrame() const
753 // managed by wxAuiManager. The |window| parameter does not
755 wxAuiManager* wxAuiManager::GetManager(wxWindow* window)
767 void wxAuiManager::UpdateHintWindowConfig()
851 void wxAuiManager::SetManagedWindow(wxWindow* wnd)
894 void wxAuiManager::UnInit()
903 wxWindow* wxAuiManager::GetManagedWindow() const
908 wxAuiDockArt* wxAuiManager::GetArtProvider() const
913 void wxAuiManager::ProcessMgrEvent(wxAuiManagerEvent& event)
925 // SetArtProvider() instructs wxAuiManager to use the
928 // passed to this method subsequently belongs to wxAuiManager,
930 void wxAuiManager::SetArtProvider(wxAuiDockArt* art_provider)
940 bool wxAuiManager::AddPane(wxWindow* window, const wxAuiPaneInfo& pane_info)
1016 // prevent duplicate gripper -- both wxAuiManager and wxAuiToolBar
1019 // so turn wxAuiManager's gripper off, and the toolbar's on.
1063 bool wxAuiManager::AddPane(wxWindow* window,
1080 bool wxAuiManager::AddPane(wxWindow* window,
1094 bool wxAuiManager::InsertPane(wxWindow* window, const wxAuiPaneInfo& pane_info,
1157 bool wxAuiManager::DetachPane(wxWindow* window)
1215 void wxAuiManager::ClosePane(wxAuiPaneInfo& pane_info)
1258 void wxAuiManager::MaximizePane(wxAuiPaneInfo& pane_info)
1292 void wxAuiManager::RestorePane(wxAuiPaneInfo& pane_info)
1318 void wxAuiManager::RestoreMaximizedPane()
1352 wxString wxAuiManager::SavePaneInfo(wxAuiPaneInfo& pane)
1383 void wxAuiManager::LoadPaneInfo(wxString pane_part, wxAuiPaneInfo &pane)
1464 wxString wxAuiManager::SavePerspective()
1493 bool wxAuiManager::LoadPerspective(const wxString& layout, bool update)
1580 void wxAuiManager::GetPanePositionsAndSizes(wxAuiDockInfo& dock,
1671 void wxAuiManager::LayoutAddPane(wxSizer* cont,
1841 void wxAuiManager::LayoutAddDock(wxSizer* cont,
1997 wxSizer* wxAuiManager::LayoutAll(wxAuiPaneInfoArray& panes,
2390 void wxAuiManager::SetDockSizeConstraint(double width_pct, double height_pct)
2396 void wxAuiManager::GetDockSizeConstraint(double* width_pct, double* height_pct) const
2411 void wxAuiManager::Update()
2608 void wxAuiManager::DoFrameLayout()
2660 wxAuiDockUIPart* wxAuiManager::GetPanePart(wxWindow* wnd)
2688 int wxAuiManager::GetDockPixelOffset(wxAuiPaneInfo& test)
2738 bool wxAuiManager::ProcessDockResult(wxAuiPaneInfo& target,
2762 // If, however, wxAuiManager:m_docks and wxAuiManager::m_panes are specified
2770 bool wxAuiManager::DoDrop(wxAuiDockInfoArray& docks,
3176 void wxAuiManager::OnHintFadeTimer(wxTimerEvent& WXUNUSED(event))
3188 void wxAuiManager::ShowHint(const wxRect& rect)
3282 void wxAuiManager::HideHint()
3306 void wxAuiManager::StartPaneDrag(wxWindow* pane_window,
3337 wxRect wxAuiManager::CalculateHintRect(wxWindow* pane_window,
3424 void wxAuiManager::DrawHintRect(wxWindow* pane_window,
3440 void wxAuiManager::OnFloatingPaneMoveStart(wxWindow* wnd)
3453 void wxAuiManager::OnFloatingPaneMoving(wxWindow* wnd, wxDirection dir)
3559 void wxAuiManager::OnFloatingPaneMoved(wxWindow* wnd, wxDirection dir)
3640 void wxAuiManager::OnFloatingPaneResized(wxWindow* wnd, const wxSize& size)
3650 void wxAuiManager::OnFloatingPaneClosed(wxWindow* wnd, wxCloseEvent& evt)
3684 void wxAuiManager::OnFloatingPaneActivated(wxWindow* wnd)
3697 void wxAuiManager::OnRender(wxAuiManagerEvent& evt)
3746 // wxAuiManager::OnRender(). This allows the render function to
3751 void wxAuiManager::Render(wxDC* dc)
3759 void wxAuiManager::Repaint(wxDC* dc)
3796 void wxAuiManager::OnPaint(wxPaintEvent& WXUNUSED(event))
3802 void wxAuiManager::OnEraseBackground(wxEraseEvent& event)
3811 void wxAuiManager::OnSize(wxSizeEvent& event)
3832 void wxAuiManager::OnFindManager(wxAuiManagerEvent& evt)
3854 void wxAuiManager::OnSetCursor(wxSetCursorEvent& event)
3892 void wxAuiManager::UpdateButtonOnScreen(wxAuiDockUIPart* button_ui_part,
3935 void wxAuiManager::OnLeftDown(wxMouseEvent& event)
3980 // we are an embedded wxAuiManager inside the wxAuiFloatingFrame.
3990 wxAuiManager* owner_mgr = floating_frame->GetOwnerManager();
4032 bool wxAuiManager::DoEndResizeAction(wxMouseEvent& event)
4296 void wxAuiManager::OnLeftUp(wxMouseEvent& event)
4389 void wxAuiManager::OnMotion(wxMouseEvent& event)
4587 void wxAuiManager::OnLeaveWindow(wxMouseEvent& WXUNUSED(event))
4596 void wxAuiManager::OnChildFocus(wxChildFocusEvent& event)
4617 void wxAuiManager::OnPaneButton(wxAuiManagerEvent& evt)
4619 wxASSERT_MSG(evt.pane, wxT("Pane Info passed to wxAuiManager::OnPaneButton must be non-null"));