2001-09-28 20:14:13 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* ***** BEGIN LICENSE BLOCK *****
|
2004-04-18 14:30:37 +00:00
|
|
|
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
1999-08-06 05:13:07 +00:00
|
|
|
*
|
2004-04-18 14:30:37 +00:00
|
|
|
* The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
* 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
* the License. You may obtain a copy of the License at
|
|
|
|
* http://www.mozilla.org/MPL/
|
1999-08-06 05:13:07 +00:00
|
|
|
*
|
2001-09-28 20:14:13 +00:00
|
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
* for the specific language governing rights and limitations under the
|
|
|
|
* License.
|
1999-08-06 05:13:07 +00:00
|
|
|
*
|
1999-11-06 03:40:37 +00:00
|
|
|
* The Original Code is mozilla.org code.
|
|
|
|
*
|
2004-04-18 14:30:37 +00:00
|
|
|
* The Initial Developer of the Original Code is
|
2001-09-28 20:14:13 +00:00
|
|
|
* Netscape Communications Corporation.
|
|
|
|
* Portions created by the Initial Developer are Copyright (C) 1998
|
|
|
|
* the Initial Developer. All Rights Reserved.
|
1999-11-06 03:40:37 +00:00
|
|
|
*
|
2001-09-28 20:14:13 +00:00
|
|
|
* Contributor(s):
|
|
|
|
*
|
|
|
|
* Alternatively, the contents of this file may be used under the terms of
|
2004-04-18 14:30:37 +00:00
|
|
|
* either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
* or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
2001-09-28 20:14:13 +00:00
|
|
|
* in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
* of those above. If you wish to allow use of your version of this file only
|
|
|
|
* under the terms of either the GPL or the LGPL, and not to allow others to
|
2004-04-18 14:30:37 +00:00
|
|
|
* use your version of this file under the terms of the MPL, indicate your
|
2001-09-28 20:14:13 +00:00
|
|
|
* decision by deleting the provisions above and replace them with the notice
|
|
|
|
* and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
* the provisions above, a recipient may use your version of this file under
|
2004-04-18 14:30:37 +00:00
|
|
|
* the terms of any one of the MPL, the GPL or the LGPL.
|
2001-09-28 20:14:13 +00:00
|
|
|
*
|
|
|
|
* ***** END LICENSE BLOCK ***** */
|
1999-08-06 05:13:07 +00:00
|
|
|
#ifndef nsGfxCheckboxControlFrame_h___
|
|
|
|
#define nsGfxCheckboxControlFrame_h___
|
|
|
|
|
2000-02-09 19:34:39 +00:00
|
|
|
#include "nsFormControlFrame.h"
|
2000-03-24 15:02:02 +00:00
|
|
|
#include "nsICheckboxControlFrame.h"
|
1999-08-06 05:13:07 +00:00
|
|
|
|
2001-08-17 03:13:07 +00:00
|
|
|
#ifdef ACCESSIBILITY
|
2001-05-17 23:52:32 +00:00
|
|
|
class nsIAccessible;
|
2001-08-17 03:13:07 +00:00
|
|
|
#endif
|
2001-05-17 23:52:32 +00:00
|
|
|
|
1999-08-06 05:13:07 +00:00
|
|
|
|
2000-03-24 15:02:02 +00:00
|
|
|
#define NS_GFX_CHECKBOX_CONTROL_FRAME_FACE_CONTEXT_INDEX 0 // for additional style contexts
|
|
|
|
#define NS_GFX_CHECKBOX_CONTROL_FRAME_LAST_CONTEXT_INDEX 0
|
|
|
|
|
2000-02-09 19:34:39 +00:00
|
|
|
class nsGfxCheckboxControlFrame : public nsFormControlFrame,
|
2006-07-13 05:05:54 +00:00
|
|
|
public nsICheckboxControlFrame
|
2000-02-09 19:34:39 +00:00
|
|
|
{
|
1999-08-06 05:13:07 +00:00
|
|
|
public:
|
2006-03-26 21:30:36 +00:00
|
|
|
nsGfxCheckboxControlFrame(nsStyleContext* aContext);
|
2000-03-24 15:02:02 +00:00
|
|
|
virtual ~nsGfxCheckboxControlFrame();
|
1999-08-11 04:45:49 +00:00
|
|
|
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
2006-12-08 05:38:33 +00:00
|
|
|
virtual PRBool IsFrameOfType(PRUint32 aFlags) const;
|
|
|
|
|
1999-11-01 22:12:45 +00:00
|
|
|
#ifdef DEBUG
|
2001-11-14 01:33:42 +00:00
|
|
|
NS_IMETHOD GetFrameName(nsAString& aResult) const {
|
|
|
|
return MakeFrameName(NS_LITERAL_STRING("CheckboxControl"), aResult);
|
1999-08-06 05:13:07 +00:00
|
|
|
}
|
1999-11-01 22:12:45 +00:00
|
|
|
#endif
|
2000-01-11 20:33:36 +00:00
|
|
|
|
2006-01-26 02:29:17 +00:00
|
|
|
NS_IMETHOD BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
|
|
|
const nsRect& aDirtyRect,
|
|
|
|
const nsDisplayListSet& aLists);
|
2000-02-09 19:34:39 +00:00
|
|
|
|
2001-08-17 03:13:07 +00:00
|
|
|
#ifdef ACCESSIBILITY
|
2001-05-17 23:52:32 +00:00
|
|
|
NS_IMETHOD GetAccessible(nsIAccessible** aAccessible);
|
2001-08-17 03:13:07 +00:00
|
|
|
#endif
|
2001-05-17 23:52:32 +00:00
|
|
|
|
|
|
|
|
2002-01-24 19:04:55 +00:00
|
|
|
//nsICheckboxControlFrame methods
|
2003-02-22 00:32:13 +00:00
|
|
|
NS_IMETHOD SetCheckboxFaceStyleContext(nsStyleContext *aCheckboxFaceStyleContext);
|
2004-07-31 23:15:21 +00:00
|
|
|
NS_IMETHOD OnChecked(nsPresContext* aPresContext, PRBool aChecked);
|
2000-02-09 19:34:39 +00:00
|
|
|
|
2003-02-22 00:32:13 +00:00
|
|
|
virtual nsStyleContext* GetAdditionalStyleContext(PRInt32 aIndex) const;
|
|
|
|
virtual void SetAdditionalStyleContext(PRInt32 aIndex,
|
|
|
|
nsStyleContext* aStyleContext);
|
2000-03-24 15:02:02 +00:00
|
|
|
|
2000-02-09 19:34:39 +00:00
|
|
|
NS_IMETHOD QueryInterface(const nsIID& aIID, void** aInstancePtr);
|
|
|
|
|
2006-01-26 02:29:17 +00:00
|
|
|
void PaintCheckBox(nsIRenderingContext& aRenderingContext,
|
|
|
|
nsPoint aPt, const nsRect& aDirtyRect);
|
2000-02-09 19:34:39 +00:00
|
|
|
|
2006-01-26 02:29:17 +00:00
|
|
|
void PaintCheckBoxFromStyle(nsIRenderingContext& aRenderingContext,
|
|
|
|
nsPoint aPt, const nsRect& aDirtyRect);
|
2000-02-09 19:34:39 +00:00
|
|
|
|
|
|
|
protected:
|
1999-08-11 04:45:49 +00:00
|
|
|
|
2006-01-26 02:29:17 +00:00
|
|
|
PRBool GetCheckboxState();
|
1999-08-06 05:13:07 +00:00
|
|
|
|
2006-07-13 05:05:54 +00:00
|
|
|
nsRefPtr<nsStyleContext> mCheckButtonFaceStyle;
|
2000-02-09 19:34:39 +00:00
|
|
|
|
|
|
|
private:
|
|
|
|
NS_IMETHOD_(nsrefcnt) AddRef() { return NS_OK; }
|
|
|
|
NS_IMETHOD_(nsrefcnt) Release() { return NS_OK; }
|
|
|
|
|
1999-08-06 05:13:07 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|
2006-07-13 05:05:54 +00:00
|
|
|
|