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

Lines Matching defs:label

122 	 * Creates an item with a constant label.
124 * @param label Visible text for the item.
127 CStatTreeItemBase(const wxString &label, unsigned flags = stNone)
128 : m_label(label), m_parent(NULL), m_flags(flags), m_id(0),
133 * Creates an item with a constant label.
135 * @param label Visible text for the item.
137 CStatTreeItemBase(const wxString &label, uint32_t uniqueid)
138 : m_label(label), m_uniqueid(uniqueid)
254 * Returns the associated text (GUI item label).
301 //! Unformatted and untranslated label of the node. Note: On remote gui it is already formatted and translated.
351 * @note that you have to specify the right format code on 'label', i.e.:
369 const wxString &label,
373 CStatTreeItemBase(label, flags),
475 const wxString &label,
478 CStatTreeItemBase(label, flags),
575 const wxString &label,
578 CStatTreeItemCounter(label, flags) {}
608 * @param label format text for item.
612 const wxString &label,
616 CStatTreeItemCounter(label, flags),
652 CStatTreeItemCounterMax(const wxString &label)
654 CStatTreeItemBase(label),
720 CStatTreeItemPackets(const wxString &label)
722 CStatTreeItemBase(label, stNone),
771 CStatTreeItemPacketTotals(const wxString &label)
773 CStatTreeItemPackets(label) {}
816 const wxString &label,
819 CStatTreeItemBase(label, flags),
921 const wxString &label,
926 CStatTreeItemBase(label, stNone),
978 const wxString &label,
982 CStatTreeItemBase(label, stNone),
1026 const wxString &label,
1032 CStatTreeItemBase(label, stNone),
1079 CStatTreeItemReconnects(const wxString &label)
1081 CStatTreeItemNativeCounter(label, stNone) {}
1110 CStatTreeItemMaxConnLimitReached(const wxString &label)
1112 CStatTreeItemBase(label),
1165 const wxString &label,
1169 CStatTreeItemBase(label),